public class FtpReverseProxy extends java.lang.Object implements RunnableWhichThrows<java.io.IOException>
| Constructor and Description |
|---|
FtpReverseProxy(java.net.InetSocketAddress endpoint,
int backlog,
java.net.InetSocketAddress serverAddress,
int serverConnectionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
"To run" an instance means to call this method and wait until it returns.
|
public FtpReverseProxy(java.net.InetSocketAddress endpoint,
int backlog,
java.net.InetSocketAddress serverAddress,
int serverConnectionTimeout)
throws java.io.IOException
java.io.IOExceptionReverseProxypublic void run()
throws java.io.IOException
RunnableWhichThrowsrun in interface RunnableWhichThrows<java.io.IOException>java.io.IOException