public class Sockaddr extends Object
Modifier and Type | Field and Description |
---|---|
int |
family
The family
|
String |
hostname
The hostname
|
long |
next
If multiple addresses were found by apr_sockaddr_info_get(), this
points to a representation of the next address.
|
long |
pool
The pool to use...
|
int |
port
The numeric port
|
String |
servname
Either 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-2021 Apache Software Foundation. All Rights Reserved.