Class Sockets


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

      • ENV_SSH_AUTH_SOCK

        public static final String ENV_SSH_AUTH_SOCK
        Default SSH agent socket environment variable name.
        See Also:
        Constant Field Values
      • 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