public class Sockaddr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
family
The family
|
java.lang.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
|
java.lang.String |
servname
Either a string of the port number or the service name for the port
|
Constructor and Description |
---|
Sockaddr() |
public long pool
public java.lang.String hostname
public java.lang.String servname
public int port
public int family
public long next
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.