Package org.apache.tomcat.jni
Class Sockaddr
- java.lang.Object
- 
- org.apache.tomcat.jni.Sockaddr
 
- 
 @Deprecated public class Sockaddr extends java.lang.ObjectDeprecated.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 SummaryFields Modifier and Type Field Description intfamilyDeprecated.The familyjava.lang.StringhostnameDeprecated.The hostnamelongnextDeprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.longpoolDeprecated.The pool to use...intportDeprecated.The numeric portjava.lang.StringservnameDeprecated.Either a string of the port number or the service name for the port
 - 
Constructor SummaryConstructors Constructor Description Sockaddr()Deprecated.
 
- 
- 
- 
Field Detail- 
poolpublic long pool Deprecated.The pool to use...
 - 
hostnamepublic java.lang.String hostname Deprecated.The hostname
 - 
servnamepublic java.lang.String servname Deprecated.Either a string of the port number or the service name for the port
 - 
portpublic int port Deprecated.The numeric port
 - 
familypublic int family Deprecated.The family
 - 
nextpublic long next Deprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
 
- 
 
-