| Package | Description |
|---|---|
| com.tvd12.ezyfoxserver.entity | |
| com.tvd12.ezyfoxserver.socket |
| Modifier and Type | Method and Description |
|---|---|
void |
EzyDroppedPackets.addDroppedPacket(EzyPacket packet) |
void |
EzyAbstractSession.send(EzyPacket packet) |
void |
EzyDeliver.send(EzyPacket packet) |
void |
EzySimpleUser.send(EzyPacket packet) |
void |
EzyAbstractSession.sendNow(EzyPacket packet) |
void |
EzyDeliver.sendNow(EzyPacket packet) |
void |
EzySimpleUser.sendNow(EzyPacket packet) |
void |
EzyImmediateDeliver.sendPacketNow(EzyPacket packet) |
| Modifier and Type | Class and Description |
|---|---|
class |
EzySimplePacket |
| Modifier and Type | Method and Description |
|---|---|
EzyPacket |
EzyPacketQueue.peek() |
EzyPacket |
EzyNonBlockingPacketQueue.peek() |
EzyPacket |
EzyPacketQueue.take() |
EzyPacket |
EzyNonBlockingPacketQueue.take() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EzyPacketQueue.add(EzyPacket packet) |
boolean |
EzyNonBlockingPacketQueue.add(EzyPacket packet) |
void |
EzySocketWriterGroup.firePacketSend(EzyPacket packet,
Object writeBuffer) |
Copyright © 2021 Young Monkeys. All rights reserved.