Class IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub>
io.grpc.stub.AbstractFutureStub<IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub>
Arp.System.Security.Services.Grpc.IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub
- Enclosing class:
IAuthenticationServiceGrpc
public static final class IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIAuthenticationServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<IAuthenticationServiceOuterClass.CloseSessionResponse> closeSession(com.google.protobuf.Empty request) com.google.common.util.concurrent.ListenableFuture<IAuthenticationServiceOuterClass.CreateSessionResponse> Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
IAuthenticationServiceFutureStub
private IAuthenticationServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IAuthenticationServiceGrpc.IAuthenticationServiceFutureStub>
-
createSession
public com.google.common.util.concurrent.ListenableFuture<IAuthenticationServiceOuterClass.CreateSessionResponse> createSession(IAuthenticationServiceOuterClass.CreateSessionRequest request) -
closeSession
public com.google.common.util.concurrent.ListenableFuture<IAuthenticationServiceOuterClass.CloseSessionResponse> closeSession(com.google.protobuf.Empty request)
-