A B C D E F G I J K L M O Q R S T U W 

G

getConnection() - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Returns the local connection for this remote object.
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.KryoSerialization
 
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.
getLengthLength() - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
getLengthLength() - Method in class com.esotericsoftware.kryonet.KryoSerialization
 
getLengthLength() - Method in interface com.esotericsoftware.kryonet.Serialization
The fixed number of bytes that will be written by Serialization.writeLength(ByteBuffer, int) and read by Serialization.readLength(ByteBuffer).
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.
getSerialization() - Method in class com.esotericsoftware.kryonet.Client
 
getSerialization() - Method in interface com.esotericsoftware.kryonet.EndPoint
Gets the serialization instance that will be used to serialize and deserialize objects.
getSerialization() - Method in class com.esotericsoftware.kryonet.Server
 
getTcpWriteBufferSize() - Method in class com.esotericsoftware.kryonet.Connection
Returns the number of bytes that are waiting to be written to the TCP socket, if any.
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 I J K L M O Q R S T U W