Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ClassLib.Common.java.net
Class Inet4AddressImpl.hostent  view Inet4AddressImpl.hostent download Inet4AddressImpl.hostent.java

java.lang.Object
  extended byClassLib.Common.java.net.Inet4AddressImpl.hostent
Enclosing class:
Inet4AddressImpl

static class Inet4AddressImpl.hostent
extends java.lang.Object


Field Summary
(package private)  java.lang.String[] h_addr_list
           
(package private)  int h_addrtype
           
(package private)  java.lang.String[] h_aliases
           
(package private)  int h_length
           
(package private)  java.lang.String h_name
           
 
Constructor Summary
(package private) Inet4AddressImpl.hostent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

h_name

java.lang.String h_name

h_aliases

java.lang.String[] h_aliases

h_addrtype

int h_addrtype

h_length

int h_length

h_addr_list

java.lang.String[] h_addr_list
Constructor Detail

Inet4AddressImpl.hostent

Inet4AddressImpl.hostent()