| ClientSecurityConfigurator |
|
| ConnectionAcceptor |
A contract that defines the connection acceptance criterion.
|
| ConnectionAcceptorFactory |
|
| ConnectionContext |
A context for a connection.
|
| ConnectionInfo |
Provides information about a connection.
|
| ConnectionInfo.Protocol |
Provides information about the network protocol.
|
| ConnectionObserver |
An observer interface that provides visibility into events associated with a network connection.
|
| ConnectionObserver.DataObserver |
An observer interface that provides visibility into read and write events related to data flow.
|
| ConnectionObserver.MultiplexedObserver |
An observer interface that provides visibility into new streams created by a multiplexed connection.
|
| ConnectionObserver.ReadObserver |
An observer interface that provides visibility into read events.
|
| ConnectionObserver.SecurityHandshakeObserver |
An observer interface that provides visibility into security handshake events.
|
| ConnectionObserver.StreamObserver |
An observer interface that provides visibility into stream events.
|
| ConnectionObserver.WriteObserver |
An observer interface that provides visibility into write events.
|
| ExecutionContext |
Context related to execution and allocation.
|
| ExecutionStrategy |
An execution strategy for all transports.
|
| HostAndPort |
A tuple of <host name, port>.
|
| IoExecutor |
Executor that handles IO.
|
| RetryableException |
A marker-interface for exceptions which are safely retryable and occur only before ServiceTalk starts writing a
request to the network.
|
| SecurityConfigurator |
An abstraction to configure SSL/TLS.
|
| ServerContext |
Context for servers.
|
| ServerSecurityConfigurator |
|
| TransportObserver |
An observer interface that provides visibility into transport events.
|