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

A

AbstractBuffer - Class in net.sf.cindy.buffer
Abstract buffer.
AbstractBuffer(int, int) - Constructor for class net.sf.cindy.buffer.AbstractBuffer
 
AbstractChannelSession - Class in net.sf.cindy.session.nio
Abstract selectable channel session.
AbstractChannelSession() - Constructor for class net.sf.cindy.session.nio.AbstractChannelSession
 
AbstractChannelSession.ChannelReactorHandler - Class in net.sf.cindy.session.nio
Translate reactor events to session events.
AbstractChannelSession.ChannelReactorHandler() - Constructor for class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
AbstractSession - Class in net.sf.cindy.session
Abstract session.
AbstractSession() - Constructor for class net.sf.cindy.session.AbstractSession
 
AbstractSessionAcceptor - Class in net.sf.cindy.session
Abstract session acceptor.
AbstractSessionAcceptor() - Constructor for class net.sf.cindy.session.AbstractSessionAcceptor
 
AbstractSessionFilterChain - Class in net.sf.cindy.session
Abstract session filter chain.
AbstractSessionFilterChain() - Constructor for class net.sf.cindy.session.AbstractSessionFilterChain
 
addListener(FutureListener) - Method in interface net.sf.cindy.Future
Add future listener.
addListener(FutureListener) - Method in class net.sf.cindy.session.DefaultFuture
 
addPacketDecoder(PacketDecoder) - Method in class net.sf.cindy.decoder.PacketDecoderChain
 
addPacketEncoder(PacketEncoder) - Method in class net.sf.cindy.encoder.PacketEncoderChain
 
addSessionFilter(SessionFilter) - Method in class net.sf.cindy.session.AbstractSession
 
addSessionFilter(int, SessionFilter) - Method in class net.sf.cindy.session.AbstractSession
 
addSessionFilter(SessionFilter) - Method in interface net.sf.cindy.Session
Add session filter.
addSessionFilter(int, SessionFilter) - Method in interface net.sf.cindy.Session
Add session filter.
addSessionFilter(String) - Method in class net.sf.cindy.session.jmx.JmxSession
 
addSessionFilter(int, String) - Method in class net.sf.cindy.session.jmx.JmxSession
 
addSessionFilter(String) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
addSessionFilter(int, String) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
addValue(long) - Method in class net.sf.cindy.util.Speed
Add value, such as received bytes(unit).
afterSelect() - Method in class net.sf.cindy.session.nio.reactor.DefaultReactor
 
allocate(int) - Static method in class net.sf.cindy.buffer.BufferFactory
Allocate a new buffer.
allocate(int, boolean) - Static method in class net.sf.cindy.buffer.BufferFactory
Allocate a new buffer.
allocate(int, boolean) - Method in interface net.sf.cindy.buffer.BufferPool
Allocate buffer from pool.
allocate(int) - Static method in class net.sf.cindy.buffer.ByteArrayBuffer
 
allocate(int, boolean) - Static method in class net.sf.cindy.buffer.ByteBufferBuffer
 
allocate(int, boolean) - Method in class net.sf.cindy.buffer.DefaultBufferPool
 
allocate(int, boolean) - Method in class net.sf.cindy.buffer.NullBufferPool
 
append(byte) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(short) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(int) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(long) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(float) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(double) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(byte[]) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(ByteBuffer) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(Buffer) - Method in class net.sf.cindy.buffer.BufferBuilder
 
append(Buffer) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
asByteBuffer() - Method in interface net.sf.cindy.Buffer
Creates a view of this buffer as a byte buffer.
asByteBuffer() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
asByteBuffer() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
asByteBuffer() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
asByteBuffer() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
asReadOnlyBuffer() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
asReadOnlyBuffer() - Method in interface net.sf.cindy.Buffer
 
asReadOnlyBuffer() - Method in class net.sf.cindy.buffer.DelegateBuffer
 

B

batch(boolean, int, byte[], int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
batch(boolean, int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
batch(boolean, int, Buffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
beforeSelect() - Method in class net.sf.cindy.session.nio.reactor.DefaultReactor
 
block() - Method in class net.sf.cindy.session.dispatcher.DefaultDispatcher
 
block() - Method in class net.sf.cindy.session.dispatcher.DirectDispatcher
 
block() - Method in interface net.sf.cindy.session.dispatcher.Dispatcher
The dispatch thread may be blocked.
BlockingSessionAcceptor - Class in net.sf.cindy.session.bio
Blocking session acceptor.
BlockingSessionAcceptor() - Constructor for class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
Buffer - Interface in net.sf.cindy
A replacement for java.nio.ByteBuffer.
buffer - Variable in class net.sf.cindy.buffer.LinkedBuffer.Entry
 
BufferBuilder - Class in net.sf.cindy.buffer
Buffer builder.
BufferBuilder() - Constructor for class net.sf.cindy.buffer.BufferBuilder
 
BufferBuilder(int) - Constructor for class net.sf.cindy.buffer.BufferBuilder
 
BufferDecoder - Class in net.sf.cindy.decoder
Decode Packet to Buffer.
BufferDecoder() - Constructor for class net.sf.cindy.decoder.BufferDecoder
 
BufferEncoder - Class in net.sf.cindy.encoder
Encode Buffer to Packet.
BufferEncoder() - Constructor for class net.sf.cindy.encoder.BufferEncoder
 
BufferFactory - Class in net.sf.cindy.buffer
Buffer factory.
BufferFactory() - Constructor for class net.sf.cindy.buffer.BufferFactory
 
BufferPool - Interface in net.sf.cindy.buffer
Buffer pool.
buildSession(SocketChannel) - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
Build accepted session.
ByteArrayBuffer - Class in net.sf.cindy.buffer
Implementation of Buffer which use byte array as container.
ByteArrayBuffer(byte[], int, int) - Constructor for class net.sf.cindy.buffer.ByteArrayBuffer
 
ByteArrayDecoder - Class in net.sf.cindy.decoder
Decode Packet to byte array.
ByteArrayDecoder() - Constructor for class net.sf.cindy.decoder.ByteArrayDecoder
 
ByteArrayEncoder - Class in net.sf.cindy.encoder
Encode byte array to Packet.
ByteArrayEncoder() - Constructor for class net.sf.cindy.encoder.ByteArrayEncoder
 
ByteBufferBuffer - Class in net.sf.cindy.buffer
Implementation of Buffer which use java.nio.ByteBuffer as container.
ByteBufferBuffer(ByteBuffer, int, int) - Constructor for class net.sf.cindy.buffer.ByteBufferBuffer
 
ByteBufferDecoder - Class in net.sf.cindy.decoder
Decode Packet to ByteBuffer.
ByteBufferDecoder() - Constructor for class net.sf.cindy.decoder.ByteBufferDecoder
 
ByteBufferEncoder - Class in net.sf.cindy.encoder
Encode ByteBuffer to Packet.
ByteBufferEncoder() - Constructor for class net.sf.cindy.encoder.ByteBufferEncoder
 

C

capacity() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
capacity(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
capacity() - Method in interface net.sf.cindy.Buffer
 
capacity() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
caughtException(Throwable) - Method in class net.sf.cindy.session.DefaultFuture
 
ChannelUtils - Class in net.sf.cindy.util
Utils for java nio channels.
ChannelUtils() - Constructor for class net.sf.cindy.util.ChannelUtils
 
Charset - Class in net.sf.cindy.util
Utils for charset encode and decode.
Charset(String) - Constructor for class net.sf.cindy.util.Charset
Construct charset with charset name.
checkBounds(int, int, int) - Static method in class net.sf.cindy.buffer.AbstractBuffer
 
checkReadonly() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
checkReleased() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
checkSendPacket(Packet) - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
Check send packet.
CINDY_THREAD_GROUP - Static variable in class net.sf.cindy.util.LogThreadGroup
Cindy kernel thread group.
clear() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
clear() - Method in interface net.sf.cindy.Buffer
 
clear() - Method in class net.sf.cindy.buffer.DefaultBufferPool
 
clear() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
close() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
close() - Method in interface net.sf.cindy.Session
Close the session.
close() - Method in class net.sf.cindy.session.jmx.JmxSession
 
close() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
close() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
close() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
close() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
close() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
close() - Method in interface net.sf.cindy.SessionAcceptor
Close acceptor.
close(Channel) - Static method in class net.sf.cindy.util.ChannelUtils
Close channel and ignore any exceptions.
close(Selector) - Static method in class net.sf.cindy.util.ChannelUtils
Close selector and ignore any exceptions.
compact() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
compact() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
compact() - Method in interface net.sf.cindy.Buffer
 
compact() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
compact() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
compareTo(Object) - Method in class net.sf.cindy.packet.PriorityPacket
 
complete() - Method in interface net.sf.cindy.Future
Waits if necessary for the task to complete.
complete(int) - Method in interface net.sf.cindy.Future
Waits if necessary for the task to complete or the timeout period has expired.
complete() - Method in class net.sf.cindy.session.DefaultFuture
 
complete(int) - Method in class net.sf.cindy.session.DefaultFuture
 
Configuration - Class in net.sf.cindy.util
Cindy configuration.
Configuration() - Constructor for class net.sf.cindy.util.Configuration
 
containsAttribute(Object) - Method in class net.sf.cindy.session.AbstractSession
 
containsAttribute(Object) - Method in interface net.sf.cindy.Session
Returns true if the session contains an attribute for the specified key.
createDatagramSession() - Static method in class net.sf.cindy.session.SessionFactory
Deprecated. use createSession(SessionType.UDP) instead.
createSession(SessionType) - Static method in class net.sf.cindy.session.SessionFactory
Create a new session.
createSessionAcceptor(SessionType) - Static method in class net.sf.cindy.session.SessionFactory
Create a session acceptor.
createSessionAcceptor() - Static method in class net.sf.cindy.session.SessionFactory
Deprecated. use createSessionAcceptor(SessionType.TCP) instead.
createSocketSession() - Static method in class net.sf.cindy.session.SessionFactory
Deprecated. use createSession(SessionType.TCP) instead.

D

DatagramChannelSession - Class in net.sf.cindy.session.nio
Datagram channel session.
DatagramChannelSession() - Constructor for class net.sf.cindy.session.nio.DatagramChannelSession
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.BufferDecoder
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.ByteArrayDecoder
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.ByteBufferDecoder
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.PacketDecoderChain
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.SerialDecoder
 
decode(Session, Packet) - Method in class net.sf.cindy.decoder.SimplePacketDecoder
 
decode(Session, Packet) - Method in interface net.sf.cindy.PacketDecoder
Decode packet to object.
decode(byte[]) - Method in class net.sf.cindy.util.Charset
Decode byte array to string.
decode(Buffer) - Method in class net.sf.cindy.util.Charset
Decode buffer to string.
decode(ByteBuffer) - Method in class net.sf.cindy.util.Charset
Decode byte buffer to string.
decode(String, ByteBuffer) - Static method in class net.sf.cindy.util.Charset
Decode byte buffer to string.
DefaultBufferPool - Class in net.sf.cindy.buffer
Default implementation of BufferPool.
DefaultBufferPool() - Constructor for class net.sf.cindy.buffer.DefaultBufferPool
 
DefaultDispatcher - Class in net.sf.cindy.session.dispatcher
Default dispatcher implementation, support block operation such as Future.complete.
DefaultDispatcher() - Constructor for class net.sf.cindy.session.dispatcher.DefaultDispatcher
 
DefaultFuture - Class in net.sf.cindy.session
Default future implementation.
DefaultFuture(Session) - Constructor for class net.sf.cindy.session.DefaultFuture
 
DefaultFuture(Session, boolean) - Constructor for class net.sf.cindy.session.DefaultFuture
 
DefaultPacket - Class in net.sf.cindy.packet
Default implementation of Packet.
DefaultPacket() - Constructor for class net.sf.cindy.packet.DefaultPacket
 
DefaultPacket(Buffer) - Constructor for class net.sf.cindy.packet.DefaultPacket
 
DefaultPacket(Buffer, SocketAddress) - Constructor for class net.sf.cindy.packet.DefaultPacket
 
DefaultPacket(ByteBuffer) - Constructor for class net.sf.cindy.packet.DefaultPacket
 
DefaultPacket(byte[]) - Constructor for class net.sf.cindy.packet.DefaultPacket
 
DefaultReactor - Class in net.sf.cindy.session.nio.reactor
Default reactor implementation.
DefaultReactor() - Constructor for class net.sf.cindy.session.nio.reactor.DefaultReactor
 
delegate - Variable in class net.sf.cindy.buffer.DelegateBuffer
Delegate buffer.
DelegateBuffer - Class in net.sf.cindy.buffer
Delegate buffer.
DelegateBuffer(Buffer) - Constructor for class net.sf.cindy.buffer.DelegateBuffer
 
DelegatePacket - Class in net.sf.cindy.packet
Delegate packet.
DelegatePacket(Packet) - Constructor for class net.sf.cindy.packet.DelegatePacket
 
deregister(ReactorHandler) - Method in class net.sf.cindy.session.nio.reactor.DefaultReactor
 
deregister(ReactorHandler) - Method in interface net.sf.cindy.session.nio.reactor.Reactor
 
DirectDispatcher - Class in net.sf.cindy.session.dispatcher
Direct dispatcher implementation, do not support block operation such as Future.complete.
DirectDispatcher() - Constructor for class net.sf.cindy.session.dispatcher.DirectDispatcher
 
dispatch(Session, Runnable) - Method in class net.sf.cindy.session.dispatcher.DefaultDispatcher
 
dispatch(Session, Runnable) - Method in class net.sf.cindy.session.dispatcher.DirectDispatcher
 
dispatch(Session, Runnable) - Method in interface net.sf.cindy.session.dispatcher.Dispatcher
Dispatch event.
Dispatcher - Interface in net.sf.cindy.session.dispatcher
Dispatch session events to application.
DispatcherFactory - Class in net.sf.cindy.session.dispatcher
Dispatcher factory.
DispatcherFactory() - Constructor for class net.sf.cindy.session.dispatcher.DispatcherFactory
 
DispatcherFilter - Class in net.sf.cindy.filter
Dispatch events.
DispatcherFilter(Dispatcher) - Constructor for class net.sf.cindy.filter.DispatcherFilter
 
dispatchException(Throwable) - Method in class net.sf.cindy.session.AbstractSession
 
doClose() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
doClose() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
doClose() - Method in class net.sf.cindy.session.nio.PipeSession
 
doClose() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
doClose() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
doStart() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
doStart() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
doStart() - Method in class net.sf.cindy.session.nio.PipeSession
 
doStart() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
doStart() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
dump() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
dump() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
dump() - Method in interface net.sf.cindy.Buffer
Dump current buffer to string.
duplicate() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
duplicate() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
duplicate() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
duplicate() - Method in interface net.sf.cindy.Buffer
 
duplicate() - Method in class net.sf.cindy.buffer.LinkedBuffer
 

E

ElapsedTime - Class in net.sf.cindy.util
Elapsed time.
ElapsedTime() - Constructor for class net.sf.cindy.util.ElapsedTime
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.BufferEncoder
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.ByteArrayEncoder
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.ByteBufferEncoder
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.PacketEncoderChain
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.SerialEncoder
 
encode(Session, Object) - Method in class net.sf.cindy.encoder.SimplePacketEncoder
 
encode(Session, Object) - Method in interface net.sf.cindy.PacketEncoder
Encode object to packet.
encode(CharSequence) - Method in class net.sf.cindy.util.Charset
Encode char sequence to byte buffer.
encode(CharSequence, int) - Method in class net.sf.cindy.util.Charset
Encode char sequence to byte buffer array.
encode(String, CharSequence) - Static method in class net.sf.cindy.util.Charset
Encode char sequence to byte buffer.
encodeToArray(CharSequence) - Method in class net.sf.cindy.util.Charset
Encode char sequence to byte array.
equals(Object) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
exceptionCaught(SessionFilterChain, Throwable) - Method in class net.sf.cindy.filter.DispatcherFilter
 
exceptionCaught(SessionFilterChain, Throwable) - Method in class net.sf.cindy.filter.LogFilter
 
exceptionCaught(SessionFilterChain, Throwable) - Method in class net.sf.cindy.filter.NullFilter
 
exceptionCaught(SessionFilterChain, Throwable) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
exceptionCaught(Throwable) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
exceptionCaught(Throwable) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
exceptionCaught(SessionAcceptor, Throwable) - Method in interface net.sf.cindy.SessionAcceptorHandler
Acceptor caught a exception.
exceptionCaught(SessionAcceptor, Throwable) - Method in class net.sf.cindy.SessionAcceptorHandlerAdapter
 
exceptionCaught(SessionFilterChain, Throwable) - Method in interface net.sf.cindy.SessionFilter
Session caught a exception.
exceptionCaught(SessionFilterChain, Throwable) - Method in class net.sf.cindy.SessionFilterAdapter
 
exceptionCaught(Throwable) - Method in interface net.sf.cindy.SessionFilterChain
Session caught a exception.
exceptionCaught(Session, Throwable) - Method in interface net.sf.cindy.SessionHandler
Session caught a exception.
exceptionCaught(Session, Throwable) - Method in class net.sf.cindy.SessionHandlerAdapter
 

F

FILE - Static variable in class net.sf.cindy.SessionType
File session.
flip() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
flip() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
flip() - Method in interface net.sf.cindy.Buffer
 
flush(Packet) - Method in class net.sf.cindy.session.AbstractSession
 
flush(Packet, int) - Method in class net.sf.cindy.session.AbstractSession
 
flush(Packet) - Method in interface net.sf.cindy.Session
Send packet with normal priority.
flush(Packet, int) - Method in interface net.sf.cindy.Session
Send packet with specified priority.
Future - Interface in net.sf.cindy
A Future represents the result of an asynchronous task.
futureCompleted(Future) - Method in interface net.sf.cindy.FutureListener
Future completed.
FutureListener - Interface in net.sf.cindy
Future listener.

G

get() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(byte[]) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, byte[]) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(byte[], int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, byte[], int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(ByteBuffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, ByteBuffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(ByteBuffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(Buffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, Buffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(Buffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(int, Buffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
get(byte[], int, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(int, byte[], int, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(Buffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(int, Buffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
get(byte[], int, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get(int, byte[], int, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get(ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get(Buffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get(int, Buffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
get() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(Buffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(Buffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(byte[], int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(byte[]) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(ByteBuffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(ByteBuffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, Buffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, Buffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, byte[], int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, byte[]) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int, ByteBuffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
get() - Method in interface net.sf.cindy.Buffer
 
get(int) - Method in interface net.sf.cindy.Buffer
 
get(byte[]) - Method in interface net.sf.cindy.Buffer
 
get(int, byte[]) - Method in interface net.sf.cindy.Buffer
 
get(byte[], int, int) - Method in interface net.sf.cindy.Buffer
 
get(int, byte[], int, int) - Method in interface net.sf.cindy.Buffer
 
get(ByteBuffer) - Method in interface net.sf.cindy.Buffer
 
get(ByteBuffer, int) - Method in interface net.sf.cindy.Buffer
 
get(int, ByteBuffer) - Method in interface net.sf.cindy.Buffer
 
get(int, ByteBuffer, int) - Method in interface net.sf.cindy.Buffer
 
get(Buffer) - Method in interface net.sf.cindy.Buffer
 
get(Buffer, int) - Method in interface net.sf.cindy.Buffer
 
get(int, Buffer) - Method in interface net.sf.cindy.Buffer
 
get(int, Buffer, int) - Method in interface net.sf.cindy.Buffer
 
get(byte[], int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(int, byte[], int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(ByteBuffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(Buffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(int, Buffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
get(String) - Static method in class net.sf.cindy.util.Configuration
 
get(String, String) - Static method in class net.sf.cindy.util.Configuration
 
getAcceptedCount() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
getAcceptedCount() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
getAcceptedCount() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
getAcceptedCount() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
getAcceptedCount() - Method in interface net.sf.cindy.SessionAcceptor
Get accepted session count.
getAcceptorBacklog() - Static method in class net.sf.cindy.util.Configuration
 
getAcceptorHandler() - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
getAcceptorHandler() - Method in interface net.sf.cindy.SessionAcceptor
Get the acceptor handler associated with this acceptor.
getAddress() - Method in class net.sf.cindy.packet.DefaultPacket
 
getAddress() - Method in class net.sf.cindy.packet.DelegatePacket
 
getAddress() - Method in interface net.sf.cindy.Packet
Get the socket address of the packet.
getAttribute(Object) - Method in class net.sf.cindy.session.AbstractSession
 
getAttribute(Object) - Method in interface net.sf.cindy.Session
Get the session attribute mapped with the specified key.
getAttributes() - Method in class net.sf.cindy.session.AbstractSession
 
getAttributes() - Method in interface net.sf.cindy.Session
Get all session attributs.
getAttributes() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getAttributes() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getAvgReceiveSpeed() - Method in class net.sf.cindy.filter.StatisticFilter
Get average receive speed, in byte/s.
getAvgSendSpeed() - Method in class net.sf.cindy.filter.StatisticFilter
Get average send speed, in byte/s.
getAvgSpeed() - Method in class net.sf.cindy.util.Speed
Get average speed(unit/s).
getBacklog() - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
getBacklog() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
getBacklog() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
getBacklog() - Method in interface net.sf.cindy.SessionAcceptor
Get the maximum queue length for incoming connection.
getBoolean(String, boolean) - Static method in class net.sf.cindy.util.Configuration
 
getBufferPool() - Static method in class net.sf.cindy.util.Configuration
 
getChannel() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
Get datagram channel associted with the session.
getChannel() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
Get the server socket channel associted with the session.
getChannel() - Method in class net.sf.cindy.session.nio.SocketChannelSession
Get the socket channel which the session will connected to.
getChannels() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
getChar() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getChar(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getChar() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getChar(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getChar() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getChar(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getChar() - Method in interface net.sf.cindy.Buffer
 
getChar(int) - Method in interface net.sf.cindy.Buffer
 
getCharsetName() - Method in class net.sf.cindy.util.Charset
Get charset name.
getContent() - Method in class net.sf.cindy.packet.DefaultPacket
 
getContent() - Method in class net.sf.cindy.packet.DelegatePacket
 
getContent() - Method in interface net.sf.cindy.Packet
Get the content of the packet.
getDelegate() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getDelegate() - Method in class net.sf.cindy.packet.DelegatePacket
 
getDispatcher() - Method in class net.sf.cindy.filter.DispatcherFilter
 
getDispatcher() - Static method in class net.sf.cindy.session.dispatcher.DispatcherFactory
 
getDispatcher() - Static method in class net.sf.cindy.util.Configuration
 
getDispatcherCapacity() - Static method in class net.sf.cindy.util.Configuration
 
getDispatcherConcurrent() - Static method in class net.sf.cindy.util.Configuration
 
getDispatcherKeepAliveTime() - Static method in class net.sf.cindy.util.Configuration
 
getDouble() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getDouble(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getDouble() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getDouble(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getDouble() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getDouble(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getDouble() - Method in interface net.sf.cindy.Buffer
 
getDouble(int) - Method in interface net.sf.cindy.Buffer
 
getElapsedTime() - Method in class net.sf.cindy.filter.StatisticFilter
Get elapsed time after session started and before session closed, in ms.
getElapsedTime() - Method in class net.sf.cindy.util.ElapsedTime
Get elapsed time in milliseconds.
getElapsedTime() - Method in class net.sf.cindy.util.Speed
Get elapsed time(ms).
getFileSession() - Static method in class net.sf.cindy.util.Configuration
 
getFloat() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getFloat(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getFloat() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getFloat(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getFloat() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getFloat(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getFloat() - Method in interface net.sf.cindy.Buffer
 
getFloat(int) - Method in interface net.sf.cindy.Buffer
 
getHitRate() - Method in class net.sf.cindy.buffer.DefaultBufferPool
 
getIndex(int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getIndex(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getInstance(Session) - Static method in class net.sf.cindy.filter.PacketDecoderFilter
 
getInstance(int, int) - Static method in class net.sf.cindy.util.Speed
create an instance.
getInstance() - Static method in class net.sf.cindy.util.Speed
create an instance by default parameter.
getInt() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getInt(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getInt() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getInt(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getInt() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getInt(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getInt() - Method in interface net.sf.cindy.Buffer
 
getInt(int) - Method in interface net.sf.cindy.Buffer
 
getInt() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getInt(int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getInt(String, int) - Static method in class net.sf.cindy.util.Configuration
 
getListenAddress() - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
getListenAddress() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
getListenAddress() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
getListenAddress() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
getListenAddress() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
getListenAddress() - Method in interface net.sf.cindy.SessionAcceptor
Get the listen address which the accpetor bind with.
getListenPort() - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
getListenPort() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
getListenPort() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
getListenPort() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
getListenPort() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
getListenPort() - Method in interface net.sf.cindy.SessionAcceptor
Get the listen port which the acceptor bind with.
getLocalAddress() - Method in class net.sf.cindy.session.AbstractSession
 
getLocalAddress() - Method in interface net.sf.cindy.Session
Get the local address which the session bind with.
getLocalAddress() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getLocalAddress() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getLocalAddress() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
getLocalAddress() - Method in class net.sf.cindy.session.nio.PipeSession
 
getLocalAddress() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
getLocalAddress() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
getLong() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getLong(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getLong() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getLong(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getLong() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getLong(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getLong() - Method in interface net.sf.cindy.Buffer
 
getLong(int) - Method in interface net.sf.cindy.Buffer
 
getLong() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getLong(int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getMark() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getNamePrefix() - Method in class net.sf.cindy.util.NamedThreadFactory
 
getPacketDecoder() - Method in class net.sf.cindy.session.AbstractSession
 
getPacketDecoder() - Method in interface net.sf.cindy.Session
Get packet decoder.
getPacketDecoder() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getPacketDecoder() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getPacketEncoder() - Method in class net.sf.cindy.session.AbstractSession
 
getPacketEncoder() - Method in interface net.sf.cindy.Session
Get packet encoder.
getPacketEncoder() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getPacketEncoder() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getPipe() - Method in class net.sf.cindy.session.nio.PipeSession
Get pipe associted with the session.
getPipeSession() - Static method in class net.sf.cindy.util.Configuration
 
getReactor() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
getReactor() - Static method in class net.sf.cindy.session.nio.reactor.ReactorFactory
 
getReactorHandler() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
Get reactor handler.
getReactorHandler() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
getReactorHandler() - Method in class net.sf.cindy.session.nio.PipeSession
 
getReactorHandler() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
getReactorHandler() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
getReadPacketSize() - Method in class net.sf.cindy.session.AbstractSession
 
getReadPacketSize() - Static method in class net.sf.cindy.util.Configuration
 
getReceivedBytes() - Method in class net.sf.cindy.filter.StatisticFilter
Get received bytes count.
getReceiveSpeed() - Method in class net.sf.cindy.filter.StatisticFilter
Get instantaneous receive speed, in byte/s.
getRecvBufferSize() - Static method in class net.sf.cindy.util.Configuration
 
getRemoteAddress() - Method in class net.sf.cindy.session.AbstractSession
 
getRemoteAddress() - Method in interface net.sf.cindy.Session
Get the remote address which the session connmected to.
getRemoteAddress() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getRemoteAddress() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getRemoteAddress() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
getRemoteAddress() - Method in class net.sf.cindy.session.nio.PipeSession
 
getRemoteAddress() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
getRemoteAddress() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
getSendBufferSize() - Static method in class net.sf.cindy.util.Configuration
 
getSendSpeed() - Method in class net.sf.cindy.filter.StatisticFilter
Get instantaneous send speed, in byte/s.
getSentBytes() - Method in class net.sf.cindy.filter.StatisticFilter
Get sent bytes count.
getSession() - Method in interface net.sf.cindy.Future
Get session associated with the future.
getSession() - Method in class net.sf.cindy.session.DefaultFuture
 
getSession() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
getSession() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
getSession() - Method in interface net.sf.cindy.SessionFilterChain
Get session associated with the session filter chain.
getSessionFilter(int) - Method in class net.sf.cindy.session.AbstractSession
 
getSessionFilter(int) - Method in interface net.sf.cindy.Session
Get session filter.
getSessionFilterChain(boolean) - Method in class net.sf.cindy.session.AbstractSession
 
getSessionFilterChain(SessionFilter, boolean) - Method in class net.sf.cindy.session.AbstractSession
 
getSessionFilterChain(boolean) - Method in interface net.sf.cindy.Session
Get session filter chain.
getSessionFilters() - Method in class net.sf.cindy.session.AbstractSession
 
getSessionFilters() - Method in interface net.sf.cindy.Session
Get all session filters.
getSessionFilters() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getSessionFilters() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getSessionHandler() - Method in class net.sf.cindy.session.AbstractSession
 
getSessionHandler() - Method in interface net.sf.cindy.Session
Get session handler.
getSessionHandler() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getSessionHandler() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getSessionTimeout() - Method in class net.sf.cindy.session.AbstractSession
 
getSessionTimeout() - Method in interface net.sf.cindy.Session
Get session timeout, in millisecond.
getSessionTimeout() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getSessionTimeout() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getSessionTimeout() - Static method in class net.sf.cindy.util.Configuration
 
getSessionType() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
getSessionType() - Method in interface net.sf.cindy.Session
Get session type.
getSessionType() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getSessionType() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
getSessionType() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
getSessionType() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getSessionType() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
getSessionType() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
getSessionType() - Method in class net.sf.cindy.session.nio.PipeSession
 
getSessionType() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
getSessionType() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
getSessionType() - Method in interface net.sf.cindy.SessionAcceptor
Get the session type of the session accepted by the acceptor.
getShort() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getShort(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getShort() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getShort(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
getShort() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getShort(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getShort() - Method in interface net.sf.cindy.Buffer
 
getShort(int) - Method in interface net.sf.cindy.Buffer
 
getShort() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getShort(int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getSocket() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
getSocket() - Method in class net.sf.cindy.session.nio.DatagramChannelSession
 
getSocket() - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
Get the server socket associted with the session.
getSocket() - Method in class net.sf.cindy.session.nio.SocketChannelSession
 
getSoLinger() - Static method in class net.sf.cindy.util.Configuration
 
getSpeed() - Method in class net.sf.cindy.util.Speed
Get current speed(unit/s).
getSSLContext() - Method in class net.sf.cindy.filter.SSLFilter
 
getStatistic() - Method in class net.sf.cindy.session.jmx.JmxSession
 
getStatistic() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
getString(Charset, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getString(int, Charset, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getString(Charset, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getString(int, Charset, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getString(Charset, int) - Method in interface net.sf.cindy.Buffer
 
getString(int, Charset, int) - Method in interface net.sf.cindy.Buffer
 
getString(Charset, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getString(int, Charset, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
getTcpAcceptor() - Static method in class net.sf.cindy.util.Configuration
 
getTcpSession() - Static method in class net.sf.cindy.util.Configuration
 
getThreadGroup() - Method in class net.sf.cindy.util.NamedThreadFactory
 
getTotalValue() - Method in class net.sf.cindy.util.Speed
Get total value, such as total received bytes(unit).
getUdpSession() - Static method in class net.sf.cindy.util.Configuration
 
getUnsignedByte() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedByte(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedByte() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedByte(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedByte() - Method in interface net.sf.cindy.Buffer
 
getUnsignedByte(int) - Method in interface net.sf.cindy.Buffer
 
getUnsignedInt() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedInt(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedInt() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedInt(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedInt() - Method in interface net.sf.cindy.Buffer
 
getUnsignedInt(int) - Method in interface net.sf.cindy.Buffer
 
getUnsignedShort() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedShort(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
getUnsignedShort() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedShort(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
getUnsignedShort() - Method in interface net.sf.cindy.Buffer
 
getUnsignedShort(int) - Method in interface net.sf.cindy.Buffer
 
getWritePacketSize() - Static method in class net.sf.cindy.util.Configuration
 

H

hasRemaining() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
hasRemaining() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
hasRemaining() - Method in interface net.sf.cindy.Buffer
 
header - Variable in class net.sf.cindy.buffer.LinkedBuffer
 

I

indexOf(byte[]) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
indexOf(byte[]) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
indexOf(byte[]) - Method in interface net.sf.cindy.Buffer
 
initSSLEngine(SSLEngine) - Method in class net.sf.cindy.filter.SSLFilter
Templet method.
interest(ReactorHandler, int) - Method in class net.sf.cindy.session.nio.reactor.DefaultReactor
 
interest(ReactorHandler, int) - Method in interface net.sf.cindy.session.nio.reactor.Reactor
 
isBigEndian() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
isBigEndian() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
isBigEndian() - Method in interface net.sf.cindy.Buffer
 
isClientMode() - Method in class net.sf.cindy.filter.SSLFilter
 
isCompleted() - Method in interface net.sf.cindy.Future
Return true if the task completed.
isCompleted() - Method in class net.sf.cindy.session.DefaultFuture
 
isDaemon() - Method in class net.sf.cindy.util.NamedThreadFactory
 
isDirect() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
isDirect() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
isDirect() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
isDirect() - Method in interface net.sf.cindy.Buffer
 
isDirect() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
isDisableInnerException() - Static method in class net.sf.cindy.util.Configuration
 
isEnableJmx() - Static method in class net.sf.cindy.util.Configuration
 
isNeedClientAuth() - Method in class net.sf.cindy.filter.SSLFilter
 
isPermanent() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
isPermanent() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
isPermanent() - Method in interface net.sf.cindy.Buffer
Return this buffer is permanent.
isReadonly() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
isReadonly() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
isReadonly() - Method in interface net.sf.cindy.Buffer
 
isReleased() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
isReleased() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
isReleased() - Method in interface net.sf.cindy.Buffer
Current buffer's content have been released.
isReuseAcceptorAddress() - Static method in class net.sf.cindy.util.Configuration
 
isReuseAddress() - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
isReuseAddress() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
isReuseAddress() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
isReuseAddress() - Method in interface net.sf.cindy.SessionAcceptor
Tests if SO_REUSEADDR is enabled.
isReuseSessionAddress() - Static method in class net.sf.cindy.util.Configuration
 
isStarted() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
isStarted() - Method in interface net.sf.cindy.Session
Session have started.
isStarted() - Method in class net.sf.cindy.session.jmx.JmxSession
 
isStarted() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
isStarted() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
isStarted() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
isStarted() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
isStarted() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
isStarted() - Method in interface net.sf.cindy.SessionAcceptor
Acceptor is started.
isStopped() - Method in class net.sf.cindy.filter.StatisticFilter
 
isSucceeded() - Method in interface net.sf.cindy.Future
Return true if the task completed successful.
isSucceeded() - Method in class net.sf.cindy.session.DefaultFuture
 
isTcpNoDelay() - Static method in class net.sf.cindy.util.Configuration
 
isUseDirectBuffer() - Static method in class net.sf.cindy.util.Configuration
 
isUseLinkedBuffer() - Static method in class net.sf.cindy.util.Configuration
 

J

JmxSession - Class in net.sf.cindy.session.jmx
Session which support jmx.
JmxSession(Session) - Constructor for class net.sf.cindy.session.jmx.JmxSession
 
JmxSessionAcceptor - Class in net.sf.cindy.session.jmx
SessionAcceptor which support jmx.
JmxSessionAcceptor(SessionAcceptor) - Constructor for class net.sf.cindy.session.jmx.JmxSessionAcceptor
 

L

limit() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
limit(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
limit() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
limit(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
limit() - Method in interface net.sf.cindy.Buffer
 
limit(int) - Method in interface net.sf.cindy.Buffer
 
LinkedBuffer - Class in net.sf.cindy.buffer
Linked several Buffer as a single Buffer.
LinkedBuffer(Buffer[]) - Constructor for class net.sf.cindy.buffer.LinkedBuffer
 
LinkedBuffer.Entry - Class in net.sf.cindy.buffer
 
LinkedBuffer.Entry() - Constructor for class net.sf.cindy.buffer.LinkedBuffer.Entry
 
LogFilter - Class in net.sf.cindy.filter
Log filter.
LogFilter() - Constructor for class net.sf.cindy.filter.LogFilter
 
LogThreadGroup - Class in net.sf.cindy.util
Log uncaught exception.
LogThreadGroup(String) - Constructor for class net.sf.cindy.util.LogThreadGroup
 
LogThreadGroup(ThreadGroup, String) - Constructor for class net.sf.cindy.util.LogThreadGroup
 

M

mark() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
mark(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
mark() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
mark() - Method in interface net.sf.cindy.Buffer
 

N

NamedThreadFactory - Class in net.sf.cindy.util
Named thread factory.
NamedThreadFactory() - Constructor for class net.sf.cindy.util.NamedThreadFactory
 
NamedThreadFactory(ThreadGroup, boolean, String) - Constructor for class net.sf.cindy.util.NamedThreadFactory
 
net.sf.cindy - package net.sf.cindy
 
net.sf.cindy.buffer - package net.sf.cindy.buffer
 
net.sf.cindy.decoder - package net.sf.cindy.decoder
 
net.sf.cindy.encoder - package net.sf.cindy.encoder
 
net.sf.cindy.filter - package net.sf.cindy.filter
 
net.sf.cindy.packet - package net.sf.cindy.packet
 
net.sf.cindy.session - package net.sf.cindy.session
 
net.sf.cindy.session.bio - package net.sf.cindy.session.bio
 
net.sf.cindy.session.dispatcher - package net.sf.cindy.session.dispatcher
 
net.sf.cindy.session.jmx - package net.sf.cindy.session.jmx
 
net.sf.cindy.session.nio - package net.sf.cindy.session.nio
 
net.sf.cindy.session.nio.reactor - package net.sf.cindy.session.nio.reactor
 
net.sf.cindy.util - package net.sf.cindy.util
 
newSession(SocketChannel) - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
newThread(Runnable) - Method in class net.sf.cindy.util.NamedThreadFactory
 
next - Variable in class net.sf.cindy.buffer.LinkedBuffer.Entry
 
nextFilter() - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
NonBlockingSessionAcceptor - Class in net.sf.cindy.session.nio
Non-blocking session acceptor.
NonBlockingSessionAcceptor() - Constructor for class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
NullBufferPool - Class in net.sf.cindy.buffer
Null buffer pool.
NullBufferPool() - Constructor for class net.sf.cindy.buffer.NullBufferPool
 
NullFilter - Class in net.sf.cindy.filter
Null filter.
NullFilter() - Constructor for class net.sf.cindy.filter.NullFilter
 

O

objectReceived(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.DispatcherFilter
 
objectReceived(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.LogFilter
 
objectReceived(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.NullFilter
 
objectReceived(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
objectReceived(Object) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
objectReceived(SessionFilterChain, Object) - Method in interface net.sf.cindy.SessionFilter
Session received a object which is decoded by PacketDecoder.
objectReceived(SessionFilterChain, Object) - Method in class net.sf.cindy.SessionFilterAdapter
 
objectReceived(Object) - Method in interface net.sf.cindy.SessionFilterChain
Session received a object which is decoded by PacketDecoder.
objectReceived(Session, Object) - Method in interface net.sf.cindy.SessionHandler
Session received a object which is decoded by PacketDecoder.
objectReceived(Session, Object) - Method in class net.sf.cindy.SessionHandlerAdapter
 
objectSent(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.DispatcherFilter
 
objectSent(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.LogFilter
 
objectSent(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.NullFilter
 
objectSent(SessionFilterChain, Object) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
objectSent(Object) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
objectSent(SessionFilterChain, Object) - Method in interface net.sf.cindy.SessionFilter
Session sent a object.
objectSent(SessionFilterChain, Object) - Method in class net.sf.cindy.SessionFilterAdapter
 
objectSent(Object) - Method in interface net.sf.cindy.SessionFilterChain
Session sent a object.
objectSent(Session, Object) - Method in interface net.sf.cindy.SessionHandler
Session sent a object.
objectSent(Session, Object) - Method in class net.sf.cindy.SessionHandlerAdapter
 
onAcceptable() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onAcceptable() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onConnectable() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onConnectable() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onDeregistered() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onDeregistered() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onReadable() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onReadable() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onRegistered() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onRegistered() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onTimeout() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onTimeout() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
onWritable() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
 
onWritable() - Method in interface net.sf.cindy.session.nio.reactor.ReactorHandler
 
OP_ACCEPT - Static variable in interface net.sf.cindy.session.nio.reactor.Reactor
 
OP_CONNECT - Static variable in interface net.sf.cindy.session.nio.reactor.Reactor
 
OP_NON_WRITE - Static variable in interface net.sf.cindy.session.nio.reactor.Reactor
 
OP_READ - Static variable in interface net.sf.cindy.session.nio.reactor.Reactor
 
OP_WRITE - Static variable in interface net.sf.cindy.session.nio.reactor.Reactor
 

P

Packet - Interface in net.sf.cindy
Packet contains content and address.
PacketDecoder - Interface in net.sf.cindy
Decode Packet to object.
PacketDecoderChain - Class in net.sf.cindy.decoder
PacketDecoder chain.
PacketDecoderChain() - Constructor for class net.sf.cindy.decoder.PacketDecoderChain
 
PacketDecoderFilter - Class in net.sf.cindy.filter
Decode Packet to object.
PacketDecoderFilter(Session) - Constructor for class net.sf.cindy.filter.PacketDecoderFilter
 
PacketEncoder - Interface in net.sf.cindy
Encode object to Packet.
PacketEncoderChain - Class in net.sf.cindy.encoder
PacketEncoder chain.
PacketEncoderChain() - Constructor for class net.sf.cindy.encoder.PacketEncoderChain
 
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.DispatcherFilter
 
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.LogFilter
 
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.NullFilter
 
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.SSLFilter
 
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.StatisticFilter
 
packetReceived(Packet) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
packetReceived(SessionFilterChain, Packet) - Method in interface net.sf.cindy.SessionFilter
Session received a packet.
packetReceived(SessionFilterChain, Packet) - Method in class net.sf.cindy.SessionFilterAdapter
 
packetReceived(Packet) - Method in interface net.sf.cindy.SessionFilterChain
Session received a packet.
packetSend(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.DispatcherFilter
 
packetSend(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.LogFilter
 
packetSend(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.NullFilter
 
packetSend(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.SSLFilter
 
packetSend(Packet) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
packetSend(SessionFilterChain, Packet) - Method in interface net.sf.cindy.SessionFilter
Filter before send packet.
packetSend(SessionFilterChain, Packet) - Method in class net.sf.cindy.SessionFilterAdapter
 
packetSend(Packet) - Method in interface net.sf.cindy.SessionFilterChain
Filter before send packet.
packetSent(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.DispatcherFilter
 
packetSent(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.LogFilter
 
packetSent(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.NullFilter
 
packetSent(SessionFilterChain, Packet) - Method in class net.sf.cindy.filter.StatisticFilter
 
packetSent(Packet) - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
packetSent(SessionFilterChain, Packet) - Method in interface net.sf.cindy.SessionFilter
Session sent a packet.
packetSent(SessionFilterChain, Packet) - Method in class net.sf.cindy.SessionFilterAdapter
 
packetSent(Packet) - Method in interface net.sf.cindy.SessionFilterChain
Session sent a packet.
PIPE - Static variable in class net.sf.cindy.SessionType
Pipe session.
PipeSession - Class in net.sf.cindy.session.nio
Pipe session.
PipeSession() - Constructor for class net.sf.cindy.session.nio.PipeSession
 
position() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
position(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
position() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
position(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
position - Variable in class net.sf.cindy.buffer.LinkedBuffer.Entry
 
position() - Method in interface net.sf.cindy.Buffer
 
position(int) - Method in interface net.sf.cindy.Buffer
 
previous - Variable in class net.sf.cindy.buffer.LinkedBuffer.Entry
 
PriorityPacket - Class in net.sf.cindy.packet
Implementation of Packet, compared by priority and create time.
PriorityPacket(Packet, int) - Constructor for class net.sf.cindy.packet.PriorityPacket
 
put(byte) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, byte) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(byte[]) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, byte[]) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(byte[], int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, byte[], int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(ByteBuffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, ByteBuffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(ByteBuffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(Buffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, Buffer) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(Buffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(int, Buffer, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
put(byte[], int, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(int, byte[], int, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(Buffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(int, Buffer, int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
put(byte[], int, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(int, byte[], int, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(Buffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(int, Buffer, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
put(Buffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(Buffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(byte) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(byte[], int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(byte[]) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(ByteBuffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(ByteBuffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, Buffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, Buffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, byte) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, byte[], int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, byte[]) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(int, ByteBuffer) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
put(byte[], int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(int, byte[], int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(ByteBuffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(int, ByteBuffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(Buffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(int, Buffer, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
put(byte) - Method in interface net.sf.cindy.Buffer
 
put(int, byte) - Method in interface net.sf.cindy.Buffer
 
put(ByteBuffer) - Method in interface net.sf.cindy.Buffer
 
put(ByteBuffer, int) - Method in interface net.sf.cindy.Buffer
 
put(int, ByteBuffer) - Method in interface net.sf.cindy.Buffer
 
put(int, ByteBuffer, int) - Method in interface net.sf.cindy.Buffer
 
put(Buffer) - Method in interface net.sf.cindy.Buffer
 
put(Buffer, int) - Method in interface net.sf.cindy.Buffer
 
put(int, Buffer) - Method in interface net.sf.cindy.Buffer
 
put(int, Buffer, int) - Method in interface net.sf.cindy.Buffer
 
put(byte[]) - Method in interface net.sf.cindy.Buffer
 
put(byte[], int, int) - Method in interface net.sf.cindy.Buffer
 
put(int, byte[]) - Method in interface net.sf.cindy.Buffer
 
put(int, byte[], int, int) - Method in interface net.sf.cindy.Buffer
 
putChar(char) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putChar(int, char) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putChar(char) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putChar(int, char) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putChar(char) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putChar(int, char) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putChar(char) - Method in interface net.sf.cindy.Buffer
 
putChar(int, char) - Method in interface net.sf.cindy.Buffer
 
putDouble(double) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putDouble(int, double) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putDouble(double) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putDouble(int, double) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putDouble(double) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putDouble(int, double) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putDouble(double) - Method in interface net.sf.cindy.Buffer
 
putDouble(int, double) - Method in interface net.sf.cindy.Buffer
 
putFloat(float) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putFloat(int, float) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putFloat(float) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putFloat(int, float) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putFloat(float) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putFloat(int, float) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putFloat(float) - Method in interface net.sf.cindy.Buffer
 
putFloat(int, float) - Method in interface net.sf.cindy.Buffer
 
putIndex(int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putIndex(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putInt(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putInt(int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putInt(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putInt(int, int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putInt(int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putInt(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putInt(int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putInt(int, int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putInt(int) - Method in interface net.sf.cindy.Buffer
 
putInt(int, int) - Method in interface net.sf.cindy.Buffer
 
putLong(long) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putLong(int, long) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putLong(long) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putLong(int, long) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putLong(int, long) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putLong(long) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putLong(long) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putLong(int, long) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putLong(long) - Method in interface net.sf.cindy.Buffer
 
putLong(int, long) - Method in interface net.sf.cindy.Buffer
 
putShort(short) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putShort(int, short) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putShort(short) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putShort(int, short) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
putShort(int, short) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putShort(short) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putShort(short) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putShort(int, short) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
putShort(short) - Method in interface net.sf.cindy.Buffer
 
putShort(int, short) - Method in interface net.sf.cindy.Buffer
 
putString(String, Charset) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putString(int, String, Charset) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putString(int, String, Charset) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putString(String, Charset) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putString(String, Charset) - Method in interface net.sf.cindy.Buffer
 
putString(int, String, Charset) - Method in interface net.sf.cindy.Buffer
 
putUnsignedByte(short) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedByte(int, short) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedByte(int, short) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedByte(short) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedByte(short) - Method in interface net.sf.cindy.Buffer
 
putUnsignedByte(int, short) - Method in interface net.sf.cindy.Buffer
 
putUnsignedInt(long) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedInt(int, long) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedInt(int, long) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedInt(long) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedInt(long) - Method in interface net.sf.cindy.Buffer
 
putUnsignedInt(int, long) - Method in interface net.sf.cindy.Buffer
 
putUnsignedShort(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedShort(int, int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
putUnsignedShort(int, int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedShort(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
putUnsignedShort(int) - Method in interface net.sf.cindy.Buffer
 
putUnsignedShort(int, int) - Method in interface net.sf.cindy.Buffer
 

R

Reactor - Interface in net.sf.cindy.session.nio.reactor
NIO Reactor.
ReactorFactory - Class in net.sf.cindy.session.nio.reactor
Reactor factory.
ReactorFactory() - Constructor for class net.sf.cindy.session.nio.reactor.ReactorFactory
 
ReactorHandler - Interface in net.sf.cindy.session.nio.reactor
Reactor handler.
read(ReadableByteChannel) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
read(ReadableByteChannel) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
read(ReadableByteChannel) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
read(ReadableByteChannel) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
read(ReadableByteChannel) - Method in interface net.sf.cindy.Buffer
Reads a sequence of bytes from the channel.
read() - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
Read packet from channel.
recognize(Buffer, SocketAddress) - Method in class net.sf.cindy.filter.PacketDecoderFilter
 
register(ReactorHandler) - Method in class net.sf.cindy.session.nio.reactor.DefaultReactor
 
register(ReactorHandler) - Method in interface net.sf.cindy.session.nio.reactor.Reactor
 
release() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
release() - Method in class net.sf.cindy.buffer.BufferBuilder
 
release() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
release() - Method in interface net.sf.cindy.Buffer
Release this buffer's content if not permanent.
ReleasedBufferException - Exception in net.sf.cindy.buffer
Released buffer exception.
ReleasedBufferException() - Constructor for exception net.sf.cindy.buffer.ReleasedBufferException
 
remaining() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
remaining() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
remaining() - Method in interface net.sf.cindy.Buffer
 
remove(Buffer) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
removeAttribute(Object) - Method in class net.sf.cindy.session.AbstractSession
 
removeAttribute(Object) - Method in interface net.sf.cindy.Session
Removes the attribute for this key if it is present.
removeListener(FutureListener) - Method in interface net.sf.cindy.Future
Remove future listener.
removeListener(FutureListener) - Method in class net.sf.cindy.session.DefaultFuture
 
removePacketDecoder(PacketDecoder) - Method in class net.sf.cindy.decoder.PacketDecoderChain
 
removePacketEncoder(PacketEncoder) - Method in class net.sf.cindy.encoder.PacketEncoderChain
 
removeSessionFilter(SessionFilter) - Method in class net.sf.cindy.session.AbstractSession
 
removeSessionFilter(int) - Method in class net.sf.cindy.session.jmx.JmxSession
 
removeSessionFilter(int) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
removeSessionFilter(SessionFilter) - Method in interface net.sf.cindy.Session
Remove session filter.
reset() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
reset() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
reset() - Method in interface net.sf.cindy.Buffer
 
reset() - Method in class net.sf.cindy.filter.StatisticFilter
Reset.
reset() - Method in class net.sf.cindy.util.ElapsedTime
Reset start time.
reset() - Method in class net.sf.cindy.util.Speed
Reset all values.
rewind() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
rewind() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
rewind() - Method in interface net.sf.cindy.Buffer
 

S

send(Object) - Method in class net.sf.cindy.session.AbstractSession
 
send(Object, int) - Method in class net.sf.cindy.session.AbstractSession
 
send(Object, Packet, int) - Method in class net.sf.cindy.session.AbstractSession
 
send(Object, Packet, int) - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
send(Packet, int) - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
 
send(Object) - Method in interface net.sf.cindy.Session
Send object with normal priority.
send(Object, int) - Method in interface net.sf.cindy.Session
Send object with specified priority.
SerialDecoder - Class in net.sf.cindy.decoder
Decode Packet to serial object.
SerialDecoder() - Constructor for class net.sf.cindy.decoder.SerialDecoder
 
SerialEncoder - Class in net.sf.cindy.encoder
Encode serial object to Packet.
SerialEncoder() - Constructor for class net.sf.cindy.encoder.SerialEncoder
 
ServerSocketChannelSession - Class in net.sf.cindy.session.nio
Server socket channel session.
ServerSocketChannelSession() - Constructor for class net.sf.cindy.session.nio.ServerSocketChannelSession
 
session - Variable in class net.sf.cindy.filter.PacketDecoderFilter
 
Session - Interface in net.sf.cindy
Session represents the network connection.
sessionAccepted(Session) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
sessionAccepted(SessionAcceptor, Session) - Method in interface net.sf.cindy.SessionAcceptorHandler
Acceptor accepted an incoming session.
sessionAccepted(SessionAcceptor, Session) - Method in class net.sf.cindy.SessionAcceptorHandlerAdapter
 
SessionAcceptor - Interface in net.sf.cindy
Session acceptor, accept incoming sessions.
SessionAcceptorHandler - Interface in net.sf.cindy
SessionAcceptor handler.
SessionAcceptorHandlerAdapter - Class in net.sf.cindy
SessionAcceptorHandler adapater.
SessionAcceptorHandlerAdapter() - Constructor for class net.sf.cindy.SessionAcceptorHandlerAdapter
 
SessionAcceptorMBean - Interface in net.sf.cindy.session.jmx
SessionAcceptor MBean.
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.DispatcherFilter
 
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.LogFilter
 
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.NullFilter
 
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.SSLFilter
 
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.filter.StatisticFilter
 
sessionClosed() - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
sessionClosed(SessionFilterChain) - Method in interface net.sf.cindy.SessionFilter
Session have closed.
sessionClosed(SessionFilterChain) - Method in class net.sf.cindy.SessionFilterAdapter
 
sessionClosed() - Method in interface net.sf.cindy.SessionFilterChain
Session have closed or refused.
sessionClosed(Session) - Method in interface net.sf.cindy.SessionHandler
Session have closed.
sessionClosed(Session) - Method in class net.sf.cindy.SessionHandlerAdapter
 
SessionException - Exception in net.sf.cindy.session
Session exception, consider as inner exception.
SessionException() - Constructor for exception net.sf.cindy.session.SessionException
 
SessionException(String) - Constructor for exception net.sf.cindy.session.SessionException
 
SessionException(Throwable) - Constructor for exception net.sf.cindy.session.SessionException
 
SessionFactory - Class in net.sf.cindy.session
Session factory.
SessionFactory() - Constructor for class net.sf.cindy.session.SessionFactory
 
SessionFilter - Interface in net.sf.cindy
Session filter, filter session events.
SessionFilterAdapter - Class in net.sf.cindy
SessionFilter adapter.
SessionFilterAdapter() - Constructor for class net.sf.cindy.SessionFilterAdapter
 
SessionFilterChain - Interface in net.sf.cindy
Session filter chain, manage session filters.
SessionHandler - Interface in net.sf.cindy
Session handler.
SessionHandlerAdapter - Class in net.sf.cindy
SessionHandler adapter.
SessionHandlerAdapter() - Constructor for class net.sf.cindy.SessionHandlerAdapter
 
SessionHandlerFilter - Class in net.sf.cindy.filter
SessionHandler filter.
SessionHandlerFilter() - Constructor for class net.sf.cindy.filter.SessionHandlerFilter
 
SessionMBean - Interface in net.sf.cindy.session.jmx
Session MBean.
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.DispatcherFilter
 
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.LogFilter
 
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.NullFilter
 
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.SSLFilter
 
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.filter.StatisticFilter
 
sessionStarted() - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
sessionStarted(SessionFilterChain) - Method in interface net.sf.cindy.SessionFilter
Session have started.
sessionStarted(SessionFilterChain) - Method in class net.sf.cindy.SessionFilterAdapter
 
sessionStarted() - Method in interface net.sf.cindy.SessionFilterChain
Session have established.
sessionStarted(Session) - Method in interface net.sf.cindy.SessionHandler
Session have started.
sessionStarted(Session) - Method in class net.sf.cindy.SessionHandlerAdapter
 
sessionTimeout(SessionFilterChain) - Method in class net.sf.cindy.filter.DispatcherFilter
 
sessionTimeout(SessionFilterChain) - Method in class net.sf.cindy.filter.LogFilter
 
sessionTimeout(SessionFilterChain) - Method in class net.sf.cindy.filter.NullFilter
 
sessionTimeout(SessionFilterChain) - Method in class net.sf.cindy.filter.SessionHandlerFilter
 
sessionTimeout() - Method in class net.sf.cindy.session.AbstractSessionFilterChain
 
sessionTimeout(SessionFilterChain) - Method in interface net.sf.cindy.SessionFilter
Session timeout, but not closed.
sessionTimeout(SessionFilterChain) - Method in class net.sf.cindy.SessionFilterAdapter
 
sessionTimeout() - Method in interface net.sf.cindy.SessionFilterChain
Session timeout, but not closed.
sessionTimeout(Session) - Method in interface net.sf.cindy.SessionHandler
Session timeout, but not closed.
sessionTimeout(Session) - Method in class net.sf.cindy.SessionHandlerAdapter
 
SessionType - Class in net.sf.cindy
Session type.
set(String, String) - Static method in class net.sf.cindy.util.Configuration
 
setAcceptorHandler(SessionAcceptorHandler) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setAcceptorHandler(SessionAcceptorHandler) - Method in interface net.sf.cindy.SessionAcceptor
Set the acceptor handler associated with this acceptor.
setAddress(SocketAddress) - Method in class net.sf.cindy.packet.DefaultPacket
 
setAttribute(Object, Object) - Method in class net.sf.cindy.session.AbstractSession
 
setAttribute(Object, Object) - Method in interface net.sf.cindy.Session
Set session attribute.
setBacklog(int) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setBacklog(int) - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
setBacklog(int) - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
setBacklog(int) - Method in interface net.sf.cindy.SessionAcceptor
Set the maximum queue length for incoming connection.
setBigEndian(boolean) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
setBigEndian(boolean) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
setBigEndian(boolean) - Method in interface net.sf.cindy.Buffer
 
setChannel(DatagramChannel) - Method in class net.sf.cindy.session.nio.DatagramChannelSession
Set the datagram channel which the session will used.
setChannel(ServerSocketChannel) - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
Set the server socket channel which the session will used.
setChannel(SocketChannel) - Method in class net.sf.cindy.session.nio.SocketChannelSession
Set the socket channel which the session will used.
setClientMode(boolean) - Method in class net.sf.cindy.filter.SSLFilter
 
setContent(Buffer) - Method in class net.sf.cindy.packet.DefaultPacket
 
setDaemon(boolean) - Method in class net.sf.cindy.util.NamedThreadFactory
 
setListenAddress(SocketAddress) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setListenAddress(SocketAddress) - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
setListenAddress(SocketAddress) - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
setListenAddress(SocketAddress) - Method in interface net.sf.cindy.SessionAcceptor
Set the listen address which the acceptor bind with.
setListenPort(int) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setListenPort(int) - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
setListenPort(int) - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
setListenPort(int) - Method in interface net.sf.cindy.SessionAcceptor
Set the listen port which the acceptor bind with.
setLocalAddress(SocketAddress) - Method in class net.sf.cindy.session.AbstractSession
 
setLocalAddress(SocketAddress) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setLocalAddress(SocketAddress) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setLocalAddress(SocketAddress) - Method in interface net.sf.cindy.Session
Set the local address which the session bind with.
setLocalPort(int) - Method in class net.sf.cindy.session.nio.ServerSocketChannelSession
Set the port the server socket session listen to.
setNamePrefix(String) - Method in class net.sf.cindy.util.NamedThreadFactory
 
setNeedClientAuth(boolean) - Method in class net.sf.cindy.filter.SSLFilter
 
setPacketDecoder(PacketDecoder) - Method in class net.sf.cindy.session.AbstractSession
 
setPacketDecoder(String) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setPacketDecoder(String) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setPacketDecoder(PacketDecoder) - Method in interface net.sf.cindy.Session
Set packet decoder.
setPacketEncoder(PacketEncoder) - Method in class net.sf.cindy.session.AbstractSession
 
setPacketEncoder(String) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setPacketEncoder(String) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setPacketEncoder(PacketEncoder) - Method in interface net.sf.cindy.Session
Set packet encoder.
setPermanent(boolean) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
setPermanent(boolean) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
setPermanent(boolean) - Method in interface net.sf.cindy.Buffer
Set current buffer is permanent.
setPipe(Pipe) - Method in class net.sf.cindy.session.nio.PipeSession
Set the pipe which the session will used.
setReadonly(boolean) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
setReadPacketSize(int) - Method in class net.sf.cindy.session.AbstractSession
 
setRemoteAddress(SocketAddress) - Method in class net.sf.cindy.session.AbstractSession
 
setRemoteAddress(SocketAddress) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setRemoteAddress(SocketAddress) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setRemoteAddress(SocketAddress) - Method in interface net.sf.cindy.Session
Set the remote address which the session will connected to.
setReuseAddress(boolean) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setReuseAddress(boolean) - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
setReuseAddress(boolean) - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
setReuseAddress(boolean) - Method in interface net.sf.cindy.SessionAcceptor
Enable/disable the SO_REUSEADDR socket option.
setServerSocketOptions(ServerSocket) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setSessionHandler(SessionHandler) - Method in class net.sf.cindy.session.AbstractSession
 
setSessionHandler(String) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setSessionHandler(String) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setSessionHandler(SessionHandler) - Method in interface net.sf.cindy.Session
Set session handler.
setSessionTimeout(int) - Method in class net.sf.cindy.session.AbstractSession
 
setSessionTimeout(int) - Method in class net.sf.cindy.session.jmx.JmxSession
 
setSessionTimeout(int) - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
setSessionTimeout(int) - Method in interface net.sf.cindy.Session
Set session timeout, in millisecond.
setSocketOptions(Socket) - Method in class net.sf.cindy.session.AbstractSessionAcceptor
 
setSucceeded(boolean) - Method in class net.sf.cindy.session.DefaultFuture
 
setThreadGroup(ThreadGroup) - Method in class net.sf.cindy.util.NamedThreadFactory
 
SimplePacketDecoder - Class in net.sf.cindy.decoder
Decode Packet to Packet.
SimplePacketDecoder() - Constructor for class net.sf.cindy.decoder.SimplePacketDecoder
 
SimplePacketEncoder - Class in net.sf.cindy.encoder
Encode Packet to Packet.
SimplePacketEncoder() - Constructor for class net.sf.cindy.encoder.SimplePacketEncoder
 
skip(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
skip(int) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
skip(int) - Method in interface net.sf.cindy.Buffer
This method is a shorthand for: position(position() + size).
slice() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
slice() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
slice() - Method in class net.sf.cindy.buffer.DelegateBuffer
 
slice() - Method in class net.sf.cindy.buffer.LinkedBuffer
 
slice() - Method in interface net.sf.cindy.Buffer
 
SocketChannelSession - Class in net.sf.cindy.session.nio
Socket channel session.
SocketChannelSession() - Constructor for class net.sf.cindy.session.nio.SocketChannelSession
 
Speed - Class in net.sf.cindy.util
Compute speed.
SSLFilter - Class in net.sf.cindy.filter
SSL/TLS filter, require java 5.0.
SSLFilter(SSLContext) - Constructor for class net.sf.cindy.filter.SSLFilter
 
start() - Method in class net.sf.cindy.filter.StatisticFilter
 
start() - Method in class net.sf.cindy.session.bio.BlockingSessionAcceptor
 
start() - Method in class net.sf.cindy.session.jmx.JmxSession
 
start() - Method in class net.sf.cindy.session.jmx.JmxSessionAcceptor
 
start() - Method in interface net.sf.cindy.session.jmx.SessionAcceptorMBean
 
start() - Method in interface net.sf.cindy.session.jmx.SessionMBean
 
start() - Method in class net.sf.cindy.session.nio.AbstractChannelSession
 
start() - Method in class net.sf.cindy.session.nio.NonBlockingSessionAcceptor
 
start() - Method in interface net.sf.cindy.Session
Start the session.
start() - Method in interface net.sf.cindy.SessionAcceptor
Start acceptor.
StatisticFilter - Class in net.sf.cindy.filter
Statistic filter.
StatisticFilter() - Constructor for class net.sf.cindy.filter.StatisticFilter
Construct a statistic filter monitor all sessions.
StatisticFilter(Session) - Constructor for class net.sf.cindy.filter.StatisticFilter
Construct a statistic filter monitor special session.
stop() - Method in class net.sf.cindy.filter.StatisticFilter
 
SYSTEM - Static variable in class net.sf.cindy.util.Charset
System charset.

T

TCP - Static variable in class net.sf.cindy.SessionType
TCP session.
toBuffer() - Method in class net.sf.cindy.buffer.BufferBuilder
 
toString() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
toString() - Method in class net.sf.cindy.buffer.DefaultBufferPool
 
toString() - Method in class net.sf.cindy.packet.DefaultPacket
 
toString() - Method in class net.sf.cindy.packet.DelegatePacket
 
toString() - Method in class net.sf.cindy.packet.PriorityPacket
 
toString() - Method in class net.sf.cindy.SessionType
 

U

UDP - Static variable in class net.sf.cindy.SessionType
UDP session.
uncaughtException(Thread, Throwable) - Method in class net.sf.cindy.util.LogThreadGroup
 
UNKNOWN - Static variable in class net.sf.cindy.SessionType
Unknown session type.
UTF8 - Static variable in class net.sf.cindy.util.Charset
UTF-8 charset.

W

wrap(byte[]) - Static method in class net.sf.cindy.buffer.BufferFactory
Wrap a byte array into a buffer.
wrap(byte[], int, int) - Static method in class net.sf.cindy.buffer.BufferFactory
Wrap a byte array into a buffer.
wrap(ByteBuffer) - Static method in class net.sf.cindy.buffer.BufferFactory
Wrap a byte buffer into a buffer.
wrap(Buffer[]) - Static method in class net.sf.cindy.buffer.BufferFactory
Wrap a buffer array into a single buffer.
wrap(byte[]) - Static method in class net.sf.cindy.buffer.ByteArrayBuffer
 
wrap(byte[], int, int) - Static method in class net.sf.cindy.buffer.ByteArrayBuffer
 
wrap(ByteBuffer) - Static method in class net.sf.cindy.buffer.ByteBufferBuffer
 
write(WritableByteChannel) - Method in class net.sf.cindy.buffer.AbstractBuffer
 
write(WritableByteChannel) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
write(WritableByteChannel) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
write(WritableByteChannel) - Method in class net.sf.cindy.buffer.DelegateBuffer
 
write(WritableByteChannel) - Method in interface net.sf.cindy.Buffer
Writes a sequence of bytes to the channel.
write(Packet) - Method in class net.sf.cindy.session.nio.AbstractChannelSession.ChannelReactorHandler
Write packet to channel.
WRITE_PACKET_SIZE - Static variable in class net.sf.cindy.buffer.AbstractBuffer
 

_

_get(int) - Method in class net.sf.cindy.buffer.AbstractBuffer
Get byte without check.
_get(int) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
_get(int) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
_get(int) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
_put(int, byte) - Method in class net.sf.cindy.buffer.AbstractBuffer
Put byte without check.
_put(int, byte) - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
_put(int, byte) - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
_put(int, byte) - Method in class net.sf.cindy.buffer.LinkedBuffer
 
_release() - Method in class net.sf.cindy.buffer.AbstractBuffer
 
_release() - Method in class net.sf.cindy.buffer.ByteArrayBuffer
 
_release() - Method in class net.sf.cindy.buffer.ByteBufferBuffer
 
_release() - Method in class net.sf.cindy.buffer.LinkedBuffer
 

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