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

Quick Search    Search Deep

Uses of Class
java.net.Socket

Uses of Socket in java.net
 

Methods in java.net that return Socket
 Socket ServerSocket.accept()
          Accepts a new connection and returns a connected Socket instance representing that connection.
 

Methods in java.net with parameters of type Socket
protected  void ServerSocket.implAccept(Socket socket)
          This protected method is used to help subclasses override ServerSocket.accept().