|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.jni.Sockaddr
public class Sockaddr
Sockaddr
Field Summary | |
---|---|
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 Summary | |
---|---|
Sockaddr()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long pool
public java.lang.String hostname
public java.lang.String servname
public int port
public int family
public long next
Constructor Detail |
---|
public Sockaddr()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |