- 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
-
- 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
-
- stop() - Method in class com.esotericsoftware.kryonet.Server
-