Package org.apache.tomcat.jni
Class Sockaddr
java.lang.Object
org.apache.tomcat.jni.Sockaddr
Deprecated.
The scope of the APR/Native Library will be reduced in Tomcat
10.1.x / Tomcat Native 2.x onwards to only include those
components required to provide OpenSSL integration with the NIO
and NIO2 connectors.
Sockaddr
- Author:
- Mladen Turk
-
Field Summary
Modifier and TypeFieldDescriptionint
Deprecated.The familyDeprecated.The hostnamelong
Deprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.long
Deprecated.The pool to use...int
Deprecated.The numeric portDeprecated.Either a string of the port number or the service name for the port -
Constructor Summary
-
Method Summary
-
Field Details
-
pool
public long poolDeprecated.The pool to use... -
hostname
Deprecated.The hostname -
servname
Deprecated.Either a string of the port number or the service name for the port -
port
public int portDeprecated.The numeric port -
family
public int familyDeprecated.The family -
next
public long nextDeprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
-
-
Constructor Details
-
Sockaddr
public Sockaddr()Deprecated.
-