org.apache.tomcat.jni

Class Sockaddr

public class Sockaddr extends Object

Sockaddr

Version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Mladen Turk

Field Summary
intfamily
The family
Stringhostname
The hostname
longnext
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
longpool
The pool to use...
intport
The numeric port
Stringservname
Either a string of the port number or the service name for the port

Field Detail

family

public int family
The family

hostname

public String hostname
The hostname

public long next
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.

pool

public long pool
The pool to use...

port

public int port
The numeric port

servname

public String servname
Either a string of the port number or the service name for the port
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.