|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.soap.util.net.SSLUtils
public class SSLUtils
A bunch of utility stuff for doing SSL things.
Constructor Summary | |
---|---|
SSLUtils()
|
Method Summary | |
---|---|
static java.net.Socket |
buildSSLSocket(java.lang.String host,
int port,
java.lang.String httpProxyHost,
int httpProxyPort)
This method builds an SSL socket, after auto-starting SSL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLUtils()
Method Detail |
---|
public static java.net.Socket buildSSLSocket(java.lang.String host, int port, java.lang.String httpProxyHost, int httpProxyPort) throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
java.net.UnknownHostException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |