| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| Modifier and Type | Method and Description |
|---|---|
static WebClientBuilder |
WebClient.builder()
Returns a new
WebClientBuilder created without a base URI. |
static WebClientBuilder |
WebClient.builder(SessionProtocol sessionProtocol,
Endpoint endpoint)
|
static WebClientBuilder |
WebClient.builder(String uri)
Returns a new
WebClientBuilder created with the specified base uri. |
static WebClientBuilder |
WebClient.builder(URI uri)
Returns a new
WebClientBuilder created with the specified base URI. |
WebClientBuilder |
WebClientBuilder.factory(ClientFactory factory)
Sets the
ClientFactory of the client. |
WebClientBuilder |
WebClientBuilder.path(String path)
Sets the
path of the client. |
WebClientBuilder |
WebClientBuilder.rpcDecorator(DecoratingRpcClientFunction decorator) |
WebClientBuilder |
WebClientBuilder.rpcDecorator(Function<? super RpcClient,? extends RpcClient> decorator) |
Copyright © 2020 LeanCloud. All rights reserved.