- LEVEL_DEBUG - Static variable in class com.esotericsoftware.minlog.Log
-
Debug messages.
- LEVEL_ERROR - Static variable in class com.esotericsoftware.minlog.Log
-
Critical errors.
- LEVEL_INFO - Static variable in class com.esotericsoftware.minlog.Log
-
Informative messages.
- LEVEL_NONE - Static variable in class com.esotericsoftware.minlog.Log
-
No logging at all.
- LEVEL_TRACE - Static variable in class com.esotericsoftware.minlog.Log
-
Trace messages.
- LEVEL_WARN - Static variable in class com.esotericsoftware.minlog.Log
-
Important warnings.
- limit() - Method in class com.esotericsoftware.kryo.io.Input
-
Returns the limit for the buffer.
- Listener - Class in com.esotericsoftware.kryonet
-
Used to be notified about connection events.
- Listener() - Constructor for class com.esotericsoftware.kryonet.Listener
-
- Listener.LagListener - Class in com.esotericsoftware.kryonet
-
Delays the notification of the wrapped listener to simulate lag on incoming objects.
- Listener.LagListener(int, int, Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.LagListener
-
- Listener.QueuedListener - Class in com.esotericsoftware.kryonet
-
Wraps a listener and queues notifications as runnables
.
- Listener.QueuedListener(Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.QueuedListener
-
- Listener.ReflectionListener - Class in com.esotericsoftware.kryonet
-
Uses reflection to called "received(Connection, XXX)" on the listener, where XXX is the received object type.
- Listener.ReflectionListener() - Constructor for class com.esotericsoftware.kryonet.Listener.ReflectionListener
-
- Listener.ThreadedListener - Class in com.esotericsoftware.kryonet
-
Wraps a listener and processes notification events on a separate thread.
- Listener.ThreadedListener(Listener) - Constructor for class com.esotericsoftware.kryonet.Listener.ThreadedListener
-
Creates a single thread to process notification events.
- Listener.ThreadedListener(Listener, ExecutorService) - Constructor for class com.esotericsoftware.kryonet.Listener.ThreadedListener
-
Uses the specified threadPool to process notification events.
- ListReferenceResolver - Class in com.esotericsoftware.kryo.util
-
Uses an ArrayList
to track objects that have already been written.
- ListReferenceResolver() - Constructor for class com.esotericsoftware.kryo.util.ListReferenceResolver
-
- log(String, Object) - Static method in class com.esotericsoftware.kryo.util.Util
-
Logs a message about an object.
- Log - Class in com.esotericsoftware.minlog
-
A low overhead, lightweight logging system.
- log(int, String, String, Throwable) - Method in class com.esotericsoftware.minlog.Log.Logger
-
- Log.Logger - Class in com.esotericsoftware.minlog
-
Performs the actual logging.
- Log.Logger() - Constructor for class com.esotericsoftware.minlog.Log.Logger
-
- longArrayBaseOffset - Static variable in class com.esotericsoftware.kryo.util.UnsafeUtil
-
- longLength(long, boolean) - Static method in class com.esotericsoftware.kryo.io.Output
-