Sockaddrpublic class Sockaddr extends Object
Fields Summary |
---|
public long | poolThe pool to use... | public String | hostnameThe hostname | public String | servnameEither a string of the port number or the service name for the port | public int | portThe numeric port | public int | familyThe family | public long | nextIf multiple addresses were found by apr_sockaddr_info_get(), this
points to a representation of the next address. |
|