Package | Description |
---|---|
info.pppc.base.plugin.common.util | |
info.pppc.base.plugin.ip.util | |
info.pppc.base.system.plugin |
Modifier and Type | Method and Description |
---|---|
IPacket |
FloodConnector.createPacket()
Creates a packet that can be used to send and receive data.
|
Modifier and Type | Method and Description |
---|---|
void |
FloodConnector.sendPacket(IPacket packet)
Sends the specified packet if possible.
|
Modifier and Type | Class and Description |
---|---|
class |
IPPacket
The ip packet is a packet that wraps the underlying datagram packet.
|
Modifier and Type | Method and Description |
---|---|
IPacket |
IPPacketConnector.createPacket()
Creates a packet that can be used to transfer and receive
data from the connector.
|
Modifier and Type | Method and Description |
---|---|
void |
IPPacketConnector.sendPacket(IPacket packet)
Transfers a packet using the underlying socket.
|
Modifier and Type | Class and Description |
---|---|
class |
Packet
A basic packet implementation that can be reused to implement connectors.
|
Modifier and Type | Method and Description |
---|---|
IPacket |
IPacketConnector.createPacket()
Creates a packet that can be used to receive and transfer data.
|
IPacket |
GroupConnector.createPacket()
Creates a new packet that can be used to receive and
transfer data from this packet connector.
|
IPacket |
FragmentConnector.createPacket()
Creates and returns a new packet for this connector.
|
Modifier and Type | Method and Description |
---|---|
void |
IPacketConnector.sendPacket(IPacket packet)
Transfers a packet.
|
void |
GroupConnector.sendPacket(IPacket packet)
Transfers a packet through this packet connector.
|
void |
FragmentConnector.sendPacket(IPacket packet)
Sends a packet and throws an exception if the packet
cannot be sent or if the connector has been closed already.
|