Interface | Description |
---|---|
InterfaceCriteria |
A criteria used to determine what IP address to use for an interface.
|
Class | Description |
---|---|
AbstractInterfaceCriteria |
Abstract superclass for
InterfaceCriteria implementations. |
AnyInterfaceCriteria |
InterfaceCriteria that tests whether a given network interface and
address satisfy any of a contained set of InterfaceCriteria . |
InetAddressMatchInterfaceCriteria |
InterfaceCriteria that tests whether a given address is matches
the specified address. |
InetAddressUtil | |
LinkLocalInterfaceCriteria |
InterfaceCriteria that tests whether a given address is a
link-local address. |
LoopbackAddressInterfaceCriteria |
A loopback criteria with a specified bind address.
|
LoopbackInterfaceCriteria |
InterfaceCriteria that tests whether a given interface is a
loopback interface |
NicInterfaceCriteria |
InterfaceCriteria that tests whether a given name matches the
network interface's name . |
NicMatchInterfaceCriteria | |
NotInterfaceCriteria |
InterfaceCriteria that tests whether a given network interface and
address satisfy none of a contained set of InterfaceCriteria . |
OverallInterfaceCriteria |
Overall interface criteria.
|
ParsedInterfaceCriteria |
Utility class to create an interface criteria based on a
ModelNode description |
PointToPointInterfaceCriteria |
InterfaceCriteria that tests whether a given interface is a
point-to-point interface . |
PublicAddressInterfaceCriteria |
InterfaceCriteria that tests whether a given address is not
site-local ,
link-local
or a wildcard address . |
SiteLocalInterfaceCriteria |
InterfaceCriteria that tests whether a given address is a
link-local address. |
SubnetMatchInterfaceCriteria |
InterfaceCriteria that tests whether a given address is on the
desired subnet. |
SupportsMulticastInterfaceCriteria |
InterfaceCriteria that tests whether a given interface
supports multicast |
UpInterfaceCriteria |
InterfaceCriteria that tests whether a given interface is
up . |
VirtualInterfaceCriteria |
InterfaceCriteria that tests whether a given interface is
virtual . |
WildcardInetAddressInterfaceCriteria |
InterfaceCriteria Placeholder interface criteria; enables support of wildcard addresses for inet-address. |
Enum | Description |
---|---|
WildcardInetAddressInterfaceCriteria.Version |
Copyright © 2023 JBoss by Red Hat. All rights reserved.