Class ConnectionIdlingPacket
java.lang.Object
com.xpdustry.claj.common.packets.ConnectionWrapperPacket
com.xpdustry.claj.common.packets.ConnectionIdlingPacket
- All Implemented Interfaces:
Packet
-
Field Summary
Fields inherited from class ConnectionWrapperPacket
conID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConnectionWrapperPacket
read, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
handleClient, handleServer, r, w
-
Constructor Details
-
ConnectionIdlingPacket
public ConnectionIdlingPacket()
-
-
Method Details
-
allow
public boolean allow(boolean isServer) - Returns:
- whether this packet should be allowed or ignored, for the type of endpoint.
-