Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.tcp: Javadoc index of package com.act365.net.tcp.


Package Samples:

com.act365.net.tcp

Classes:

TCPJListener: TCPJListener is a singleton class that polls for TCPJ messages. It raises PropertyChangeEvent objects that, unconventionally, contain an IPMessage object as the old value and a TCPMessage objects as the new.
TCPJSocketImpl: Implements the TCPJ protocol, which is a clone of TCP that would typically be used with a non-standard IP protocol setting.
TCPAcknowledger: TCPAcknowledger objects are used to provide delayed acknowledgement of TCP messages.
ISNCounter: Class ISNCounter provides access to a counter that is updated each four milliseconds.
TCPMSLTimer: Implements a MSL (Maximum Segment Lifetime) timer used to close a TCP connection.
ISNUpdater: Class ISNUpdater ensures that class ISNCounter is updated at regular intervals.
TCP: Class TCP defines constants associated with the TCP protocol.
TCPOptions: Implements various options that are permitted to appear in a TCP message.
TCPSession: The singleton class TCPSession manages startup and closedown tasks.
TCPJInputStream: TCPJInputStream reads data from a TCPJ socket.
TCPJSocketImplFactory: Factory to create TCPJSocketImpl objects.
TCPWriter: Writes TCP messages to a bytestream.
TCPJOutputStream: Writes to a TCPJ socket.
TCPMessage: Stores a TCP message.
TCPReader: Reads TCP messages.

Home | Contact Us | Privacy Policy | Terms of Service