Uses of Class
org.apache.directory.shared.kerberos.codec.types.HostAddrType

Packages that use HostAddrType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

Uses of HostAddrType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return HostAddrType
static HostAddrType HostAddrType.getTypeByOrdinal(int type)
          Returns the host address type when specified by its ordinal.
static HostAddrType HostAddrType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HostAddrType[] HostAddrType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of HostAddrType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return HostAddrType
 HostAddrType HostAddress.getAddrType()
          Returns the HostAddrType of this HostAddress.
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type HostAddrType
 void HostAddress.setAddrType(HostAddrType addrType)
          Set the addr-type field
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type HostAddrType
HostAddress(HostAddrType addrType, byte[] address)
          Creates a new instance of HostAddress.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.