Class ConnectionClosedPacket
java.lang.Object
com.xpdustry.claj.common.packets.ConnectionWrapperPacket
com.xpdustry.claj.common.packets.ConnectionClosedPacket
- All Implemented Interfaces:
Packet
-
Field Summary
FieldsFields inherited from class ConnectionWrapperPacket
conID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
allow, handleClient, handleServer, r, w
-
Field Details
-
reason
public arc.net.DcReason reason
-
-
Constructor Details
-
ConnectionClosedPacket
public ConnectionClosedPacket()
-
-
Method Details
-
read
public void read(arc.util.io.ByteBufferInput read) - Specified by:
readin interfacePacket- Overrides:
readin classConnectionWrapperPacket
-
write
public void write(arc.util.io.ByteBufferOutput write) - Specified by:
writein interfacePacket- Overrides:
writein classConnectionWrapperPacket
-