zombie.core.network
Class UdpPacketPool

java.lang.Object
  extended by zombie.core.network.UdpPacketPool

public class UdpPacketPool
extends java.lang.Object


Constructor Summary
UdpPacketPool()
           
 
Method Summary
static UdpPacket get()
           
static void release(UdpPacket packet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpPacketPool

public UdpPacketPool()
Method Detail

get

public static UdpPacket get()

release

public static void release(UdpPacket packet)