Class IAuthenticationServiceGrpc.IAuthenticationServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<IAuthenticationServiceGrpc.IAuthenticationServiceStub>
io.grpc.stub.AbstractAsyncStub<IAuthenticationServiceGrpc.IAuthenticationServiceStub>
Arp.System.Security.Services.Grpc.IAuthenticationServiceGrpc.IAuthenticationServiceStub
- Enclosing class:
IAuthenticationServiceGrpc
public static final class IAuthenticationServiceGrpc.IAuthenticationServiceStub
extends io.grpc.stub.AbstractAsyncStub<IAuthenticationServiceGrpc.IAuthenticationServiceStub>
-
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
ConstructorsModifierConstructorDescriptionprivateIAuthenticationServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcloseSession(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CloseSessionResponse> responseObserver) voidcreateSession(IAuthenticationServiceOuterClass.CreateSessionRequest request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CreateSessionResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
IAuthenticationServiceStub
private IAuthenticationServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected IAuthenticationServiceGrpc.IAuthenticationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IAuthenticationServiceGrpc.IAuthenticationServiceStub>
-
createSession
public void createSession(IAuthenticationServiceOuterClass.CreateSessionRequest request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CreateSessionResponse> responseObserver) -
closeSession
public void closeSession(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<IAuthenticationServiceOuterClass.CloseSessionResponse> responseObserver)
-