| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.jni.Sockaddr
public class Sockaddr
Sockaddr
| Field Summary | |
|---|---|
|  int | familyThe family | 
|  java.lang.String | hostnameThe hostname | 
|  long | nextIf multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address. | 
|  long | poolThe pool to use... | 
|  int | portThe numeric port | 
|  java.lang.String | servnameEither 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 | ||||||||