JSR-62 (Final)

Uses of Class
java.net.Socket

Packages that use Socket
java.net   
 

Uses of Socket in java.net
 

Methods in java.net that return Socket
 Socket ServerSocket.accept()
          Listens for a connection to be made to this socket and accepts it.
 

Methods in java.net with parameters of type Socket
protected  void ServerSocket.implAccept(Socket s)
          Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.