See: Description
| Interface | Description |
|---|---|
| AsyncResult<T> |
Asynchronous result is a multi-thread object that operates as a container for a result.
|
| CloseableObject |
CloseableObject interface.
|
| ConnectionMonitor |
ConnectionMonitor interface.
|
| ConnectionMonitor.ConnectListener |
Connection listener
|
| EndpointServer |
EndpointServer is an object that binds to a network socket and offers hosting for endpoints.
|
| EndpointServer.EndpointHandle |
Handle to a bound endpoint.
|
| EndpointServer.ReverseEndpointHandle |
Handle to a reverse endpoint.
|
| IConnectionListener |
IConnectionListener interface.
|
| RequestChannel |
RequestChannel is a channel to do service requests with.
|
| ResultListener<T> |
Result listener.
|
| ReverseConnectionListener |
A listener which can be used to validate incoming Reverse Connections (server-initiated
connections).
|
| SecureChannel |
Client's SecureChannel connection.
|
| ServerConnection |
UAConnection is a stateful object with four possible states {Closed, Opening, Open, Closing}.
|
| ServerConnection.SecureChannelListener | |
| ServerSecureChannel |
Server side Secure channel.
|
| Class | Description |
|---|---|
| AsyncRead |
AsyncRead class.
|
| AsyncWrite |
Asynchronous message sending.
|
| ChannelService |
Generated on 2026-02-24 10:23:17
|
| Endpoint |
Endpoint is a connection point to a server.
|
| EndpointBinding |
Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket
(EndpointServer), and the service server (Server).
|
| EndpointServerCollection |
EndpointServerCollection class.
|
| ReverseTransportChannelSettings | |
| ServiceChannel |
This utility class envelopes Securechannel with client service methods.
|
| TransportChannelSettings |
Transport channel settings for Client.
|
| TransportConstants |
TransportConstants class.
|
| UriUtil |
UriUtil class.
|
| Enum | Description |
|---|---|
| AsyncResult.AsyncResultStatus | |
| ClientServiceRequestState |
ClientServiceRequestState class.
|
| CloseableObjectState |
Generic object states.
|
| ReadState |
Message async read states.
|
| UriUtil.MessageFormat | |
| WriteState |
Message write states.
|
Copyright © 2026. All rights reserved.