Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

weblogic.wsee.connection.transport.https
Class HTTPSClientTransport

java.lang.Object
  extended by weblogic.wsee.connection.transport.http.HTTPClientTransport
      extended by weblogic.wsee.connection.transport.https.HTTPSClientTransport
All Implemented Interfaces:
weblogic.wsee.connection.transport.ClientTransport, weblogic.wsee.connection.transport.Transport

public class HTTPSClientTransport
extends HTTPClientTransport


Field Summary
static String USE_JDK_SSL_PROPERTY
           
 
Constructor Summary
HTTPSClientTransport()
           
 
Method Summary
 String getName()
          Gets the name of the transport
protected  HttpURLConnection openConnection(URL url, Proxy proxy, weblogic.wsee.connection.transport.TransportInfo info)
          opens the URLConnection for the transport.
 
Methods inherited from class weblogic.wsee.connection.transport.http.HTTPClientTransport
confirmOneway, confirmOneway, connect, getEndpointAddress, getResponseCode, getServiceURI, getSSLSessionId, isBlocking, receive, send, sendFault, setConnectionTimeout, setReadTimeout, setResponseListener, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USE_JDK_SSL_PROPERTY

public static final String USE_JDK_SSL_PROPERTY
See Also:
Constant Field Values
Constructor Detail

HTTPSClientTransport

public HTTPSClientTransport()
Method Detail

getName

public String getName()
Gets the name of the transport

Specified by:
getName in interface weblogic.wsee.connection.transport.Transport
Overrides:
getName in class HTTPClientTransport
Returns:
The name of the transport

openConnection

protected HttpURLConnection openConnection(URL url,
                                           Proxy proxy,
                                           weblogic.wsee.connection.transport.TransportInfo info)
                                    throws IOException
Description copied from class: HTTPClientTransport
opens the URLConnection for the transport. this method is overridden by subclasses.

Overrides:
openConnection in class HTTPClientTransport
Parameters:
url - - the URL to which a connection will be opened.
proxy - - the proxy that will be used for the connection..
info - - transport info for the specific transport.
Returns:
Throws:
IOException
See Also:
HTTPSClientTransport

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05