FileDocCategorySizeDatePackage
Sockaddr.javaAPI DocApache Tomcat 6.0.141509Fri Jul 20 04:20:30 BST 2007org.apache.tomcat.jni

Sockaddr

public class Sockaddr extends Object
Sockaddr
author
Mladen Turk
version
$Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
public long
pool
The pool to use...
public String
hostname
The hostname
public String
servname
Either a string of the port number or the service name for the port
public int
port
The numeric port
public int
family
The family
public long
next
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
Constructors Summary
Methods Summary