|
||||||||||
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,
OutputStream out)
Transfer data from the client (e.g. |
long |
transferToClient(FtpSession session,
InputStream in)
Transfer data to the client (e.g. |
void |
transferToClient(FtpSession session,
String str)
Transfer a string to the client, e.g. |
Method Detail |
---|
long transferFromClient(FtpSession session, OutputStream out) throws IOException
session
- The current FtpSession
out
- The OutputStream
containing the destination of the
data from the client.
IOException
long transferToClient(FtpSession session, InputStream in) throws IOException
session
- The current FtpSession
in
- Data to be transfered to the client
IOException
void transferToClient(FtpSession session, String str) throws IOException
session
- The current FtpSession
str
- The string to transfer
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |