| Modifier and Type | Method and Description |
|---|---|
GatewayClientSettings |
GatewayClientSettings.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static GatewayClientSettings.Builder |
GatewayClientSettings.from(GatewayClientSettings gatewayClientSettings) |
static io.scalecube.services.transport.api.ClientTransport |
GatewayClientTransports.httpGatewayClientTransport(GatewayClientSettings cs)
ClientTransport that is capable of communicating with Gateway over http.
|
static io.scalecube.services.transport.api.ClientTransport |
GatewayClientTransports.rsocketGatewayClientTransport(GatewayClientSettings cs)
ClientTransport that is capable of communicating with Gateway over rSocket.
|
static io.scalecube.services.transport.api.ClientTransport |
GatewayClientTransports.websocketGatewayClientTransport(GatewayClientSettings cs)
ClientTransport that is capable of communicating with Gateway over websocket.
|
| Constructor and Description |
|---|
HttpGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.netty.buffer.ByteBuf> codec)
Creates instance of http client transport.
|
| Constructor and Description |
|---|
RSocketGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.rsocket.Payload> codec)
Constructor for gateway over rsocket client transport.
|
| Constructor and Description |
|---|
WebsocketGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.netty.buffer.ByteBuf> codec)
Creates instance of websocket client transport.
|
Copyright © 2015–2021. All rights reserved.