A B C D E F G H I K L M N O P Q R S T U V W

G

getColor() - Method in class com.esotericsoftware.kryonet.Ball
 
getColor() - Method in interface com.esotericsoftware.kryonet.IBall
 
getConnections() - Method in class com.esotericsoftware.kryonet.Server
Returns the current connections.
getEndPoint() - Method in class com.esotericsoftware.kryonet.Connection
Returns the local Client or Server to which this connection belongs.
getID() - Method in class com.esotericsoftware.kryonet.Connection
Returns the server assigned ID.
getKryo() - Method in class com.esotericsoftware.kryonet.Client
 
getKryo() - Method in interface com.esotericsoftware.kryonet.EndPoint
Gets the Kryo instance that will be used to serialize and deserialize objects.
getKryo() - Method in class com.esotericsoftware.kryonet.Server
 
getLastResponseID() - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Gets the ID of response for the last method invocation.
getRemoteAddressTCP() - Method in class com.esotericsoftware.kryonet.Connection
Returns the IP address and port of the remote end of the TCP connection, or null if this connection is not connected.
getRemoteAddressUDP() - Method in class com.esotericsoftware.kryonet.Connection
Returns the IP address and port of the remote end of the UDP connection, or null if this connection is not connected.
getRemoteObject(Connection, int, Class<T>) - Static method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Identical to ObjectSpace.getRemoteObject(Connection, int, Class...) except returns the object cast to the specified interface type.
getRemoteObject(Connection, int, Class...) - Static method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Returns a proxy object that implements the specified interfaces.
getReturnTripTime() - Method in class com.esotericsoftware.kryonet.Connection
Returns the last calculated TCP return trip time, or -1 if Connection.updateReturnTripTime() has never been called or the FrameworkMessage.Ping response has not yet been received.
getUpdateThread() - Method in class com.esotericsoftware.kryonet.Client
 
getUpdateThread() - Method in interface com.esotericsoftware.kryonet.EndPoint
Returns the last thread that called EndPoint.update(int) for this end point.
getUpdateThread() - Method in class com.esotericsoftware.kryonet.Server
 

A B C D E F G H I K L M N O P Q R S T U V W