|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.connection.transport.http.HTTPClientTransport
weblogic.wsee.connection.transport.https.HTTPSClientTransport
public class HTTPSClientTransport
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, connect, getEndpointAddress, getResponseCode, getServiceURI, 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 |
---|
public static final String USE_JDK_SSL_PROPERTY
Constructor Detail |
---|
public HTTPSClientTransport()
Method Detail |
---|
public String getName()
getName
in interface weblogic.wsee.connection.transport.Transport
getName
in class HTTPClientTransport
protected HttpURLConnection openConnection(URL url, Proxy proxy, weblogic.wsee.connection.transport.TransportInfo info) throws IOException
HTTPClientTransport
openConnection
in class HTTPClientTransport
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.
IOException
HTTPSClientTransport
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |