Package | Description |
---|---|
org.jboss.as.clustering.jgroups | |
org.jboss.as.network | |
org.jboss.as.remoting | |
org.jboss.as.server.mgmt | |
org.jboss.as.server.services.net |
Constructor and Description |
---|
ManagedSocketFactory(org.jgroups.util.SocketFactory factory,
SocketBindingManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
SocketBindingManagerImpl |
Modifier and Type | Method and Description |
---|---|
SocketBindingManager |
SocketBinding.getSocketBindings()
Get the socket binding manager.
|
Constructor and Description |
---|
OutboundSocketBinding(String name,
SocketBindingManager socketBindingManager,
InetAddress destinationAddress,
int destinationPort,
NetworkInterfaceBinding sourceNetworkInterface,
Integer sourcePort,
boolean fixedSourcePort)
Creates a outbound socket binding
|
OutboundSocketBinding(String name,
SocketBindingManager socketBindingManager,
String destinationAddress,
int destinationPort,
NetworkInterfaceBinding sourceNetworkInterface,
Integer sourcePort,
boolean fixedSourcePort)
Creates a outbound socket binding
|
SocketBinding(String name,
int port,
boolean isFixedPort,
InetAddress multicastAddress,
int multicastPort,
NetworkInterfaceBinding networkInterface,
SocketBindingManager socketBindings,
List<ClientMapping> clientMappings) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<SocketBindingManager> |
AbstractStreamServerService.getSocketBindingManagerInjector() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<SocketBindingManager> |
HttpManagementService.getSocketBindingManagerInjector() |
Modifier and Type | Class and Description |
---|---|
class |
SocketBindingManagerService |
Modifier and Type | Field and Description |
---|---|
protected org.jboss.msc.value.InjectedValue<SocketBindingManager> |
OutboundSocketBindingService.socketBindingManagerInjectedValue |
Modifier and Type | Method and Description |
---|---|
SocketBindingManager |
SocketBindingManagerService.getValue() |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.inject.Injector<SocketBindingManager> |
OutboundSocketBindingService.getSocketBindingManagerInjector() |
org.jboss.msc.value.InjectedValue<SocketBindingManager> |
SocketBindingService.getSocketBindings() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.