Package com.soulfiremc.grpc.generated
Class ProxyCheckServiceGrpc.ProxyCheckServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<ProxyCheckServiceGrpc.ProxyCheckServiceStub>
io.grpc.stub.AbstractAsyncStub<ProxyCheckServiceGrpc.ProxyCheckServiceStub>
com.soulfiremc.grpc.generated.ProxyCheckServiceGrpc.ProxyCheckServiceStub
- Enclosing class:
ProxyCheckServiceGrpc
public static final class ProxyCheckServiceGrpc.ProxyCheckServiceStub
extends io.grpc.stub.AbstractAsyncStub<ProxyCheckServiceGrpc.ProxyCheckServiceStub>
A stub to allow clients to do asynchronous rpc calls to service ProxyCheckService.
-
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>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) void
check
(ProxyCheckRequest request, io.grpc.stub.StreamObserver<ProxyCheckResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ProxyCheckServiceGrpc.ProxyCheckServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ProxyCheckServiceGrpc.ProxyCheckServiceStub>
-
check
public void check(ProxyCheckRequest request, io.grpc.stub.StreamObserver<ProxyCheckResponse> responseObserver)
-