| Package | Description |
|---|---|
| io.scalecube.services.gateway.transport.http | |
| io.scalecube.services.gateway.transport.rsocket | |
| io.scalecube.services.gateway.transport.websocket |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpGatewayClientCodec |
| Constructor and Description |
|---|
HttpGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.netty.buffer.ByteBuf> codec)
Creates instance of http client transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSocketGatewayClientCodec |
| Constructor and Description |
|---|
RSocketGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.rsocket.Payload> codec)
Constructor for gateway over rsocket client transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebsocketGatewayClientCodec |
| Constructor and Description |
|---|
WebsocketGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.netty.buffer.ByteBuf> codec)
Creates instance of websocket client transport.
|
Copyright © 2015–2021. All rights reserved.