Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
S
sendMessage(String)
- Method in interface com.esotericsoftware.kryonet.examples.chatrmi.
IPlayer
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.
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, Kryo)
- 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.
setColor(Color)
- Method in class com.esotericsoftware.kryonet.
Ball
setColor(Color)
- Method in interface com.esotericsoftware.kryonet.
IBall
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.
setMotion(double, double)
- Method in class com.esotericsoftware.kryonet.
Ball
setMotion(double, double)
- Method in interface com.esotericsoftware.kryonet.
IBall
setName(String)
- Method in class com.esotericsoftware.kryonet.
Connection
Sets the friendly name of this connection.
setNames(String[])
- Method in interface com.esotericsoftware.kryonet.examples.chatrmi.
IChatFrame
setNonBlocking(boolean, boolean)
- Method in interface com.esotericsoftware.kryonet.rmi.
RemoteObject
Sets the blocking behavior when invoking a method that has a return value.
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.
shorts
- Variable in class com.esotericsoftware.kryonet.
PingPongTest.Data
Shorts
- Variable in class com.esotericsoftware.kryonet.
PingPongTest.Data
start()
- Method in class com.esotericsoftware.kryonet.
BallWorldClient
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
startEndPoint(EndPoint)
- Method in class com.esotericsoftware.kryonet.
KryoNetTestCase
stop()
- Method in class com.esotericsoftware.kryonet.
BallWorldClient
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
stopEndPoints()
- Method in class com.esotericsoftware.kryonet.
KryoNetTestCase
stopEndPoints(int)
- Method in class com.esotericsoftware.kryonet.
KryoNetTestCase
strings
- Variable in class com.esotericsoftware.kryonet.
PingPongTest.Data
stuff
- Variable in class com.esotericsoftware.kryonet.compress.
DeflateTest.SomeData
stuff
- Variable in class com.esotericsoftware.kryonet.compress.
DeltaTest.SomeData
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W