Class Sockaddr


  • public class Sockaddr
    extends Object
    Sockaddr
    Author:
    Mladen Turk
    • Field Detail

      • pool

        public long pool
        The pool to use...
      • hostname

        public String hostname
        The hostname
      • servname

        public String servname
        Either a string of the port number or the service name for the port
      • port

        public int port
        The numeric port
      • family

        public int family
        The family
      • next

        public long next
        If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
    • Constructor Detail

      • Sockaddr

        public Sockaddr()