Package io.deephaven.flightjs.protocol
Class BrowserFlightServiceGrpc.BrowserFlightServiceImplBase
java.lang.Object
io.deephaven.flightjs.protocol.BrowserFlightServiceGrpc.BrowserFlightServiceImplBase
- All Implemented Interfaces:
BrowserFlightServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BrowserFlightServiceGrpc
public abstract static class BrowserFlightServiceGrpc.BrowserFlightServiceImplBase
extends Object
implements io.grpc.BindableService, BrowserFlightServiceGrpc.AsyncService
Base class for the server implementation of the service BrowserFlightService.
A flight js service is a (non-proper) extension of arrow flight service that augments existing client-streaming (or bidirectional streaming) methods with a pair that can be used to simulate a client stream over unary requests.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.flightjs.protocol.BrowserFlightServiceGrpc.AsyncService
nextDoExchange, nextDoPut, nextHandshake, openDoExchange, openDoPut, openHandshake
-
Constructor Details
-
BrowserFlightServiceImplBase
public BrowserFlightServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-