Package | Description |
---|---|
clientP2P | |
protocolP2P | |
serverP2P | |
tools | |
tracker |
Modifier and Type | Method and Description |
---|---|
protected <T extends Payload> |
ClientManagementUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ClientManagementTCP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ClientDownloadUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ClientDownloadTCP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ClientDownloadPartUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ClientDownloadPartTCP.createProtocolP2PPacket(T payload)
Create packets
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolP2PPacket<T extends Payload>
Representation of packet.
|
class |
ProtocolP2PPacketTCP<T extends Payload>
Representation of packet.
|
class |
ProtocolP2PPacketUDP<T extends Payload>
Representation of packet.
|
Modifier and Type | Class and Description |
---|---|
class |
Denied
Representation of payload for denied response.
|
class |
DiscoverRequest
Representation of payload for discover request.
|
class |
DiscoverResponse
Representation of payload for discover response.
|
class |
FileList
Representation of payload for list response.
|
class |
FilePart
Representation of payload for load response.
|
class |
HashRequest
Representation of payload for hash request.
|
class |
HashResponse
Representation of payload for hash response.
|
class |
LoadRequest
Representation of payload for load request.
|
class |
RatioRequest
Representation of payload for ratio request.
|
class |
RatioResponse
Representation of payload for ratio response.
|
class |
Register
Representation of payload for unregister.
|
class |
SizeRequest
Representation of payload for load request.
|
class |
SizeResponse
Representation of payload for size response.
|
class |
Unregister
Representation of payload for unregister.
|
class |
UpdateRatio
Representation of payload for update ratio.
|
Modifier and Type | Field and Description |
---|---|
protected Payload |
ProtocolP2PPacket.payload |
Modifier and Type | Method and Description |
---|---|
Payload |
ProtocolP2PPacket.getPayload()
Returns Payload associated with the Packet.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Payload> |
ServerManagementUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
ServerManagementTCP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
RatioWatcherUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
RatioWatcherTCP.createProtocolP2PPacket(T payload)
Create packets
|
protected abstract <T extends Payload> |
RatioWatcher.createProtocolP2PPacket(T payload)
Create packets
|
Modifier and Type | Method and Description |
---|---|
protected abstract <T extends Payload> |
ServeErrors.createProtocolP2PPacket(T payload)
Create packets
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Payload> |
TrackerManagementUDP.createProtocolP2PPacket(T payload)
Create packets
|
protected <T extends Payload> |
TrackerManagementTCP.createProtocolP2PPacket(T payload)
Create packets
|