See: Description
| Interface | Description |
|---|---|
| ClientSocketConnectorMBean |
Management interface for
ClientSocketConnector. |
| ServerSocketConnectorMBean |
Management interface for
ServerSocketConnector. |
| SocketMessageAdapterFactory |
This interface should be implemented by
MessageAdapter.Factory in order to
run any custom authorization/authentication protocol with remote host. |
| SocketSource |
SocketSource encapsulates a network address resolution and load-balancing logic for the connector.
|
| SocketSourceFactory |
Factory for
SocketSource instances required by connectors. |
| Class | Description |
|---|---|
| ClientSocketConnector |
The
ClientSocketConnector handles standard client socket using blocking API. |
| ConnectOrder |
ConnectOrder specifies a strategy of considering specified addresses in
ClientSocketConnector during
connect/reconnect. |
| ServerSocketConnector |
The
ServerSocketConnector handles standard server socket using blocking API. |
| ServerSocketTestHelper | Deprecated
For tests only!
|
| SocketAddress | |
| SocketInfo |
This class stores a socket and its address provided by a
SocketSource. |
| SocketSourceFactory.Context |
Represents a context that provides additional information for socket source creation.
|
| SocketUtil |
Copyright © 2002–2026 Devexperts LLC. All rights reserved.