| Class and Description |
|---|
| Client |
| ClientBuilder
Creates a new client that connects to the specified
URI using the builder pattern. |
| ClientBuilderParams
Provides the construction parameters of a client.
|
| ClientDecoration |
| ClientDecorationBuilder
Creates a new
ClientDecoration using the builder pattern. |
| ClientFactory
Creates and manages clients.
|
| ClientFactoryBuilder
Builds a new
ClientFactory. |
| ClientFactoryOption
A
ClientFactory option. |
| ClientFactoryOptions
A set of
ClientFactoryOptions and their respective values. |
| ClientFactoryOptionValue
A value of a
ClientFactoryOption. |
| ClientOption
A client option.
|
| ClientOptions
A set of
ClientOptions and their respective values. |
| ClientOptionsBuilder
Creates a new
ClientOptions using the builder pattern. |
| ClientOptionValue
A value of a
ClientOption. |
| ClientRequestContext |
| ClientRequestContextBuilder
Builds a new
ClientRequestContext. |
| ClientRequestContextCaptor
Captures the
ClientRequestContexts created by the current thread. |
| ClosedClientFactoryException
Deprecated.
IllegalStateException with a message will be raised. |
| ConnectionPoolListener
Listens to the client connection pool events.
|
| DecoratingClient
Decorates a
Client. |
| DecoratingHttpClientFunction
A functional interface that enables building a
SimpleDecoratingHttpClient with
ClientBuilder.decorator(DecoratingHttpClientFunction). |
| DecoratingRpcClientFunction
A functional interface that enables building a
SimpleDecoratingRpcClient with
ClientBuilder.rpcDecorator(DecoratingRpcClientFunction). |
| DnsResolverGroupBuilder
Builds an
AddressResolverGroup which builds AddressResolvers that update DNS caches
automatically. |
| Endpoint
A remote endpoint that refers to a single host.
|
| EventLoopScheduler
A scheduler which is responsible for assigning an
EventLoop to handle a connection to the
specified Endpoint. |
| GoAwayReceivedException
A
RuntimeException raised when a server sent an
HTTP/2 GOAWAY frame with
the lastStreamId less then the stream ID of the request. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| InvalidResponseException
A
RuntimeException raised when a client received an invalid response. |
| RefusedStreamException
A
RuntimeException raised when a server set
HTTP/2 MAX_CONCURRENT_STREAMS to 0,
which means a client can't send anything. |
| ResponseTimeoutException
A
TimeoutException raised when a response has not been received from a server within timeout. |
| RpcClient
Sends an
RpcRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| WebClient
An asynchronous web client.
|
| WebClientBuilder
Creates a new web client that connects to the specified
URI using the builder pattern. |
| WriteTimeoutException
A
TimeoutException raised when a client failed to send a request to the wire within timeout. |
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| RpcClient
Sends an
RpcRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| SimpleDecoratingHttpClient
Decorates an
HttpClient. |
| Class and Description |
|---|
| ClientRequestContext |
| Endpoint
A remote endpoint that refers to a single host.
|
| Class and Description |
|---|
| Endpoint
A remote endpoint that refers to a single host.
|
| Class and Description |
|---|
| ClientFactory
Creates and manages clients.
|
| ClientOptions
A set of
ClientOptions and their respective values. |
| ClientOptionsBuilder
Creates a new
ClientOptions using the builder pattern. |
| Endpoint
A remote endpoint that refers to a single host.
|
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| ConnectionPoolListener
Listens to the client connection pool events.
|
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| RpcClient
Sends an
RpcRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| SimpleDecoratingHttpClient
Decorates an
HttpClient. |
| Class and Description |
|---|
| Client |
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| RpcClient
Sends an
RpcRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| DecoratingClient
Decorates a
Client. |
| HttpClient
Sends an
HttpRequest to a remote Endpoint. |
| RpcClient
Sends an
RpcRequest to a remote Endpoint. |
| SimpleDecoratingClient
Decorates a
Client. |
| Class and Description |
|---|
| Endpoint
A remote endpoint that refers to a single host.
|
| Class and Description |
|---|
| Client |
| ClientRequestContext |
| DefaultClientRequestContext
Default
ClientRequestContext implementation. |
Copyright © 2020 LeanCloud. All rights reserved.