Uses of Interface
com.ocient.transport.SimplexTransport.Ctx
Packages that use SimplexTransport.Ctx
-
Uses of SimplexTransport.Ctx in com.ocient.transport
Fields in com.ocient.transport declared as SimplexTransport.CtxMethods in com.ocient.transport with parameters of type SimplexTransport.CtxModifier and TypeMethodDescriptionCompletionStage<TransportResult<io.netty.buffer.ByteBuf>>JavaNetOcientWireV1Transport.sendAndReceive(io.netty.buffer.ByteBuf request, SimplexTransport.Ctx ctx) CompletionStage<TransportResult<io.netty.buffer.ByteBuf>>NettyOcientWireV1Transport.sendAndReceive(io.netty.buffer.ByteBuf request, SimplexTransport.Ctx ctx) SimplexTransport.sendAndReceive(TREQUEST request, SimplexTransport.Ctx ctx) Sends aSimplexTransportto the server and returns aCompletionStagethat completes with theSimplexTransportfrom the server.JavaNetOcientWireV1Transport.sendNoReceive(io.netty.buffer.ByteBuf request, SimplexTransport.Ctx ctx) NettyOcientWireV1Transport.sendNoReceive(io.netty.buffer.ByteBuf request, SimplexTransport.Ctx ctx) SimplexTransport.sendNoReceive(TREQUEST request, SimplexTransport.Ctx ctx) SendsSimplexTransportto the server.Constructors in com.ocient.transport with parameters of type SimplexTransport.Ctx