| Modifier and Type | Field and Description |
|---|---|
static GatewayClientCodec<io.netty.buffer.ByteBuf> |
GatewayClientTransports.HTTP_CLIENT_CODEC |
static GatewayClientCodec<io.rsocket.Payload> |
GatewayClientTransports.RSOCKET_CLIENT_CODEC |
static GatewayClientCodec<io.netty.buffer.ByteBuf> |
GatewayClientTransports.WEBSOCKET_CLIENT_CODEC |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpGatewayClientCodec |
| Modifier and Type | Method and Description |
|---|---|
GatewayClientCodec<io.netty.buffer.ByteBuf> |
HttpGatewayClient.getCodec() |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
GatewayClientCodec<io.rsocket.Payload> |
RSocketGatewayClient.getCodec() |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
GatewayClientCodec<io.netty.buffer.ByteBuf> |
WebsocketGatewayClient.getCodec() |
| Constructor and Description |
|---|
WebsocketGatewayClient(GatewayClientSettings settings,
GatewayClientCodec<io.netty.buffer.ByteBuf> codec)
Creates instance of websocket client transport.
|
Copyright © 2015–2019. All rights reserved.