Package | Description |
---|---|
clientP2P | |
protocolP2P |
Modifier and Type | Method and Description |
---|---|
void |
ClientManagement.download(java.lang.String filename)
Try to download a file
|
java.lang.String[] |
ClientManagement.listDirectory()
list server’s directory content
|
Modifier and Type | Method and Description |
---|---|
ProtocolP2PPacket<?> |
ProtocolP2PPacketUDP.receiveResponse()
Receive response (typically used by client).
|
ProtocolP2PPacket<?> |
ProtocolP2PPacketTCP.receiveResponse()
Receive response (typically used by client).
|
abstract ProtocolP2PPacket<?> |
ProtocolP2PPacket.receiveResponse()
Receive a response
|