public class JSSESocketFactory
extends org.apache.axis.components.net.DefaultSocketFactory
implements org.apache.axis.components.net.SecureSocketFactory
| Modifier and Type | Field and Description |
|---|---|
protected javax.net.ssl.SSLSocketFactory |
sslFactory
Field sslFactory
|
| 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,
org.apache.axis.components.net.BooleanHolder useFullURL)
creates a secure socket
|
protected void |
initFactory()
Initialize the SSLSocketFactory
|
public JSSESocketFactory(java.util.Hashtable attributes)
attributes - protected void initFactory()
throws java.io.IOException
java.io.IOExceptionpublic java.net.Socket create(java.lang.String host,
int port,
java.lang.StringBuffer otherHeaders,
org.apache.axis.components.net.BooleanHolder useFullURL)
throws java.lang.Exception
create in interface org.apache.axis.components.net.SocketFactorycreate in class org.apache.axis.components.net.DefaultSocketFactoryhost - port - otherHeaders - useFullURL - java.lang.Exception