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

Quick Search    Search Deep

Uses of Class
com.act365.net.tcp.TCPJSocketImpl

Uses of TCPJSocketImpl in com.act365.net.tcp
 

Fields in com.act365.net.tcp declared as TCPJSocketImpl
(package private)  TCPJSocketImpl TCPMSLTimer.socket
           
(package private)  TCPJSocketImpl TCPJOutputStream.socket
           
(package private)  TCPJSocketImpl TCPJInputStream.socket
           
(package private)  TCPJSocketImpl TCPAcknowledger.socket
           
 

Constructors in com.act365.net.tcp with parameters of type TCPJSocketImpl
TCPMSLTimer(TCPJSocketImpl socket, long msltimeout)
          Constructs the timer.
TCPJOutputStream(TCPJSocketImpl socket)
          Creates an output stream to write to the given socket.
TCPJInputStream(TCPJSocketImpl socket)
           
TCPAcknowledger(TCPJSocketImpl socket, long delay)