|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.ssl.SSLSocketUtils
public class SSLSocketUtils
Utility class that allows 1.4 socket methods to be called while still being able to be compiled in 1.1.x
Constructor Summary | |
---|---|
SSLSocketUtils()
|
Method Summary | |
---|---|
static com.enterprisedt.net.puretls.SSLSocket |
createSocket(com.enterprisedt.net.puretls.SSLContext ctx,
java.net.InetAddress host,
int port,
int timeout)
Create a connected SSLSocket, using a timeout if it is available. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLSocketUtils()
Method Detail |
---|
public static com.enterprisedt.net.puretls.SSLSocket createSocket(com.enterprisedt.net.puretls.SSLContext ctx, java.net.InetAddress host, int port, int timeout) throws java.io.IOException
host
- remote host to connect toport
- port on remote hosttimeout
- timeout in milliseconds on
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |