|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataConnection
| Method Summary | |
|---|---|
long |
transferFromClient(FtpSession session,
java.io.OutputStream out)
Transfer data from the client (e.g. |
long |
transferToClient(FtpSession session,
java.io.InputStream in)
Transfer data to the client (e.g. |
void |
transferToClient(FtpSession session,
java.lang.String str)
Transfer a string to the client, e.g. |
| Method Detail |
|---|
long transferFromClient(FtpSession session,
java.io.OutputStream out)
throws java.io.IOException
session - The current FtpSessionout - The OutputStream containing the destination of the
data from the client.
java.io.IOException
long transferToClient(FtpSession session,
java.io.InputStream in)
throws java.io.IOException
session - The current FtpSessionin - Data to be transfered to the client
java.io.IOException
void transferToClient(FtpSession session,
java.lang.String str)
throws java.io.IOException
session - The current FtpSessionstr - The string to transfer
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||