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

Quick Search    Search Deep

Uses of Class
java.net.Connector

Uses of Connector in java.net
 

Fields in java.net declared as Connector
protected  Connector ZSocketImpl.conn
          The Connector is responsible for packet handling.
protected  Connector ZOutputStream.conn
          The connector responsible for real sending.
 

Constructors in java.net with parameters of type Connector
ZOutputStream(Connector conn)
          This constructor only stores the argument into an internal field.