public class Sockaddr extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | familyThe family | 
| String | hostnameThe hostname | 
| long | nextIf multiple addresses were found by apr_sockaddr_info_get(), this
  points to a representation of the next address. | 
| long | poolThe pool to use... | 
| int | portThe numeric port | 
| String | servnameEither a string of the port number or the service name for the port | 
| Constructor and Description | 
|---|
| Sockaddr() | 
public long pool
public String hostname
public String servname
public int port
public int family
public long next
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.