Package org.apache.tomcat.jni
Class Sockaddr
- java.lang.Object
-
- org.apache.tomcat.jni.Sockaddr
-
public class Sockaddr extends java.lang.Object
Sockaddr- Author:
- Mladen Turk
-
-
Field Summary
Fields Modifier and Type Field Description int
family
The familyjava.lang.String
hostname
The hostnamelong
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 portjava.lang.String
servname
Either a string of the port number or the service name for the port
-
Constructor Summary
Constructors Constructor Description Sockaddr()
-
-
-
Field Detail
-
pool
public long pool
The pool to use...
-
hostname
public java.lang.String hostname
The hostname
-
servname
public java.lang.String servname
Either a string of the port number or the service name for the port
-
port
public int port
The numeric port
-
family
public int family
The family
-
next
public long next
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
-
-