|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.net.SocketFactory org.apache.commons.net.ftp.FTPSSocketFactory
public class FTPSSocketFactory
Implementation of org.apache.commons.net.SocketFactory
Constructor Summary | |
---|---|
FTPSSocketFactory(SSLContext context)
|
Method Summary | |
---|---|
ServerSocket |
createServerSocket(int port)
Deprecated. (2.2) use instead |
ServerSocket |
createServerSocket(int port,
int backlog)
Deprecated. (2.2) use instead |
ServerSocket |
createServerSocket(int port,
int backlog,
InetAddress ifAddress)
Deprecated. (2.2) use instead |
Socket |
createSocket()
|
Socket |
createSocket(InetAddress address,
int port)
|
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort)
|
Socket |
createSocket(String address,
int port)
|
Socket |
createSocket(String address,
int port,
InetAddress localAddress,
int localPort)
|
ServerSocket |
init(ServerSocket socket)
Deprecated. (2.2) use FTPSServerSocketFactory.init(java.net.ServerSocket) |
Methods inherited from class javax.net.SocketFactory |
---|
getDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FTPSSocketFactory(SSLContext context)
Method Detail |
---|
public Socket createSocket() throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(String address, int port) throws UnknownHostException, IOException
createSocket
in class SocketFactory
UnknownHostException
IOException
public Socket createSocket(InetAddress address, int port) throws IOException
createSocket
in class SocketFactory
IOException
public Socket createSocket(String address, int port, InetAddress localAddress, int localPort) throws UnknownHostException, IOException
createSocket
in class SocketFactory
UnknownHostException
IOException
public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException
createSocket
in class SocketFactory
IOException
@Deprecated public ServerSocket createServerSocket(int port) throws IOException
instead
IOException
@Deprecated public ServerSocket createServerSocket(int port, int backlog) throws IOException
instead
IOException
@Deprecated public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException
instead
IOException
@Deprecated public ServerSocket init(ServerSocket socket) throws IOException
FTPSServerSocketFactory.init(java.net.ServerSocket)
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |