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 SummaryFieldsModifier and TypeFieldDescriptionintDeprecated.The familyDeprecated.The hostnamelongDeprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.longDeprecated.The pool to use...intDeprecated.The numeric portDeprecated.Either a string of the port number or the service name for the port
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
poolpublic long poolDeprecated.The pool to use...
- 
hostnameDeprecated.The hostname
- 
servnameDeprecated.Either a string of the port number or the service name for the port
- 
portpublic int portDeprecated.The numeric port
- 
familypublic int familyDeprecated.The family
- 
nextpublic long nextDeprecated.If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
 
- 
- 
Constructor Details- 
Sockaddrpublic Sockaddr()Deprecated.
 
-