|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.FTPPassiveDataSocket
Passive data socket handling class
Field Summary | |
static java.lang.String |
cvsId
Revision control id |
protected java.net.Socket |
sock
The underlying socket |
Constructor Summary | |
protected |
FTPPassiveDataSocket(java.net.Socket sock)
Constructor |
Method Summary | |
void |
close()
Closes underlying socket |
java.io.InputStream |
getInputStream()
If active mode, accepts the FTP server's connection - in PASV, we are already connected. |
int |
getLocalPort()
Returns the local port to which this socket is bound. |
java.io.OutputStream |
getOutputStream()
If active mode, accepts the FTP server's connection - in PASV, we are already connected. |
void |
setTimeout(int millis)
Set the TCP timeout on the underlying control socket. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String cvsId
protected java.net.Socket sock
Constructor Detail |
protected FTPPassiveDataSocket(java.net.Socket sock)
sock
- client socket to useMethod Detail |
public void setTimeout(int millis) throws java.io.IOException
setTimeout
in interface FTPDataSocket
millis
- The length of the timeout, in milliseconds
java.io.IOException
public int getLocalPort()
getLocalPort
in interface FTPDataSocket
public java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in interface FTPDataSocket
java.io.IOException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface FTPDataSocket
java.io.IOException
public void close() throws java.io.IOException
close
in interface FTPDataSocket
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |