|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortRange | |
---|---|
org.wso2.balana.attr | Contains many of the classes related to attributes and attribute retrieval. |
Uses of PortRange in org.wso2.balana.attr |
---|
Methods in org.wso2.balana.attr that return PortRange | |
---|---|
static PortRange |
PortRange.getInstance(String value)
Creates an instance of PortRange based on the given value. |
PortRange |
DNSNameAttribute.getPortRange()
Returns the port range represented by this object which will be unbound if no range was specified. |
PortRange |
IPAddressAttribute.getRange()
Returns the port range represented by this object which will be unbound if no range was specified. |
Constructors in org.wso2.balana.attr with parameters of type PortRange | |
---|---|
DNSNameAttribute(String hostname,
PortRange range)
Creates the new DNSNameAttribute with the optional port range component. |
|
IPAddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new IPAddressAttribute with all the optional components. |
|
IPv4AddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new IPv4AddressAttribute with all the optional components. |
|
IPv4AddressAttribute(InetAddress address,
PortRange range)
Creates the new IPv4AddressAttribute with the optional port range. |
|
IPv6AddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new IPv6AddressAttribute with all the optional components. |
|
IPv6AddressAttribute(InetAddress address,
PortRange range)
Creates the new IPv6AddressAttribute with the optional port range. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |