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

A

AbstractIoSessionOutputStream<T> - Class in org.littleshoot.util.mina
An abstract utility class for creating OutputStreams from MINA IoSessions for arbitrary message types.
AbstractIoSessionOutputStream(IoSession) - Constructor for class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
addIoServiceListener(IoServiceListener) - Method in interface org.littleshoot.util.mina.MinaServer
Adds the specified IoServiceListener to the server.
addIoServiceListener(IoServiceListener) - Method in class org.littleshoot.util.mina.MinaTcpServer
 
AMP - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Ampersand character
appendCRLF(ByteBuffer) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Appends a CR LF to the specified buffer
appendString(ByteBuffer, String) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Appends a string to a specified ByteBuffer.
atMessageBoundary() - Method in interface org.littleshoot.util.mina.DemuxableProtocolDecoder
 
atMessageBoundary() - Method in class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
 
available() - Method in class org.littleshoot.util.mina.IoSessionInputStream
 

B

BACK_SLASH - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Back-slash character
bind(SocketAddress) - Method in class org.littleshoot.util.mina.IoSessionSocket
ByteBufferIoSessionOutputStream - Class in org.littleshoot.util.mina
An IoSessionOutputStream for byte buffers.
ByteBufferIoSessionOutputStream(IoSession) - Constructor for class org.littleshoot.util.mina.ByteBufferIoSessionOutputStream
Creates a new ByteBufferIoSessionOutputStream for the specified session.
ByteBufferUtils - Class in org.littleshoot.util.mina
Utility class for manipulating ByteBuffers.
ByteBufferUtils() - Constructor for class org.littleshoot.util.mina.ByteBufferUtils
 

C

canDecode(ByteBuffer) - Method in interface org.littleshoot.util.mina.DemuxableDecoderFactory
Returns whether or not this factory can create decoders that can understand the specified data.
canDecode(ByteBuffer) - Method in interface org.littleshoot.util.mina.DemuxableProtocolCodecFactory
Determines whether or not this codec factory is capable of decoding the specified data.
close() - Method in class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
close() - Method in class org.littleshoot.util.mina.IoSessionInputStream
 
close() - Method in class org.littleshoot.util.mina.IoSessionSocket
COLON - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Colon character
combine(Collection<ByteBuffer>) - Static method in class org.littleshoot.util.mina.ByteBufferUtils
Combines the remaining data from the given Collection of ByteBuffers into a single consolidated ByteBuffer.
COMMA - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Comma.
connect(SocketAddress) - Method in class org.littleshoot.util.mina.IoSessionSocket
connect(SocketAddress, int) - Method in class org.littleshoot.util.mina.IoSessionSocket
ConsumeToCrlfDecodingState - Class in org.littleshoot.util.mina
A decoder which writes all read bytes in to a known Bytes context until a CRLF has been encountered.
ConsumeToCrlfDecodingState() - Constructor for class org.littleshoot.util.mina.ConsumeToCrlfDecodingState
 
ConsumeToLinearWhitespaceDecodingState - Class in org.littleshoot.util.mina
Consumes a ByteBuffer up to linear whitespace.
ConsumeToLinearWhitespaceDecodingState() - Constructor for class org.littleshoot.util.mina.ConsumeToLinearWhitespaceDecodingState
Creates a new LWS decoding state.
ConsumeToTerminatorDecodingState - Class in org.littleshoot.util.mina
Consumes until a fixed (ASCII) character is reached.
ConsumeToTerminatorDecodingState(byte) - Constructor for class org.littleshoot.util.mina.ConsumeToTerminatorDecodingState
Creates a new instance.
ConsumeToTerminatorDecodingState(byte, byte) - Constructor for class org.littleshoot.util.mina.ConsumeToTerminatorDecodingState
Creates a new instance.
CR - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Carriage return character
CrlfDecodingState - Class in org.littleshoot.util.mina
Decodes a single CRLF.
CrlfDecodingState() - Constructor for class org.littleshoot.util.mina.CrlfDecodingState
 

D

decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.ConsumeToCrlfDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.ConsumeToTerminatorDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.CrlfDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.decode.binary.UnsignedIntDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.decode.binary.UnsignedShortDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in interface org.littleshoot.util.mina.DecodingState
Decodes the input for this state.
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.DecodingStateMachine
 
decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.FixedLengthDecodingState
 
decode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.SkippingState
 
decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.StateMachineProtocolDecoder
 
