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

C

canReadInt() - Method in class com.esotericsoftware.kryo.io.ByteBufferInput
Returns true if enough bytes are available to read an int with ByteBufferInput.readInt(boolean).
canReadInt() - Method in class com.esotericsoftware.kryo.io.Input
Returns true if enough bytes are available to read an int with Input.readInt(boolean).
canReadLong() - Method in class com.esotericsoftware.kryo.io.ByteBufferInput
Returns true if enough bytes are available to read a long with ByteBufferInput.readLong(boolean).
canReadLong() - Method in class com.esotericsoftware.kryo.io.Input
Returns true if enough bytes are available to read a long with Input.readLong(boolean).
charArrayBaseOffset - Static variable in class com.esotericsoftware.kryo.util.UnsafeUtil
 
className(Class) - Static method in class com.esotericsoftware.kryo.util.Util
Returns the class formatted as a string.
ClassResolver - Interface in com.esotericsoftware.kryo
Handles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.
clear() - Method in class com.esotericsoftware.kryo.io.ByteBufferOutput
Sets the position and total to zero.
clear() - Method in class com.esotericsoftware.kryo.io.Output
Sets the position and total to zero.
clear(int) - Method in class com.esotericsoftware.kryo.util.IdentityMap
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.kryo.util.IdentityMap
 
clear(int) - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
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.kryo.util.IdentityObjectIntMap
 
clear() - Method in class com.esotericsoftware.kryo.util.IntArray
 
clear(int) - Method in class com.esotericsoftware.kryo.util.IntMap
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.kryo.util.IntMap
 
clear(int) - Method in class com.esotericsoftware.kryo.util.ObjectMap
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.kryo.util.ObjectMap
 
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.kryo.io.ByteBufferInput
Closes the underlying InputStream, if any.
close() - Method in class com.esotericsoftware.kryo.io.ByteBufferOutput
Flushes any buffered bytes and closes the underlying OutputStream, if any.
close() - Method in class com.esotericsoftware.kryo.io.Input
Closes the underlying InputStream, if any.
close() - Method in class com.esotericsoftware.kryo.io.Output
Flushes any buffered bytes and closes the underlying OutputStream, if any.
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).
CollectionSerializer - Class in com.esotericsoftware.kryo.serializers
Serializes objects that implement the Collection interface.
CollectionSerializer() - Constructor for class com.esotericsoftware.kryo.serializers.CollectionSerializer
 
CollectionSerializer(Class, Serializer) - Constructor for class com.esotericsoftware.kryo.serializers.CollectionSerializer
 
CollectionSerializer(Class, Serializer, boolean) - Constructor for class com.esotericsoftware.kryo.serializers.CollectionSerializer
 
com.esotericsoftware.kryo.factories - package com.esotericsoftware.kryo.factories
 
com.esotericsoftware.kryo.io - package com.esotericsoftware.kryo.io
 
com.esotericsoftware.kryo.serializers - package com.esotericsoftware.kryo.serializers
 
com.esotericsoftware.kryo.util - package com.esotericsoftware.kryo.util
 
com.esotericsoftware.kryonet.util - package com.esotericsoftware.kryonet.util
 
com.esotericsoftware.minlog - package com.esotericsoftware.minlog
 
compare(FieldSerializer.CachedField, FieldSerializer.CachedField) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer
 
CompatibleFieldSerializer<T> - Class in com.esotericsoftware.kryo.serializers
Serializes objects using direct field assignment, with limited support for forward and backward compatibility.
CompatibleFieldSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serializers.CompatibleFieldSerializer
 
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
 
contains(int) - Method in class com.esotericsoftware.kryo.util.IntArray
 
containsKey(K) - Method in class com.esotericsoftware.kryo.util.IdentityMap
 
containsKey(K) - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
 
containsKey(int) - Method in class com.esotericsoftware.kryo.util.IntMap
 
containsKey(K) - Method in class com.esotericsoftware.kryo.util.ObjectMap
 
containsValue(Object, boolean) - Method in class com.esotericsoftware.kryo.util.IdentityMap
Returns true if the specified value is in the map.
containsValue(int) - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
Returns true if the specified value is in the map.
containsValue(Object, boolean) - Method in class com.esotericsoftware.kryo.util.IntMap
Returns true if the specified value is in the map.
containsValue(Object, boolean) - Method in class com.esotericsoftware.kryo.util.ObjectMap
Returns true if the specified value is in the map.
copy(T) - Method in class com.esotericsoftware.kryo.Kryo
Returns a deep copy of the object.
copy(T, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
Returns a deep copy of the object using the specified serializer.
copy(Kryo) - Method in interface com.esotericsoftware.kryo.KryoCopyable
Returns a copy that has the same values as this object.
copy(Kryo, T) - Method in class com.esotericsoftware.kryo.Serializer
Returns a copy of the specified object.
copy(Kryo, T) - Method in class com.esotericsoftware.kryo.serializers.BeanSerializer
 
copy(Kryo, Object) - Method in class com.esotericsoftware.kryo.serializers.BlowfishSerializer
 
copy(Kryo, Collection) - Method in class com.esotericsoftware.kryo.serializers.CollectionSerializer
 
copy(Kryo, boolean[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.BooleanArraySerializer
 
copy(Kryo, byte[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ByteArraySerializer
 
copy(Kryo, char[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.CharArraySerializer
 
copy(Kryo, double[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.DoubleArraySerializer
 
copy(Kryo, float[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.FloatArraySerializer
 
copy(Kryo, int[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.IntArraySerializer
 
copy(Kryo, long[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.LongArraySerializer
 
copy(Kryo, Object[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ObjectArraySerializer
 
copy(Kryo, short[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ShortArraySerializer
 
copy(Kryo, String[]) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.StringArraySerializer
 
copy(Kryo, Calendar) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CalendarSerializer
 
copy(Kryo, Date) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.DateSerializer
 
copy(Kryo, EnumSet) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.EnumSetSerializer
 
copy(Kryo, StringBuffer) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.StringBufferSerializer
 
copy(Kryo, StringBuilder) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.StringBuilderSerializer
 
copy(Kryo, Object) - Method in class com.esotericsoftware.kryo.serializers.DeflateSerializer
 
copy(Object, Object) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer.CachedField
 
copy(Kryo, T) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer
 
copy(Kryo, Map) - Method in class com.esotericsoftware.kryo.serializers.MapSerializer
 
copyShallow(T) - Method in class com.esotericsoftware.kryo.Kryo
Returns a shallow copy of the object.
copyShallow(T, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
Returns a shallow copy of the object using the specified serializer.
createCachedField(Class, Field, FieldSerializer) - Method in interface com.esotericsoftware.kryo.serializers.FieldSerializer.CachedFieldFactory
 
A B C D E F G H I J K L M N O P Q R S T U V W