| Package | Description | 
|---|---|
| org.wildfly.swarm | |
| org.wildfly.swarm.spi.api | 
| Modifier and Type | Method and Description | 
|---|---|
Swarm | 
Swarm.socketBinding(String socketBindingGroup,
             SocketBinding binding)
Add an inbound socket-binding to the container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SocketBinding | 
SocketBinding.iface(String iface)
Set the interface for this binding. 
 | 
SocketBinding | 
SocketBinding.multicastAddress(String multicastAddress)
Set the multicast address or expression. 
 | 
SocketBinding | 
SocketBinding.multicastPort(int port)
Set the multicast port. 
 | 
SocketBinding | 
SocketBinding.multicastPort(String port)
Set the multicast port expression. 
 | 
SocketBinding | 
SocketBinding.port(int port)
Set the port. 
 | 
SocketBinding | 
SocketBinding.port(String portExpression)
Set the port expression 
 | 
SocketBinding | 
SocketBindingGroup.socketBinding(String name)
Retrieve a socket-binding by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SocketBinding> | 
SocketBindingGroup.socketBindings()
Retrieve all socket-bindings attached to this group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SocketBindingGroup | 
SocketBindingGroup.socketBinding(SocketBinding binding)
Add a socket-binding to this group. 
 | 
Copyright © 2018 JBoss by Red Hat. All rights reserved.