|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostAddrType | |
---|---|
org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
org.apache.directory.server.kerberos.shared.messages.value.types |
Uses of HostAddrType in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return HostAddrType | |
---|---|
HostAddrType |
HostAddress.getAddrType()
Returns the HostAddrType of this HostAddress . |
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddrType | |
---|---|
void |
HostAddress.setAddrType(HostAddrType addrType)
Set the addr-type field |
Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddrType | |
---|---|
HostAddress(HostAddrType addrType,
byte[] address)
Creates a new instance of HostAddress. |
Uses of HostAddrType in org.apache.directory.server.kerberos.shared.messages.value.types |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value.types that return HostAddrType | |
---|---|
static HostAddrType |
HostAddrType.getTypeByOrdinal(int type)
Returns the host address type when specified by its ordinal. |
static HostAddrType |
HostAddrType.valueOf(java.lang.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're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |