Class Sockets


  • public final class Sockets
    extends Object
    Common things for socket communication.
    • Field Detail

      • AF_UNIX

        public static final int AF_UNIX
        Domain for Unix domain sockets.
        See Also:
        Constant Field Values
      • SOCK_STREAM

        public static final int SOCK_STREAM
        Socket type for duplex sockets.
        See Also:
        Constant Field Values
      • DEFAULT_PROTOCOL

        public static final int DEFAULT_PROTOCOL
        Default protocol selector.
        See Also:
        Constant Field Values