Uses of Class
io.scalecube.services.gateway.transport.GatewayClientSettings
-
-
Uses of GatewayClientSettings in io.scalecube.services.gateway.transport
Methods in io.scalecube.services.gateway.transport that return GatewayClientSettings Modifier and Type Method Description GatewayClientSettingsGatewayClientSettings.Builder. build()Methods in io.scalecube.services.gateway.transport with parameters of type GatewayClientSettings Modifier and Type Method Description static GatewayClientSettings.BuilderGatewayClientSettings. from(GatewayClientSettings gatewayClientSettings)static io.scalecube.services.transport.api.ClientTransportGatewayClientTransports. httpGatewayClientTransport(GatewayClientSettings cs)ClientTransport that is capable of communicating with Gateway over http.static io.scalecube.services.transport.api.ClientTransportGatewayClientTransports. rsocketGatewayClientTransport(GatewayClientSettings cs)ClientTransport that is capable of communicating with Gateway over rSocket.static io.scalecube.services.transport.api.ClientTransportGatewayClientTransports. websocketGatewayClientTransport(GatewayClientSettings cs)ClientTransport that is capable of communicating with Gateway over websocket. -
Uses of GatewayClientSettings in io.scalecube.services.gateway.transport.http
Constructors in io.scalecube.services.gateway.transport.http with parameters of type GatewayClientSettings Constructor Description HttpGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.netty.buffer.ByteBuf> codec)Creates instance of http client transport. -
Uses of GatewayClientSettings in io.scalecube.services.gateway.transport.rsocket
Constructors in io.scalecube.services.gateway.transport.rsocket with parameters of type GatewayClientSettings Constructor Description RSocketGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.rsocket.Payload> codec)Constructor for gateway over rsocket client transport. -
Uses of GatewayClientSettings in io.scalecube.services.gateway.transport.websocket
Constructors in io.scalecube.services.gateway.transport.websocket with parameters of type GatewayClientSettings Constructor Description WebsocketGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.netty.buffer.ByteBuf> codec)Creates instance of websocket client transport.
-