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