|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HostAddressType | |
|---|---|
| org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
| Uses of HostAddressType in org.apache.directory.server.kerberos.shared.messages.value |
|---|
| Fields in org.apache.directory.server.kerberos.shared.messages.value declared as HostAddressType | |
|---|---|
static HostAddressType |
HostAddressType.ADDRTYPE_APPLETALK
Constant for the "AppleTalk DDP" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_CHAOSNET
Constant for the "ChaosNet" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_DECNET
Constant for the "DECNET Phase IV" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_DIRECTIONAL
Constant for the "Directional" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_IPV4
Constant for the "IPv4" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_IPV6
Constant for the "IPv6" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_ISO
Constant for the "ISO" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_NETBIOS
Constant for the "NetBios" host address type. |
static HostAddressType |
HostAddressType.ADDRTYPE_XNS
Constant for the "XEROX Network Services (XNS)" host address type. |
| Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type HostAddressType | |
|---|---|
static java.util.List<HostAddressType> |
HostAddressType.VALUES
A List of all the host address type constants. |
| Methods in org.apache.directory.server.kerberos.shared.messages.value that return HostAddressType | |
|---|---|
HostAddressType |
HostAddress.getAddressType()
Returns the HostAddressType of this HostAddress. |
static HostAddressType |
HostAddressType.getTypeByOrdinal(int type)
Returns the host address type when specified by its ordinal. |
| Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddressType | |
|---|---|
int |
HostAddressType.compareTo(HostAddressType that)
|
| Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type HostAddressType | |
|---|---|
HostAddress(HostAddressType addressType,
byte[] address)
Creates a new instance of HostAddress. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||