Uses of Class
java.net.Socket

Packages that use Socket
com.intel.bluetooth.gcf.socket   
java.net Support for sockets via PC SocketProxy 
 

Uses of Socket in com.intel.bluetooth.gcf.socket
 

Fields in com.intel.bluetooth.gcf.socket declared as Socket
protected  Socket SocketConnection.socket
           
 

Constructors in com.intel.bluetooth.gcf.socket with parameters of type Socket
SocketConnection(Socket socket)
           
 

Uses of Socket in java.net
 

Methods in java.net that return Socket
 Socket ServerSocket.accept()
          Waits until there is a socket connection available.