Uses of Interface
io.scalecube.services.gateway.transport.GatewayClientCodec
-
-
Uses of GatewayClientCodec in io.scalecube.services.gateway.transport
Fields in io.scalecube.services.gateway.transport declared as GatewayClientCodec Modifier and Type Field Description static GatewayClientCodec<io.netty.buffer.ByteBuf>GatewayClientTransports. HTTP_CLIENT_CODECstatic GatewayClientCodec<io.rsocket.Payload>GatewayClientTransports. RSOCKET_CLIENT_CODECstatic GatewayClientCodec<io.netty.buffer.ByteBuf>GatewayClientTransports. WEBSOCKET_CLIENT_CODEC -
Uses of GatewayClientCodec in io.scalecube.services.gateway.transport.http
Classes in io.scalecube.services.gateway.transport.http that implement GatewayClientCodec Modifier and Type Class Description classHttpGatewayClientCodecMethods in io.scalecube.services.gateway.transport.http that return GatewayClientCodec Modifier and Type Method Description GatewayClientCodec<io.netty.buffer.ByteBuf>HttpGatewayClient. getCodec()Constructors in io.scalecube.services.gateway.transport.http with parameters of type GatewayClientCodec Constructor Description HttpGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.netty.buffer.ByteBuf> codec)Creates instance of http client transport. -
Uses of GatewayClientCodec in io.scalecube.services.gateway.transport.rsocket
Classes in io.scalecube.services.gateway.transport.rsocket that implement GatewayClientCodec Modifier and Type Class Description classRSocketGatewayClientCodecMethods in io.scalecube.services.gateway.transport.rsocket that return GatewayClientCodec Modifier and Type Method Description GatewayClientCodec<io.rsocket.Payload>RSocketGatewayClient. getCodec()Constructors in io.scalecube.services.gateway.transport.rsocket with parameters of type GatewayClientCodec Constructor Description RSocketGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.rsocket.Payload> codec)Constructor for gateway over rsocket client transport. -
Uses of GatewayClientCodec in io.scalecube.services.gateway.transport.websocket
Classes in io.scalecube.services.gateway.transport.websocket that implement GatewayClientCodec Modifier and Type Class Description classWebsocketGatewayClientCodecMethods in io.scalecube.services.gateway.transport.websocket that return GatewayClientCodec Modifier and Type Method Description GatewayClientCodec<io.netty.buffer.ByteBuf>WebsocketGatewayClient. getCodec()Constructors in io.scalecube.services.gateway.transport.websocket with parameters of type GatewayClientCodec Constructor Description WebsocketGatewayClient(GatewayClientSettings settings, GatewayClientCodec<io.netty.buffer.ByteBuf> codec)Creates instance of websocket client transport.
-