public class JSSESocketFactory extends DefaultSocketFactory implements SecureSocketFactory
Modifier and Type | Field and Description |
---|---|
protected javax.net.ssl.SSLSocketFactory |
sslFactory
Field sslFactory
|
attributes, CONNECT_TIMEOUT, log
Constructor and Description |
---|
JSSESocketFactory(java.util.Hashtable attributes)
Constructor JSSESocketFactory
|
Modifier and Type | Method and Description |
---|---|
java.net.Socket |
create(java.lang.String host,
int port,
java.lang.StringBuffer otherHeaders,
BooleanHolder useFullURL)
creates a secure socket
|
protected void |
initFactory()
Initialize the SSLSocketFactory
|
isHostInNonProxyList, match
public JSSESocketFactory(java.util.Hashtable attributes)
attributes
- protected void initFactory() throws java.io.IOException
java.io.IOException
public java.net.Socket create(java.lang.String host, int port, java.lang.StringBuffer otherHeaders, BooleanHolder useFullURL) throws java.lang.Exception
create
in interface SocketFactory
create
in class DefaultSocketFactory
host
- port
- otherHeaders
- useFullURL
- java.lang.Exception
Copyright © 2005 Apache Web Services Project. All Rights Reserved.