| Constructor and Description |
|---|
RemotingResources() |
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
connectors()
Get the list of org.wildfly.swarm.config.remoting.Connector resources
|
List<HttpConnector> |
httpConnectors()
Get the list of org.wildfly.swarm.config.remoting.HttpConnector resources
|
List<LocalOutboundConnection> |
localOutboundConnections()
Get the list of org.wildfly.swarm.config.remoting.LocalOutboundConnection resources
|
List<OutboundConnection> |
outboundConnections()
Get the list of org.wildfly.swarm.config.remoting.OutboundConnection resources
|
List<RemoteOutboundConnection> |
remoteOutboundConnections()
Get the list of org.wildfly.swarm.config.remoting.RemoteOutboundConnection resources
|
public List<HttpConnector> httpConnectors()
public List<Connector> connectors()
public List<OutboundConnection> outboundConnections()
public List<LocalOutboundConnection> localOutboundConnections()
public List<RemoteOutboundConnection> remoteOutboundConnections()
Copyright © 2015 JBoss by Red Hat. All rights reserved.