Package | Description |
---|---|
org.jboss.as.network | |
org.jboss.as.remoting | |
org.jboss.as.server.mgmt | |
org.jboss.as.server.services.net |
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 an outbound socket binding.
|
OutboundSocketBinding(String name,
SocketBindingManager socketBindingManager,
String destinationAddress,
int destinationPort,
NetworkInterfaceBinding sourceNetworkInterface,
Integer sourcePort,
boolean fixedSourcePort)
Creates an 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> |
UndertowHttpManagementService.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 © 2023 JBoss by Red Hat. All rights reserved.