| Package | Description |
|---|---|
| org.apache.directory.shared.kerberos.codec.types | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
HostAddrType |
HostAddress.getAddrType()
Returns the
HostAddrType of this HostAddress. |
| Modifier and Type | Method and Description |
|---|---|
void |
HostAddress.setAddrType(HostAddrType addrType)
Set the addr-type field
|
| Constructor and Description |
|---|
HostAddress(HostAddrType addrType,
byte[] address)
Creates a new instance of HostAddress.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.