Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Class
java.net.SocketImpl

Packages that use SocketImpl
Package Description
java.net Provides the classes for implementing networking applications. 
 

Uses of SocketImpl in java.net
 

Methods in java.net that return SocketImpl
Modifier and Type Method and Description
 SocketImpl SocketImplFactory.createSocketImpl()
          Creates a new SocketImpl instance.
 

Methods in java.net with parameters of type SocketImpl
Modifier and Type Method and Description
protected abstract  void SocketImpl.accept(SocketImpl s)
          Accepts a connection.
 

Constructors in java.net with parameters of type SocketImpl
Constructor and Description
Socket(SocketImpl impl)
          Creates an unconnected Socket with a user-specified SocketImpl.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.