Package | Description |
---|---|
com.comphenix.protocol.async | |
com.comphenix.protocol.events |
Modifier and Type | Method and Description |
---|---|
AsyncMarker |
AsyncFilterManager.createAsyncMarker()
Construct a asynchronous marker with all the default values.
|
AsyncMarker |
AsyncFilterManager.createAsyncMarker(long sendingDelta,
long timeoutDelta)
Construct an async marker with the given sending priority delta and timeout delta.
|
Modifier and Type | Method and Description |
---|---|
int |
AsyncMarker.compareTo(AsyncMarker o) |
void |
AsyncFilterManager.enqueueSyncPacket(PacketEvent syncPacket,
AsyncMarker asyncMarker)
Enqueue a packet for asynchronous processing.
|
Modifier and Type | Method and Description |
---|---|
AsyncMarker |
PacketEvent.getAsyncMarker()
Retrieve the asynchronous marker.
|
Modifier and Type | Method and Description |
---|---|
static PacketEvent |
PacketEvent.fromSynchronous(PacketEvent event,
AsyncMarker marker)
Create an asynchronous packet event from a synchronous event and a async marker.
|
void |
PacketEvent.setAsyncMarker(AsyncMarker asyncMarker)
Set the asynchronous marker.
|