Class AuthenticationInterceptor
java.lang.Object
io.deephaven.web.client.api.barrage.stream.AuthenticationInterceptor
- All Implemented Interfaces:
io.grpc.ClientInterceptor
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeauth()<ReqT,RespT>
io.grpc.ClientCall<ReqT, RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next) void
-
Field Details
-
AUTHORIZATION_HEADER
-
SESSION_CREATED
-
-
Constructor Details
-
AuthenticationInterceptor
public AuthenticationInterceptor()
-
-
Method Details
-
login
-
deauth
public void deauth() -
interceptCall
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT, RespT> method, io.grpc.CallOptions callOptions, io.grpc.Channel next) - Specified by:
interceptCallin interfaceio.grpc.ClientInterceptor
-