com.esotericsoftware.kryonet.examples.chatrmi
Class Network

java.lang.Object
  extended by com.esotericsoftware.kryonet.examples.chatrmi.Network

public class Network
extends java.lang.Object


Field Summary
static short CHAT_FRAME
           
static short PLAYER
           
static int port
           
 
Constructor Summary
Network()
           
 
Method Summary
static void register(EndPoint endPoint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

public static final int port
See Also:
Constant Field Values

PLAYER

public static final short PLAYER
See Also:
Constant Field Values

CHAT_FRAME

public static final short CHAT_FRAME
See Also:
Constant Field Values
Constructor Detail

Network

public Network()
Method Detail

register

public static void register(EndPoint endPoint)