C D E F G I M N O S T W

C

canDecode(ByteBuffer) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 

D

destroy() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameDecodingState
 
dispose(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameProtocolEncoder
 

E

encode(TcpFrame) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameEncoder
Encodes the TCP frame into a ByteBuffer.
encode(IoSession, Object, ProtocolEncoderOutput) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameProtocolEncoder
 
enoughData(ByteBuffer) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
exceptionCaught(IoSession, Throwable) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
exceptionCaught(IoSession, Throwable) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 

F

finishDecode(List<Object>, ProtocolDecoderOutput) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameDecodingState
 

G

getClassToEncode() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
getData() - Method in class org.lastbamboo.common.tcp.frame.TcpFrame
Accessor for the framed data buffer.
getLength() - Method in class org.lastbamboo.common.tcp.frame.TcpFrame
Accessor for the length of the framed data.

I

init() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameDecodingState
 

M

messageReceived(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameIoHandler
 
messageReceived(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
messageReceived(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 
messageSent(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameIoHandler
 
messageSent(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
messageSent(IoSession, Object) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 

N

newDecoder() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
newEncoder() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
newState() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameDemuxingDecodingStateFactory
 

O

org.lastbamboo.common.tcp.frame - package org.lastbamboo.common.tcp.frame
 

S

sessionClosed(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
sessionClosed(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 
sessionCreated(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
sessionCreated(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
 
sessionIdle(IoSession, IdleStatus) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 
sessionOpened(IoSession) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 

T

TcpFrame - Class in org.lastbamboo.common.tcp.frame
Class for a single TCP frame.
TcpFrame(ByteBuffer) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrame
Creates a new TCP frame for the specified framed data.
TcpFrame(byte[]) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrame
Creates a new TcpFrame.
TcpFrame(byte[], int, int) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrame
 
TcpFrameCodecFactory - Class in org.lastbamboo.common.tcp.frame
DemuxableProtocolCodecFactory for framed TCP data as defined in RFC 4571.
TcpFrameCodecFactory() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
TcpFrameDecodingState - Class in org.lastbamboo.common.tcp.frame
State machine for decoding framed TCP messages following RFC 4571.
TcpFrameDecodingState() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameDecodingState
 
TcpFrameDemuxingDecodingStateFactory - Class in org.lastbamboo.common.tcp.frame
Decoding state factory for a state that can differentiate between STUN messages and messages from another protocol.
TcpFrameDemuxingDecodingStateFactory(DecodingStateFactory) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameDemuxingDecodingStateFactory
Creates a new factory for a state that differentiates between STUN messages and messages from another protocol.
TcpFrameDemuxingStateMachineProtocolDecoder - Class in org.lastbamboo.common.tcp.frame
Decoder for framed TCP messages that uses a state machine and is capable of being demultiplexed with other protocols on the same port.
TcpFrameDemuxingStateMachineProtocolDecoder() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameDemuxingStateMachineProtocolDecoder
Creates a new state machine decoder.
TcpFrameEncoder - Class in org.lastbamboo.common.tcp.frame
Encoder for framed TCP messages, as defined in RFC 4571.
TcpFrameEncoder() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameEncoder
 
TcpFrameIoHandler - Class in org.lastbamboo.common.tcp.frame
IoHandler that reads framed TCP messages and makes the bytes from those messages available.
TcpFrameIoHandler() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameIoHandler
Creates a new TcpFrameIoHandler.
TcpFrameIoSessionOutputStream - Class in org.lastbamboo.common.tcp.frame
OutputStream for IoSessions that also wraps all data in TcpFrame messages.
TcpFrameIoSessionOutputStream(IoSession) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameIoSessionOutputStream
Creates a new OutputStream for TcpFrames.
TcpFrameLocalIoHandler - Class in org.lastbamboo.common.tcp.frame
IoHandler for local sockets to the HTTP server.
TcpFrameLocalIoHandler(IoSession) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameLocalIoHandler
Creates a new TCP frame local IO handler.
TcpFrameProtocolEncoder - Class in org.lastbamboo.common.tcp.frame
ProtocolEncoder for framed TCP messages.
TcpFrameProtocolEncoder() - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameProtocolEncoder
 
TcpFrameServerIoHandler - Class in org.lastbamboo.common.tcp.frame
IoHandler that reads framed TCP messages and makes the bytes from those messages available to a server.
TcpFrameServerIoHandler(InetSocketAddress) - Constructor for class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
Creates a new TcpFrameServerIoHandler.
toString() - Method in class org.lastbamboo.common.tcp.frame.TcpFrame
 
toString() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameCodecFactory
 
toString() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameIoHandler
 
toString() - Method in class org.lastbamboo.common.tcp.frame.TcpFrameServerIoHandler
 

W

write(byte[], int, int) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameIoSessionOutputStream
 
write(int) - Method in class org.lastbamboo.common.tcp.frame.TcpFrameIoSessionOutputStream
 

C D E F G I M N O S T W

Copyright © 2013 LittleShoot. All Rights Reserved.