Package org.lastbamboo.common.tcp.frame

Class Summary
TcpFrame Class for a single TCP frame.
TcpFrameCodecFactory DemuxableProtocolCodecFactory for framed TCP data as defined in RFC 4571.
TcpFrameDecodingState State machine for decoding framed TCP messages following RFC 4571.
TcpFrameDemuxingDecodingStateFactory Decoding state factory for a state that can differentiate between STUN messages and messages from another protocol.
TcpFrameDemuxingStateMachineProtocolDecoder Decoder for framed TCP messages that uses a state machine and is capable of being demultiplexed with other protocols on the same port.
TcpFrameEncoder Encoder for framed TCP messages, as defined in RFC 4571.
TcpFrameIoHandler IoHandler that reads framed TCP messages and makes the bytes from those messages available.
TcpFrameIoSessionOutputStream OutputStream for IoSessions that also wraps all data in TcpFrame messages.
TcpFrameLocalIoHandler IoHandler for local sockets to the HTTP server.
TcpFrameProtocolEncoder ProtocolEncoder for framed TCP messages.
TcpFrameServerIoHandler IoHandler that reads framed TCP messages and makes the bytes from those messages available to a server.
 



Copyright © 2013 LittleShoot. All Rights Reserved.