public abstractclassSocketImpl
implements
SocketOptions
Overview
Inheritance
Members
Usage
Source
Books
SinceJDK1.0
Version1.51, 05/05/07
Author(s)unascribed
The abstract class SocketImpl is a common superclass
of all classes that actually implement sockets. It is used to
create both client and server sockets.
A "plain" socket implements these methods exactly as
described, without attempting to go through a firewall or proxy.
SocketImplis a common superclass of all classes that actually implement sockets. It is used to create both client and server sockets.A "plain" socket implements these methods exactly as described, without attempting to go through a firewall or proxy.