DecodingState - Interface in org.littleshoot.util.mina
Interface for the various decoding states.
DecodingStateFactory - Interface in org.littleshoot.util.mina
Factory for creating new DecodingStates.
DecodingStateMachine - Class in org.littleshoot.util.mina
Taken from AsyncWeb.
DecodingStateMachine() - Constructor for class org.littleshoot.util.mina.DecodingStateMachine
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
The default charset we employ
DemuxableDecoderFactory - Interface in org.littleshoot.util.mina
Protocol decoder with additional methods making it capable of being demultiplexed between multiple protocols.
DemuxableEncoderFactory - Interface in org.littleshoot.util.mina
 
DemuxableProtocolCodecFactory<T> - Interface in org.littleshoot.util.mina
ProtocolCodecFactory for protocols that can be demultiplexed.
DemuxableProtocolDecoder - Interface in org.littleshoot.util.mina
Protocol decoder with additional methods making it capable of being demultiplexed between multiple protocols.
DemuxableProtocolEncoder - Interface in org.littleshoot.util.mina
 
DemuxingIoHandler<T,Z> - Class in org.littleshoot.util.mina
IoHandler that allows multiple protocols to run over the same IoSession.
DemuxingIoHandler(Class<T>, IoHandler, Class<Z>, IoHandler) - Constructor for class org.littleshoot.util.mina.DemuxingIoHandler
Creates a new IoHandler that demultiplexes encoded and decoded messages between STUN and another protocol.
DemuxingProtocolCodecFactory - Class in org.littleshoot.util.mina
Codec factory that can demultiplex incoming data between multiple protocols.
DemuxingProtocolCodecFactory(DemuxableProtocolCodecFactory, DemuxableProtocolCodecFactory) - Constructor for class org.littleshoot.util.mina.DemuxingProtocolCodecFactory
Creates a new DemuxingProtocolCodecFactory with the specified encoders and decoders.
DemuxingStateMachineProtocolDecoder - Class in org.littleshoot.util.mina
A StateMachineProtocolDecoder that can be used with a protocol that should be dumultiplexed with other protocols.
DemuxingStateMachineProtocolDecoder(DecodingStateMachine) - Constructor for class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
Creates a new DemuxingStateMachineProtocolDecoder.
destroy() - Method in class org.littleshoot.util.mina.DecodingStateMachine
 
dispose(IoSession) - Method in class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
 
dispose(IoSession) - Method in class org.littleshoot.util.mina.StateMachineProtocolDecoder
 

E

enoughData(ByteBuffer) - Method in interface org.littleshoot.util.mina.DemuxableProtocolCodecFactory
Returns whether or not the specified buffer has enough data to determine whether or not this decoder can handle it.
EQUALS - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Equals character
exceptionCaught(IoSession, Throwable) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.littleshoot.util.mina.SocketIoHandler
Forwards caught exceptions to input stream.

F

finishDecode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.ConsumeToCrlfDecodingState
 
