Package io.github.joealisson.mmocore
Class Connection<T extends Client<Connection<T>>>
- java.lang.Object
-
- io.github.joealisson.mmocore.Connection<T>
-
public class Connection<T extends Client<Connection<T>>> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdropPacketThreshold()ResourcePoolgetResourcePool()
-
-
-
Method Detail
-
getResourcePool
public ResourcePool getResourcePool()
-
dropPacketThreshold
public int dropPacketThreshold()
-
-