|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketProvider
Interface implemented by classes that provide for the data channel in passive or active transfer mode.
| Method Summary | |
|---|---|
void |
closeSocket()
Closes the socket, if necessary. |
DataChannelInfo |
init()
Initializes the provider. |
java.net.Socket |
provideSocket()
Provides the socket for data transfer. |
| Method Detail |
|---|
DataChannelInfo init()
throws java.io.IOException
java.io.IOException - Error on initializing the data channel.
java.net.Socket provideSocket()
throws java.io.IOException
java.io.IOException - Error on creating the data channel.void closeSocket()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||