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

C

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
 
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.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.
connectionID - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.RegisterTCP
 
connectionID - Variable in class com.esotericsoftware.kryonet.FrameworkMessage.RegisterUDP
 
A B C D E F G I J K L M O Q R S T U W