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

A

addConnection(Connection) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Allows the remote end of the specified connection to access objects registered in this ObjectSpace.
addListener(Listener) - Method in class com.esotericsoftware.kryonet.Client
 
addListener(Listener) - Method in class com.esotericsoftware.kryonet.Connection
If the listener already exists, it is not added again.
addListener(Listener) - Method in interface com.esotericsoftware.kryonet.EndPoint
If the listener already exists, it is not added again.
addListener(Listener) - Method in class com.esotericsoftware.kryonet.Server
 
args - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 

B

bind(int) - Method in class com.esotericsoftware.kryonet.Server
Opens a TCP only server.
bind(int, int) - Method in class com.esotericsoftware.kryonet.Server
Opens a TCP and UDP server.
bind(InetSocketAddress, InetSocketAddress) - Method in class com.esotericsoftware.kryonet.Server
 

C

clear(int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Clears the map and reduces the size of the backing arrays to be the specified capacity if they are larger.
clear() - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 
Client - Class in com.esotericsoftware.kryonet
Represents a TCP and optionally a UDP connection to a Server.
Client() - Constructor for class com.esotericsoftware.kryonet.Client
Creates a Client with a write buffer size of 8192 and an object buffer size of 2048.
Client(int, int) - Constructor for class com.esotericsoftware.kryonet.Client
 
Client(int, int, Serialization) - Constructor for class com.esotericsoftware.kryonet.Client
 
ClientDiscoveryHandler - Interface in com.esotericsoftware.kryonet
 
close() - Method in class com.esotericsoftware.kryonet.Client
 
close() - Method in class com.esotericsoftware.kryonet.Connection
 
close() - Method in interface com.esotericsoftware.kryonet.EndPoint
 
close() - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Causes this ObjectSpace to stop listening to the connections for method invocation messages.
close() - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Causes this RemoteObject to stop listening to the connection for method invocation response messages.
close() - Method in class com.esotericsoftware.kryonet.Server
Closes all open connections and the server port(s).
com.esotericsoftware.kryonet - package com.esotericsoftware.kryonet
 
com.esotericsoftware.kryonet.rmi - package com.esotericsoftware.kryonet.rmi
 
com.esotericsoftware.kryonet.util - package com.esotericsoftware.kryonet.util
 
connect(int, String, int) - Method in class com.esotericsoftware.kryonet.Client
Opens a TCP only client.
connect(int, String, int, int) - Method in class com.esotericsoftware.kryonet.Client
Opens a TCP and UDP client.
connect(int, InetAddress, int) - Method in class com.esotericsoftware.kryonet.Client
Opens a TCP only client.
connect(int, InetAddress, int, int) - Method in class com.esotericsoftware.kryonet.Client
Opens a TCP and UDP client.
connected(Connection) - Method in class com.esotericsoftware.kryonet.Listener
Called when the remote end has been connected.
connected(Connection) - Method in class com.esotericsoftware.kryonet.Listener.QueuedListener
 
Connection - Class in com.esotericsoftware.kryonet
Represents a TCP and optionally a UDP connection between a Client and a Server.
Connection() - Constructor for class com.esotericsoftware.kryonet.Connection
 
connectionID - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.RegisterTCP
 
connectionID - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.RegisterUDP
 
containsKey(K) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 
containsValue(int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Returns true if the specified value is in the map.

D

DEFAULT - Static variable in interface com.esotericsoftware.kryonet.ClientDiscoveryHandler
This implementation of the ClientDiscoveryHandler is responsible for providing the Client with it's default behavior.
DEFAULT - Static variable in interface com.esotericsoftware.kryonet.ServerDiscoveryHandler
This implementation of ServerDiscoveryHandler is responsible for providing the Server with it's default behavior.
disconnected(Connection) - Method in class com.esotericsoftware.kryonet.Listener
Called when the remote end is no longer connected.
disconnected(Connection) - Method in class com.esotericsoftware.kryonet.Listener.QueuedListener
 
discoverHost(int, int) - Method in class com.esotericsoftware.kryonet.Client
Broadcasts a UDP message on the LAN to discover any running servers.
discoverHosts(int, int) - Method in class com.esotericsoftware.kryonet.Client
Broadcasts a UDP message on the LAN to discover any running servers.
dispose() - Method in class com.esotericsoftware.kryonet.Client
Releases the resources used by this client, which may no longer be used.
dispose() - Method in class com.esotericsoftware.kryonet.Server
Releases the resources used by this server, which may no longer be used.

E

EndPoint - Interface in com.esotericsoftware.kryonet
Represents the local end point of a connection.
ensureCapacity(int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Increases the size of the backing array to acommodate the specified number of additional items.

F

findKey(int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Returns the key for the specified value, or null if it is not in the map.
FrameworkMessage - Interface in com.esotericsoftware.kryonet
Marker interface to denote that a message is used by the Ninja framework and is generally invisible to the developer.
FrameworkMessage.DiscoverHost - Class in com.esotericsoftware.kryonet
Internal message to discover running servers.
FrameworkMessage.DiscoverHost() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.DiscoverHost
 
FrameworkMessage.KeepAlive - Class in com.esotericsoftware.kryonet
Internal message to keep connections alive.
FrameworkMessage.KeepAlive() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.KeepAlive
 
FrameworkMessage.Ping - Class in com.esotericsoftware.kryonet
Internal message to determine round trip time.
FrameworkMessage.Ping() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.Ping
 
FrameworkMessage.RegisterTCP - Class in com.esotericsoftware.kryonet
Internal message to give the client the server assigned connection ID.
FrameworkMessage.RegisterTCP() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.RegisterTCP
 
FrameworkMessage.RegisterUDP - Class in com.esotericsoftware.kryonet
Internal message to give the server the client's UDP port.
FrameworkMessage.RegisterUDP() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.RegisterUDP
 

G

get(K, int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 
getAndIncrement(K, int, int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Returns the key's current value and increments the stored value.
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
 

I

id - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.Ping
 
idle(Connection) - Method in class com.esotericsoftware.kryonet.Listener
Called when the connection is below the idle threshold.
idle(Connection) - Method in class com.esotericsoftware.kryonet.Listener.QueuedListener
 
idle(Connection) - Method in class com.esotericsoftware.kryonet.util.TcpIdleSender
 
InputStreamSender - Class in com.esotericsoftware.kryonet.util
 
InputStreamSender(InputStream, int) - Constructor for class com.esotericsoftware.kryonet.util.InputStreamSender
 
invoke(Connection, Object, ObjectSpace.InvokeMethod) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Invokes the method on the object and, if necessary, sends the result back to the connection that made the invocation request.
isConnected() - Method in class com.esotericsoftware.kryonet.Connection
Returns true if this connection is connected to the remote end.
isIdle() - Method in class com.esotericsoftware.kryonet.Connection
 
isReply - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.Ping
 

J

JsonSerialization - Class in com.esotericsoftware.kryonet
 
JsonSerialization() - Constructor for class com.esotericsoftware.kryonet.JsonSerialization
 

K

keepAlive - Static variable in interface com.esotericsoftware.kryonet.FrameworkMessage
 
KryoNetException - Exception in com.esotericsoftware.kryonet
 
KryoNetException() - Constructor for exception com.esotericsoftware.kryonet.KryoNetException
 
KryoNetException(String, Throwable) - Constructor for exception com.esotericsoftware.kryonet.KryoNetException
 
KryoNetException(String) - Constructor for exception com.esotericsoftware.kryonet.KryoNetException
 
KryoNetException(Throwable) - Constructor for exception com.esotericsoftware.kryonet.KryoNetException
 
KryoSerialization - Class in com.esotericsoftware.kryonet
 
KryoSerialization() - Constructor for class com.esotericsoftware.kryonet.KryoSerialization
 
KryoSerialization(Kryo) - Constructor for class com.esotericsoftware.kryonet.KryoSerialization
 

L

Listener - Class in com.esotericsoftware.kryonet
Used to be notified about connection events.
Listener() - Constructor for class com.esotericsoftware.kryonet.Listener
 
Listener.LagListener - Class in com.esotericsoftware.kryonet
Delays the notification of the wrapped listener to simulate lag on incoming objects.
Listener.LagListener(int, int, Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.LagListener
 
Listener.QueuedListener - Class in com.esotericsoftware.kryonet
Wraps a listener and queues notifications as runnables.
Listener.QueuedListener(Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.QueuedListener
 
Listener.ReflectionListener - Class in com.esotericsoftware.kryonet
Uses reflection to called "received(Connection, XXX)" on the listener, where XXX is the received object type.
Listener.ReflectionListener() - Constructor for class com.esotericsoftware.kryonet.Listener.ReflectionListener
 
Listener.ThreadedListener - Class in com.esotericsoftware.kryonet
Wraps a listener and processes notification events on a separate thread.
Listener.ThreadedListener(Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.ThreadedListener
Creates a single thread to process notification events.
Listener.ThreadedListener(Listener, ExecutorService) - Constructor for class com.esotericsoftware.kryonet.Listener.ThreadedListener
Uses the specified threadPool to process notification events.

M

method - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 

N

newConnection() - Method in class com.esotericsoftware.kryonet.Server
Allows the connections used by the server to be subclassed.
next() - Method in class com.esotericsoftware.kryonet.util.InputStreamSender
 
next(byte[]) - Method in class com.esotericsoftware.kryonet.util.InputStreamSender
 
next() - Method in class com.esotericsoftware.kryonet.util.TcpIdleSender
Returns the next object to send, or null if no more objects will be sent.

O

objectID - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 
objectID - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethodResult
 
ObjectIntMap<K> - Class in com.esotericsoftware.kryonet.util
An unordered map where the values are ints.
ObjectIntMap() - Constructor for class com.esotericsoftware.kryonet.util.ObjectIntMap
Creates a new map with an initial capacity of 32 and a load factor of 0.8.
ObjectIntMap(int) - Constructor for class com.esotericsoftware.kryonet.util.ObjectIntMap
Creates a new map with a load factor of 0.8.
ObjectIntMap(int, float) - Constructor for class com.esotericsoftware.kryonet.util.ObjectIntMap
Creates a new map with the specified initial capacity and load factor.
ObjectIntMap(ObjectIntMap<? extends K>) - Constructor for class com.esotericsoftware.kryonet.util.ObjectIntMap
Creates a new map identical to the specified map.
ObjectSpace - Class in com.esotericsoftware.kryonet.rmi
Allows methods on objects to be invoked remotely over TCP.
ObjectSpace() - Constructor for class com.esotericsoftware.kryonet.rmi.ObjectSpace
Creates an ObjectSpace with no connections.
ObjectSpace(Connection) - Constructor for class com.esotericsoftware.kryonet.rmi.ObjectSpace
Creates an ObjectSpace with the specified connection.
ObjectSpace.InvokeMethod - Class in com.esotericsoftware.kryonet.rmi
Internal message to invoke methods remotely.
ObjectSpace.InvokeMethod() - Constructor for class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 
ObjectSpace.InvokeMethodResult - Class in com.esotericsoftware.kryonet.rmi
Internal message to return the result of a remotely invoked method.
ObjectSpace.InvokeMethodResult() - Constructor for class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethodResult
 
ObjectSpace.RemoteObjectSerializer - Class in com.esotericsoftware.kryonet.rmi
Serializes an object registered with an ObjectSpace so the receiving side gets a RemoteObject proxy rather than the bytes for the serialized object.
ObjectSpace.RemoteObjectSerializer() - Constructor for class com.esotericsoftware.kryonet.rmi.ObjectSpace.RemoteObjectSerializer
 
onDiscoveredHost(DatagramPacket, Kryo) - Method in interface com.esotericsoftware.kryonet.ClientDiscoveryHandler
Called when the Client discovers a host.
onDiscoverHost(UdpConnection, InetSocketAddress, Serialization) - Method in interface com.esotericsoftware.kryonet.ServerDiscoveryHandler
Called when the Server receives a FrameworkMessage.DiscoverHost packet.
onFinally() - Method in interface com.esotericsoftware.kryonet.ClientDiscoveryHandler
Called right before the Client.discoverHost(int, int) or Client.discoverHosts(int, int) method exits.
onRequestNewDatagramPacket() - Method in interface com.esotericsoftware.kryonet.ClientDiscoveryHandler
Implementations of this method should return a new DatagramPacket that the Client will use to fill with the incoming packet data sent by the ServerDiscoveryHandler.

P

put(K, int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 

Q

queue(Runnable) - Method in class com.esotericsoftware.kryonet.Listener.LagListener
 
queue(Runnable) - Method in class com.esotericsoftware.kryonet.Listener.QueuedListener
 
queue(Runnable) - Method in class com.esotericsoftware.kryonet.Listener.ThreadedListener
 

R

read(Connection, ByteBuffer) - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
read(Connection, ByteBuffer) - Method in class com.esotericsoftware.kryonet.KryoSerialization
 
read(Kryo, Input) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace.RemoteObjectSerializer
 
read(Connection, ByteBuffer) - Method in interface com.esotericsoftware.kryonet.Serialization
 
readLength(ByteBuffer) - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
readLength(ByteBuffer) - Method in class com.esotericsoftware.kryonet.KryoSerialization
 
readLength(ByteBuffer) - Method in interface com.esotericsoftware.kryonet.Serialization
 
received(Connection, Object) - Method in class com.esotericsoftware.kryonet.Listener.QueuedListener
 
received(Connection, Object) - Method in class com.esotericsoftware.kryonet.Listener
Called when an object has been received from the remote end of the connection.
received(Connection, Object) - Method in class com.esotericsoftware.kryonet.Listener.ReflectionListener
 
reconnect() - Method in class com.esotericsoftware.kryonet.Client
Calls connect with the values last passed to connect.
reconnect(int) - Method in class com.esotericsoftware.kryonet.Client
Calls connect with the specified timeout and the other values last passed to connect.
register(int, Object) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Registers an object to allow the remote end of the ObjectSpace's connections to access it using the specified ID.
registerClasses(Kryo) - Static method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Registers the classes needed to use ObjectSpaces.
RemoteObject - Interface in com.esotericsoftware.kryonet.rmi
Provides access to various settings on a remote object.
remove(int) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Removes an object.
remove(Object) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Removes an object.
remove(K, int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 
removeConnection(Connection) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Removes the specified connection, it will no longer be able to access objects registered in this ObjectSpace.
removeListener(Listener) - Method in class com.esotericsoftware.kryonet.Client
 
removeListener(Listener) - Method in class com.esotericsoftware.kryonet.Connection
 
removeListener(Listener) - Method in interface com.esotericsoftware.kryonet.EndPoint
 
removeListener(Listener) - Method in class com.esotericsoftware.kryonet.Server
 
responseID - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 
responseID - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethodResult
 
result - Variable in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethodResult
 
run() - Method in class com.esotericsoftware.kryonet.Client
 
run() - Method in interface com.esotericsoftware.kryonet.EndPoint
Continually updates this end point until EndPoint.stop() is called.
run() - Method in class com.esotericsoftware.kryonet.Server
 

S

sendTCP(Object) - Method in class com.esotericsoftware.kryonet.Connection
Sends the object over the network using TCP.
sendToAllExceptTCP(int, Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendToAllExceptUDP(int, Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendToAllTCP(Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendToAllUDP(Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendToTCP(int, Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendToUDP(int, Object) - Method in class com.esotericsoftware.kryonet.Server
 
sendUDP(Object) - Method in class com.esotericsoftware.kryonet.Connection
Sends the object over the network using UDP.
Serialization - Interface in com.esotericsoftware.kryonet
Controls how objects are transmitted over the network.
Server - Class in com.esotericsoftware.kryonet
Manages TCP and optionally UDP connections from many Clients.
Server() - Constructor for class com.esotericsoftware.kryonet.Server
Creates a Server with a write buffer size of 16384 and an object buffer size of 2048.
Server(int, int) - Constructor for class com.esotericsoftware.kryonet.Server
 
Server(int, int, Serialization) - Constructor for class com.esotericsoftware.kryonet.Server
 
ServerDiscoveryHandler - Interface in com.esotericsoftware.kryonet
 
setBufferPositionFix(boolean) - Method in class com.esotericsoftware.kryonet.Connection
Workaround for broken NIO networking on Android 1.6.
setDiscoveryHandler(ClientDiscoveryHandler) - Method in class com.esotericsoftware.kryonet.Client
 
setDiscoveryHandler(ServerDiscoveryHandler) - Method in class com.esotericsoftware.kryonet.Server
 
setExecutor(Executor) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace
Sets the executor used to invoke methods when an invocation is received from a remote endpoint.
setIdleThreshold(float) - Method in class com.esotericsoftware.kryonet.Connection
If the percent of the TCP write buffer that is filled is less than the specified threshold, Listener.idle(Connection) will be called for each network thread update.
setKeepAliveTCP(int) - Method in class com.esotericsoftware.kryonet.Connection
An empty object will be sent if the TCP connection has not sent an object within the specified milliseconds.
setKeepAliveUDP(int) - Method in class com.esotericsoftware.kryonet.Client
An empty object will be sent if the UDP connection is inactive more than the specified milliseconds.
setLogging(boolean, boolean) - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
setName(String) - Method in class com.esotericsoftware.kryonet.Connection
Sets the friendly name of this connection.
setNonBlocking(boolean) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Sets the blocking behavior when invoking a remote method.
setRemoteToString(boolean) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
If false, calls to Object.toString() will return "" instead of being invoking the remote method.
setResponseTimeout(int) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Sets the milliseconds to wait for a method to return value.
setTimeout(int) - Method in class com.esotericsoftware.kryonet.Connection
If the specified amount of time passes without receiving an object over TCP, the connection is considered closed.
setTransmitExceptions(boolean) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Sets whether exceptions are sent back when invoking a remote method.
setTransmitReturnValue(boolean) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Sets whether return values are sent back when invoking a remote method.
shrink(int) - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
Reduces the size of the backing arrays to be the specified capacity or less.
size - Variable in class com.esotericsoftware.kryonet.util.ObjectIntMap
 
start() - Method in class com.esotericsoftware.kryonet.Client
 
start() - Method in interface com.esotericsoftware.kryonet.EndPoint
Starts a new thread that calls EndPoint.run().
start() - Method in class com.esotericsoftware.kryonet.Server
 
start() - Method in class com.esotericsoftware.kryonet.util.TcpIdleSender
Called once, before the first send.
stop() - Method in class com.esotericsoftware.kryonet.Client
 
stop() - Method in interface com.esotericsoftware.kryonet.EndPoint
Closes this end point and causes EndPoint.run() to return.
stop() - Method in class com.esotericsoftware.kryonet.Server
 

T

TcpIdleSender - Class in com.esotericsoftware.kryonet.util
 
TcpIdleSender() - Constructor for class com.esotericsoftware.kryonet.util.TcpIdleSender
 
threadPool - Variable in class com.esotericsoftware.kryonet.Listener.ThreadedListener
 
TimeoutException - Exception in com.esotericsoftware.kryonet.rmi
Thrown when a method with a return value is invoked on a remote object and the response is not received with the response timeout.
TimeoutException() - Constructor for exception com.esotericsoftware.kryonet.rmi.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception com.esotericsoftware.kryonet.rmi.TimeoutException
 
TimeoutException(String) - Constructor for exception com.esotericsoftware.kryonet.rmi.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception com.esotericsoftware.kryonet.rmi.TimeoutException
 
toString() - Method in class com.esotericsoftware.kryonet.Connection
 
toString() - Method in class com.esotericsoftware.kryonet.util.ObjectIntMap
 

U

update(int) - Method in class com.esotericsoftware.kryonet.Client
Reads or writes any pending data for this client.
update(int) - Method in interface com.esotericsoftware.kryonet.EndPoint
 
update(int) - Method in class com.esotericsoftware.kryonet.Server
Accepts any new connections and reads or writes any pending data for the current connections.
updateReturnTripTime() - Method in class com.esotericsoftware.kryonet.Connection
Requests the connection to communicate with the remote computer to determine a new value for the return trip time.

W

waitForLastResponse() - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Waits for the response to the last method invocation to be received or the response timeout to be reached.
waitForResponse(byte) - Method in interface com.esotericsoftware.kryonet.rmi.RemoteObject
Waits for the specified method invocation response to be received or the response timeout to be reached.
write(Connection, ByteBuffer, Object) - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
write(Connection, ByteBuffer, Object) - Method in class com.esotericsoftware.kryonet.KryoSerialization
 
write(Kryo, Output) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
 
write(Kryo, Output, Object) - Method in class com.esotericsoftware.kryonet.rmi.ObjectSpace.RemoteObjectSerializer
 
write(Connection, ByteBuffer, Object) - Method in interface com.esotericsoftware.kryonet.Serialization
 
writeLength(ByteBuffer, int) - Method in class com.esotericsoftware.kryonet.JsonSerialization
 
writeLength(ByteBuffer, int) - Method in class com.esotericsoftware.kryonet.KryoSerialization
 
writeLength(ByteBuffer, int) - Method in interface com.esotericsoftware.kryonet.Serialization
 
A B C D E F G I J K L M N O P Q R S T U W 

Copyright © 2014. All Rights Reserved.