org.apache.axis.components.net
public class JSSESocketFactory extends DefaultSocketFactory implements SecureSocketFactory
Field Summary | |
---|---|
protected SSLSocketFactory | sslFactory Field sslFactory |
Constructor Summary | |
---|---|
JSSESocketFactory(Hashtable attributes)
Constructor JSSESocketFactory
|
Method Summary | |
---|---|
Socket | create(String host, int port, StringBuffer otherHeaders, BooleanHolder useFullURL)
creates a secure socket
|
protected void | initFactory()
Initialize the SSLSocketFactory |
Parameters: attributes
Parameters: host port otherHeaders useFullURL
Returns: Socket
Throws: Exception
Throws: IOException