Package org.apache.tomcat.jni
Class Sockaddr
java.lang.Object
org.apache.tomcat.jni.Sockaddr
Sockaddr
- Author:
- Mladen Turk
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe familyThe hostnamelongIf multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.longThe pool to use...intThe numeric portEither a string of the port number or the service name for the port -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pool
public long poolThe pool to use... -
hostname
The hostname -
servname
Either a string of the port number or the service name for the port -
port
public int portThe numeric port -
family
public int familyThe family -
next
public long nextIf multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
-
-
Constructor Details
-
Sockaddr
public Sockaddr()
-