| Package | Description |
|---|---|
| com.comphenix.protocol |
Contains classes for retrieving the main ProtocolMananger object.
|
| com.comphenix.protocol.async | |
| com.comphenix.protocol.injector |
| Modifier and Type | Method and Description |
|---|---|
AsynchronousManager |
ProtocolManager.getAsynchronousManager()
Retrieve the current asynchronous packet manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncFilterManager
Represents a filter manager for asynchronous packets.
|
| Modifier and Type | Method and Description |
|---|---|
AsynchronousManager |
DelayedPacketManager.getAsynchronousManager() |
AsynchronousManager |
PacketFilterManager.getAsynchronousManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelayedPacketManager.setAsynchronousManager(AsynchronousManager asyncManager)
Update the asynchronous manager.
|