Uses of Interface
com.esotericsoftware.kryonet.EndPoint

Packages that use EndPoint
com.esotericsoftware.kryonet   
com.esotericsoftware.kryonet.examples.chat   
com.esotericsoftware.kryonet.examples.chatrmi   
 

Uses of EndPoint in com.esotericsoftware.kryonet
 

Classes in com.esotericsoftware.kryonet that implement EndPoint
 class Client
          Represents a TCP and optionally a UDP connection to a Server.
 class Server
          Manages TCP and optionally UDP connections from many Clients.
 

Methods in com.esotericsoftware.kryonet that return EndPoint
 EndPoint Connection.getEndPoint()
          Returns the local Client or Server to which this connection belongs.
 

Methods in com.esotericsoftware.kryonet with parameters of type EndPoint
static void Common.register(EndPoint endPoint)
           
 void KryoNetTestCase.startEndPoint(EndPoint endPoint)
           
 

Uses of EndPoint in com.esotericsoftware.kryonet.examples.chat
 

Methods in com.esotericsoftware.kryonet.examples.chat with parameters of type EndPoint
static void Network.register(EndPoint endPoint)
           
 

Uses of EndPoint in com.esotericsoftware.kryonet.examples.chatrmi
 

Methods in com.esotericsoftware.kryonet.examples.chatrmi with parameters of type EndPoint
static void Network.register(EndPoint endPoint)