Interface | Description |
---|---|
ManagedBinding |
A representation of a socket binding.
|
ManagedBindingRegistry | |
SocketBindingManager |
The socket binding manager represents a registry of all
active (bound) sockets.
|
SocketBindingManager.NamedManagedBindingRegistry | |
SocketBindingManager.UnnamedBindingRegistry |
Class | Description |
---|---|
ClientMapping |
A client mapping specifies how external clients should connect to a
socket's port, provided that the client's outbound interface
match the specified source network value.
|
ManagedBinding.Factory | |
ManagedDatagramSocketBinding |
Managed
DatagramSocket binding, automatically registering itself
at the SocketBindingManager when bound. |
ManagedMulticastSocketBinding |
Managed
MulticastSocket binding, automatically registering itself
at the SocketBindingManager when bound. |
ManagedServerSocketBinding |
Managed
ServerSocket binding, automatically registering itself
at the SocketBindingManager when bound. |
ManagedServerSocketFactory |
ServerSocketFactory implementation creating sockets, which automatically register
and unregister itself at the SocketBindingManager when bound or closed. |
ManagedSocketFactory |
ServerSocketFactory implementation creating sockets, which automatically register
and unregister itself at the SocketBindingManager when bound or closed. |
NetworkInterfaceBinding |
The resolved network interface bindings.
|
NetworkUtils |
Utility methods related to networking.
|
OutboundSocketBinding |
An outbound socket binding represents the client end of a socket.
|
SocketBinding |
An encapsulation of socket binding related information.
|
SocketBindingManagerImpl |
Copyright © 2023 JBoss by Red Hat. All rights reserved.