| Package | Description |
|---|---|
| localException | |
| serverP2P | |
| tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalError |
class |
ProtocolError |
class |
SizeError
Used on reception side when size as set in Packet is too big, and we cant store this in a int/long as usual.
|
class |
SocketClosed |
class |
TransmissionError |
class |
VersionError |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ProtocolP2PPacket<?>> |
ServerManagement.handleRequest(T pd)
Handle request.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ProtocolP2PPacket<?>> |
TrackerManagement.handleRequest(T pd)
Handle requests
|