Package p2ps.imp.endpoint.TCP

Interface Summary
TCPEndpointSchemes The standard p2ps pipe schemes.
 

Class Summary
ASCIIMessageProtocol A protocol where messages are seperated by carridge returns (CR), line feeds (LF) or CRLF.
ASCIIMessageProtocolFactory The factory for ASCIIMessageProtocol handlers
DefaultTCPMessageProtocol The default message protcol used by TCP in P2PS.
DefaultTCPMessageProtocolFactory The factory for DefaultTCPMessageProtocol handlers
TCPEndpoint A generic TCP socket class
TCPInputEndpoint A class that acts as a wrapper for multiple TCP input socket.
TCPInputHandler The class responsible for receiving data from a TCP socket
TCPOutputHandler The class responsible for sending data to a TCP socket
TCPResolver The resolver for socket using UDP
TCPThreadPool