org.apache.tomcat.jni
public class Sockaddr extends Object
Version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Field Summary | |
|---|---|
| int | family The family |
| String | hostname The hostname |
| long | 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 port |
| String | servname Either a string of the port number or the service name for the port |