|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtux.UNetwork.s_addrinfo
public static class UNetwork.s_addrinfo
Java version of C struct addrinfo.
Click here for Posix/SUS C API.
Field Summary | |
---|---|
UNetwork.s_sockaddr |
ai_addr
socket address |
int |
ai_addrlen
length of socket address |
java.lang.String |
ai_canonname
canonical name of service location |
int |
ai_family
address family |
int |
ai_flags
input flags |
UNetwork.s_addrinfo |
ai_next
pointer to next structure in list |
int |
ai_protocol
protocol |
int |
ai_socktype
socket type |
Constructor Summary | |
---|---|
UNetwork.s_addrinfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int ai_flags
public int ai_family
public int ai_socktype
public int ai_protocol
public int ai_addrlen
public UNetwork.s_sockaddr ai_addr
public java.lang.String ai_canonname
public UNetwork.s_addrinfo ai_next
Constructor Detail |
---|
public UNetwork.s_addrinfo()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |