| Modifier and Type | Field and Description |
|---|---|
InetAddress |
ai_addr
Address.
|
int |
ai_family
Desired address family for results.
|
int |
ai_flags
Flags describing the kind of lookup to be done.
|
StructAddrinfo |
ai_next
Next element in linked list.
|
int |
ai_protocol
Protocol.
|
int |
ai_socktype
Socket type.
|
| Constructor and Description |
|---|
StructAddrinfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
public int ai_flags
public int ai_family
public int ai_socktype
public int ai_protocol
public InetAddress ai_addr
public StructAddrinfo ai_next
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.