|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.FTPPassiveDataSocket
public class 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 |
void |
closeChild()
Does nothing in passive mode |
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 final java.lang.String cvsId
protected java.net.Socket sock
| Constructor Detail |
|---|
protected FTPPassiveDataSocket(java.net.Socket sock)
sock - client socket to use| Method Detail |
|---|
public void setTimeout(int millis)
throws java.io.IOException
setTimeout in interface FTPDataSocketmillis - The length of the timeout, in milliseconds
java.io.IOExceptionpublic int getLocalPort()
getLocalPort in interface FTPDataSocket
public java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in interface FTPDataSocketjava.io.IOException
public java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface FTPDataSocketjava.io.IOException
public void close()
throws java.io.IOException
close in interface FTPDataSocketjava.io.IOException
public void closeChild()
throws java.io.IOException
closeChild in interface FTPDataSocketjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||