public class ProxySelectingSecureAxisSocketFactory
extends org.apache.axis.components.net.JSSESocketFactory
Constructor and Description |
---|
ProxySelectingSecureAxisSocketFactory(Hashtable<?,?> attributes) |
Modifier and Type | Method and Description |
---|---|
Socket |
create(String host,
int port,
StringBuffer otherHeaders,
org.apache.axis.components.net.BooleanHolder useFullURL) |
protected void |
initFactory() |
static void |
install() |
public ProxySelectingSecureAxisSocketFactory(Hashtable<?,?> attributes)
public static void install()
public Socket create(String host, int port, StringBuffer otherHeaders, org.apache.axis.components.net.BooleanHolder useFullURL) throws Exception
create
in interface org.apache.axis.components.net.SocketFactory
create
in class org.apache.axis.components.net.JSSESocketFactory
Exception
protected void initFactory() throws IOException
initFactory
in class org.apache.axis.components.net.JSSESocketFactory
IOException