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

Quick Search    Search Deep

Uses of Interface
java.net.SocketOptions

Uses of SocketOptions in java.net
 

Classes in java.net that implement SocketOptions
 class DatagramSocketImpl
          This abstract class models a datagram socket implementation.
(package private)  class PlainDatagramSocketImpl
          Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
(package private)  class PlainSocketImpl
          The standard GCJ socket implementation.
 class SocketImpl
          This abstract class serves as the parent class for socket implementations.
 class ZDatagramSocketImpl
          This class is the new datagram socket implementation used by the datagram socket factory in place of the plain-old one.
(package private)  class ZSocketImpl
          This class is the main entry point to the compression layer.