Package | Description |
---|---|
org.jboss.as.controller.interfaces | |
org.jboss.as.controller.logging | |
org.jboss.as.server.services.net |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterfaceCriteria
Abstract superclass for
InterfaceCriteria implementations. |
class |
AnyInterfaceCriteria
InterfaceCriteria that tests whether a given network interface and
address satisfy any of a contained set of InterfaceCriteria . |
class |
InetAddressMatchInterfaceCriteria
InterfaceCriteria that tests whether a given address is matches
the specified address. |
class |
LinkLocalInterfaceCriteria
InterfaceCriteria that tests whether a given address is a
link-local address. |
class |
LoopbackAddressInterfaceCriteria
A loopback criteria with a specified bind address.
|
class |
LoopbackInterfaceCriteria
InterfaceCriteria that tests whether a given interface is a
loopback interface |
class |
NicInterfaceCriteria
InterfaceCriteria that tests whether a given name matches the
network interface's name . |
class |
NicMatchInterfaceCriteria
|
class |
NotInterfaceCriteria
InterfaceCriteria that tests whether a given network interface and
address satisfy none of a contained set of InterfaceCriteria . |
class |
OverallInterfaceCriteria
Overall interface criteria.
|
class |
PointToPointInterfaceCriteria
InterfaceCriteria that tests whether a given interface is a
point-to-point interface . |
class |
PublicAddressInterfaceCriteria
InterfaceCriteria that tests whether a given address is not
site-local ,
link-local
or a wildcard address . |
class |
SiteLocalInterfaceCriteria
InterfaceCriteria that tests whether a given address is a
link-local address. |
class |
SubnetMatchInterfaceCriteria
InterfaceCriteria that tests whether a given address is on the
desired subnet. |
class |
SupportsMulticastInterfaceCriteria
InterfaceCriteria that tests whether a given interface
supports multicast |
class |
UpInterfaceCriteria
InterfaceCriteria that tests whether a given interface is
up . |
class |
VirtualInterfaceCriteria
InterfaceCriteria that tests whether a given interface is
virtual . |
class |
WildcardInetAddressInterfaceCriteria
InterfaceCriteria Placeholder interface criteria; enables support of wildcard addresses for inet-address. |
Modifier and Type | Method and Description |
---|---|
Set<InterfaceCriteria> |
ParsedInterfaceCriteria.getCriteria() |
Constructor and Description |
---|
AnyInterfaceCriteria(Set<InterfaceCriteria> criteria)
Creates a new AnyInterfaceCriteria
|
NotInterfaceCriteria(Set<InterfaceCriteria> criteria)
Creates a new NotInterfaceCriteria
|
OverallInterfaceCriteria(String interfaceName,
Set<InterfaceCriteria> criteria) |
Modifier and Type | Method and Description |
---|---|
String |
ControllerLogger.cantHaveSameCriteriaForBothNotAndInclusion(InterfaceCriteria interfaceCriteria) |
String |
ControllerLogger_$logger.cantHaveSameCriteriaForBothNotAndInclusion(InterfaceCriteria interfaceCriteria) |
Constructor and Description |
---|
NetworkInterfaceService(String name,
boolean anyLocal,
Set<InterfaceCriteria> criteria) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.