|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddress | |
---|---|
de.fhhannover.inform.trust.ifmapj.identifier | This package provides classes to represent IF-MAP identifiers. |
Uses of IpAddress in de.fhhannover.inform.trust.ifmapj.identifier |
---|
Methods in de.fhhannover.inform.trust.ifmapj.identifier that return IpAddress | |
---|---|
static IpAddress |
Identifiers.createIp(IpAddressType type,
String value,
String admDom)
Create an ip-address identifier with the given parameters. |
IpAddress |
IdentifierFactory.createIp(IpAddressType type,
String value,
String admDom)
Deprecated. Create an ip-address identifier with the given parameters. |
IpAddress |
IdentifierFactory.createIp4()
Deprecated. Create an ip-address identifier for IPv4. |
static IpAddress |
Identifiers.createIp4(String value)
Create an ip-address identifier for IPv4 with the given value. |
IpAddress |
IdentifierFactory.createIp4(String value)
Deprecated. Create an ip-address identifier for IPv4 with the given value. |
static IpAddress |
Identifiers.createIp4(String value,
String admDom)
Create an ip-address identifier for IPv4 with the given value and the given administrative-domain. |
IpAddress |
IdentifierFactory.createIp4(String value,
String admDom)
Deprecated. Create an ip-address identifier for IPv4 with the given value and the given administrative-domain. |
IpAddress |
IdentifierFactory.createIp6()
Deprecated. Create an ip-address identifier for IPv6. |
static IpAddress |
Identifiers.createIp6(String value)
Create an ip-address identifier for IPv6 with the given value. |
IpAddress |
IdentifierFactory.createIp6(String value)
Deprecated. Create an ip-address identifier for IPv6 with the given value. |
static IpAddress |
Identifiers.createIp6(String value,
String admDom)
Create an ip-address identifier for IPv6 with the given parameters. |
IpAddress |
IdentifierFactory.createIp6(String value,
String admDom)
Deprecated. Create an ip-address identifier for IPv6 with the given parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |