| java.lang.Object org.apache.tomcat.jni.Sockaddr
Sockaddr | public class Sockaddr (Code) | | Sockaddr
author: Mladen Turk version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
Field Summary | |
public int | family | public String | hostname | public long | next If multiple addresses were found by apr_sockaddr_info_get(), this
points to a representation of the next address. | public long | pool The pool to use... | public int | port | public String | servname |
family | public int family(Code) | | The family
|
next | public long next(Code) | | If multiple addresses were found by apr_sockaddr_info_get(), this
points to a representation of the next address.
|
pool | public long pool(Code) | | The pool to use...
|
port | public int port(Code) | | The numeric port
|
servname | public String servname(Code) | | Either a string of the port number or the service name for the port
|
|
|