finishDecode(byte, ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.ConsumeToTerminatorDecodingState
 
finishDecode(boolean, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.CrlfDecodingState
 
finishDecode(long, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.decode.binary.UnsignedIntDecodingState
Called on the subclass when the unsigned int has been successfully decoded.
finishDecode(int, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.decode.binary.UnsignedShortDecodingState
Called on the subclass when the unsigned short has been successfully decoded.
finishDecode(List<Object>, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.DecodingStateMachine
 
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.DemuxingStateMachineProtocolDecoder
 
finishDecode(ByteBuffer, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.FixedLengthDecodingState
 
finishDecode() - Method in class org.littleshoot.util.mina.SkippingState
 
finishDecode(IoSession, ProtocolDecoderOutput) - Method in class org.littleshoot.util.mina.StateMachineProtocolDecoder
 
FixedLengthDecodingState - Class in org.littleshoot.util.mina
A DecodingState which consumes all received bytes until a configured number of read bytes has been reached.
FixedLengthDecodingState(int) - Constructor for class org.littleshoot.util.mina.FixedLengthDecodingState
Constructs with a known decode length.
flush() - Method in class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
FOWARD_SLASH - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Foward-slash character

G

getAsciiBytes(String) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Returns the ASCII bytes for a specified string.
getChannel() - Method in class org.littleshoot.util.mina.IoSessionSocket
getClassToEncode() - Method in interface org.littleshoot.util.mina.DemuxableEncoderFactory
Gets the class this factory is designed to encode.
getClassToEncode() - Method in interface org.littleshoot.util.mina.DemuxableProtocolCodecFactory
Gets the class this factory is designed to encode.
getDecoder() - Method in class org.littleshoot.util.mina.DemuxingProtocolCodecFactory
 
getEncoder() - Method in class org.littleshoot.util.mina.DemuxingProtocolCodecFactory
 
getInetAddress() - Method in class org.littleshoot.util.mina.IoSessionSocket
getInputStream() - Method in class org.littleshoot.util.mina.IoSessionSocket
getKeepAlive() - Method in class org.littleshoot.util.mina.IoSessionSocket
getLocalAddress() - Method in class org.littleshoot.util.mina.IoSessionSocket
getLocalPort() - Method in class org.littleshoot.util.mina.IoSessionSocket
getLocalSocketAddress() - Method in class org.littleshoot.util.mina.IoSessionSocket
getOOBInline() - Method in class org.littleshoot.util.mina.IoSessionSocket
getOutputStream() - Method in class org.littleshoot.util.mina.IoSessionSocket
getPort() - Method in class org.littleshoot.util.mina.IoSessionSocket
getReadTimeout() - Method in class org.littleshoot.util.mina.SocketIoHandler
Returns read timeout in seconds.
getReceiveBufferSize() - Method in class org.littleshoot.util.mina.IoSessionSocket
getRemoteSocketAddress() - Method in class org.littleshoot.util.mina.IoSessionSocket
getReuseAddress() - Method in class org.littleshoot.util.mina.IoSessionSocket
getSendBufferSize() - Method in class org.littleshoot.util.mina.IoSessionSocket
getSoLinger() - Method in class org.littleshoot.util.mina.IoSessionSocket
getSoTimeout() - Method in class org.littleshoot.util.mina.IoSessionSocket
getString(ByteBuffer) - Static method in class org.littleshoot.util.mina.MinaUtils
Reads an ASCII string from the buffer.
getTcpNoDelay() - Method in class org.littleshoot.util.mina.IoSessionSocket
getTrafficClass() - Method in class org.littleshoot.util.mina.IoSessionSocket
getWriteTimeout() - Method in class org.littleshoot.util.mina.SocketIoHandler
Returns write timeout in seconds.

H

hexAsciiToDecimal(byte) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Obtains the decimal value for a hex value encoded in ASCII
HT - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Horizontal tab character

I

init() - Method in class org.littleshoot.util.mina.DecodingStateMachine
 
IoSessionInputStream - Class in org.littleshoot.util.mina
An InputStream that buffers data read from IoHandler.messageReceived(IoSession, Object) events.
IoSessionInputStream(IoSession, int) - Constructor for class org.littleshoot.util.mina.IoSessionInputStream
 
IoSessionOutputStreamFactory - Interface in org.littleshoot.util.mina
Factory for creating new OutputStreams from IoSession.
IoSessionSocket - Class in org.littleshoot.util.mina
A socket implementation that wraps a MINA IoSession in a Socket interface.
IoSessionSocket(IoSession, InputStream, OutputStream) - Constructor for class org.littleshoot.util.mina.IoSessionSocket
Creates a new Socket subclass that works with MINA sessions.
isBound() - Method in class org.littleshoot.util.mina.IoSessionSocket
isClosed() - Method in class org.littleshoot.util.mina.IoSessionSocket
isConnected() - Method in class org.littleshoot.util.mina.IoSessionSocket
isHex(byte) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Determines whether a specified (US-ASCII) character is a valid hex character: A..F a..f 0..9
isHttpControl(byte) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Determines whether a specified (US-ASCII) character is an HTTP control character
isHttpSeparator(byte) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Determines whether a specified (US-ASCII) character is an HTTP field separator
isInputShutdown() - Method in class org.littleshoot.util.mina.IoSessionSocket
isOutputShutdown() - Method in class org.littleshoot.util.mina.IoSessionSocket
isUdp(IoSession) - Static method in class org.littleshoot.util.mina.MinaUtils
Determines whether or not the specified session is a UDP session.
isWhiteSpace(byte) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
Determines whether a specified (US-ASCII) character is an HTTP whitespace character (Space or Horizontal tab)

L

LF - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Line feed character
logBufferToWrite(ByteBuffer) - Static method in class org.littleshoot.util.mina.ByteBufferUtils
Logs the data contained in a ByteBuffer that's ready to be written to the network.

M

m_ioSession - Variable in class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
m_lastWriteFuture - Variable in class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
m_length - Variable in class org.littleshoot.util.mina.FixedLengthDecodingState
 
messageReceived(IoSession, Object) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
messageReceived(IoSession, Object) - Method in class org.littleshoot.util.mina.SocketIoHandler
Forwards read data to input stream.
messageSent(IoSession, Object) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
MinaCodecUtils - Class in org.littleshoot.util.mina
Taken from AsyncWeb.
MinaCodecUtils() - Constructor for class org.littleshoot.util.mina.MinaCodecUtils
 
MinaServer - Interface in org.littleshoot.util.mina
Generic interface for MINA servers.
MinaTcpServer - Class in org.littleshoot.util.mina
A MINA TCP server.
MinaTcpServer(ProtocolCodecFactory, IoServiceListener, IoHandler) - Constructor for class org.littleshoot.util.mina.MinaTcpServer
Creates a new MINA TCP server.
MinaTcpServer(ProtocolCodecFactory, IoServiceListener, IoHandler, String) - Constructor for class org.littleshoot.util.mina.MinaTcpServer
Creates a new MINA TCP server.
MinaUtils - Class in org.littleshoot.util.mina
Apache MINA utility functions.
MinaUtils() - Constructor for class org.littleshoot.util.mina.MinaUtils
 

N

newDecoder() - Method in interface org.littleshoot.util.mina.DemuxableDecoderFactory
Creates a new decoder.
newDecoder() - Method in interface org.littleshoot.util.mina.DemuxableProtocolCodecFactory
Returns a new (or reusable) instance of ProtocolDecoder which decodes binary or protocol-specific data into message objects.
newEncoder() - Method in interface org.littleshoot.util.mina.DemuxableEncoderFactory
Creates a new encoder.
newEncoder() - Method in interface org.littleshoot.util.mina.DemuxableProtocolCodecFactory
Creates a new encoder.
newState() - Method in interface org.littleshoot.util.mina.DecodingStateFactory
Creates a new DecodingState.
newStream(IoSession) - Method in interface org.littleshoot.util.mina.IoSessionOutputStreamFactory
Creates a new OutputStream for the specified session.

O

org.littleshoot.util.mina - package org.littleshoot.util.mina
 
org.littleshoot.util.mina.decode.binary - package org.littleshoot.util.mina.decode.binary
 

P

PERCENT - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Percent character
PLUS - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Plus character
pushBack(ByteBuffer) - Static method in class org.littleshoot.util.mina.MinaCodecUtils
"Pushes back" a byte on to the specified buffer, by rewinding the position by 1 byte
putUnsignedByte(ByteBuffer, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.
putUnsignedByte(ByteBuffer, int, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.
putUnsignedInt(ByteBuffer, long) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.
putUnsignedInt(ByteBuffer, int, long) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.
putUnsignedShort(ByteBuffer, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.
putUnsignedShort(ByteBuffer, int, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Puts an unsigned byte into the buffer.

Q

QS - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Question mark character
QUOTE - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Quote character

R

read() - Method in class org.littleshoot.util.mina.IoSessionInputStream
 
read(byte[], int, int) - Method in class org.littleshoot.util.mina.IoSessionInputStream
 
remaining(Collection<ByteBuffer>) - Static method in class org.littleshoot.util.mina.ByteBufferUtils
 

S

SEMI_COLON - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Semi-colon
sendUrgentData(int) - Method in class org.littleshoot.util.mina.IoSessionSocket
sessionClosed(IoSession) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
sessionClosed(IoSession) - Method in class org.littleshoot.util.mina.SocketIoHandler
Closes streams
sessionCreated(IoSession) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.littleshoot.util.mina.SocketIoHandler
Handles read timeout.
sessionOpened(IoSession) - Method in class org.littleshoot.util.mina.DemuxingIoHandler
 
sessionOpened(IoSession) - Method in class org.littleshoot.util.mina.SocketIoHandler
Initializes streams and timeout settings.
setKeepAlive(boolean) - Method in class org.littleshoot.util.mina.IoSessionSocket
setOOBInline(boolean) - Method in class org.littleshoot.util.mina.IoSessionSocket
setPerformancePreferences(int, int, int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setReadTimeout(int) - Method in class org.littleshoot.util.mina.SocketIoHandler
Sets read timeout in seconds.
setReceiveBufferSize(int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setReuseAddress(boolean) - Method in class org.littleshoot.util.mina.IoSessionSocket
setSendBufferSize(int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setSoLinger(boolean, int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setSoTimeout(int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setTcpNoDelay(boolean) - Method in class org.littleshoot.util.mina.IoSessionSocket
setTrafficClass(int) - Method in class org.littleshoot.util.mina.IoSessionSocket
setWriteTimeout(int) - Method in class org.littleshoot.util.mina.SocketIoHandler
Sets write timeout in seconds.
shutdownInput() - Method in class org.littleshoot.util.mina.IoSessionSocket
shutdownOutput() - Method in class org.littleshoot.util.mina.IoSessionSocket
SkippingState - Class in org.littleshoot.util.mina
Skips data until a byte other than the byte to skip is reached.
SkippingState(byte) - Constructor for class org.littleshoot.util.mina.SkippingState
Creates a new skipping state for the specified byte.
SocketIoHandler - Class in org.littleshoot.util.mina
 
SocketIoHandler() - Constructor for class org.littleshoot.util.mina.SocketIoHandler
 
SocketIoHandler(IoSessionOutputStreamFactory) - Constructor for class org.littleshoot.util.mina.SocketIoHandler
 
SPACE - Static variable in class org.littleshoot.util.mina.MinaCodecUtils
Space character
SpaceSkippingState - Class in org.littleshoot.util.mina
Skips tabs and spaces.
SpaceSkippingState() - Constructor for class org.littleshoot.util.mina.SpaceSkippingState
State that skips a single space.
split(ByteBuffer, int) - Static method in class org.littleshoot.util.mina.ByteBufferUtils
Splits the specified ByteBuffer into smaller ByteBuffers of the specified size.
split(ByteBuffer, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Splits the specified ByteBuffer into smaller ByteBuffers of the specified size.
splitToByteArrays(ByteBuffer, int) - Static method in class org.littleshoot.util.mina.MinaUtils
Splits the specified ByteBuffer into smaller ByteBuffers of the specified size.
start(int) - Method in interface org.littleshoot.util.mina.MinaServer
Starts the MINA server.
start(int) - Method in class org.littleshoot.util.mina.MinaTcpServer
 
StateMachineProtocolDecoder - Class in org.littleshoot.util.mina
Top level decoder for state machine decoders.
StateMachineProtocolDecoder(DecodingStateMachine) - Constructor for class org.littleshoot.util.mina.StateMachineProtocolDecoder
Creates a new top-level state machine decoder.
stop() - Method in interface org.littleshoot.util.mina.MinaServer
Stops the MINA server.
stop() - Method in class org.littleshoot.util.mina.MinaTcpServer
 

T

throwException(IOException) - Method in class org.littleshoot.util.mina.IoSessionInputStream
 
toAsciiString(ByteBuffer) - Static method in class org.littleshoot.util.mina.MinaUtils
Useful for debugging.
toBuf(String) - Static method in class org.littleshoot.util.mina.MinaUtils
Converts the specified String to a ByteBuffer.
toByteArray(ByteBuffer) - Static method in class org.littleshoot.util.mina.MinaUtils
Copies the specified buffer to a byte array.
toString(ByteBuffer) - Static method in class org.littleshoot.util.mina.ByteBufferUtils
Returns the buffer as a string while preserving the buffer position and limit.

U

UnsignedIntDecodingState - Class in org.littleshoot.util.mina.decode.binary
Decoding state for reading a single unsigned int.
UnsignedIntDecodingState() - Constructor for class org.littleshoot.util.mina.decode.binary.UnsignedIntDecodingState
 
UnsignedShortDecodingState - Class in org.littleshoot.util.mina.decode.binary
Decoding state for reading a single unsigned short.
UnsignedShortDecodingState() - Constructor for class org.littleshoot.util.mina.decode.binary.UnsignedShortDecodingState
 

W

write(T) - Method in class org.littleshoot.util.mina.AbstractIoSessionOutputStream
 
write(byte[], int, int) - Method in class org.littleshoot.util.mina.ByteBufferIoSessionOutputStream
 
write(int) - Method in class org.littleshoot.util.mina.ByteBufferIoSessionOutputStream
 
write(ByteBuffer) - Method in class org.littleshoot.util.mina.IoSessionInputStream
 

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

Copyright © 2013 LittleShoot. All Rights Reserved.