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

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
 
setBufferPositionFix(boolean) - Method in class com.esotericsoftware.kryonet.Connection
Workaround for broken NIO networking on Android 1.6.
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.
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.
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
 
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
 
A B C D E F G I J K L M O Q R S T U W