Class ProxyCheckServiceGrpc.ProxyCheckServiceImplBase

java.lang.Object
com.soulfiremc.grpc.generated.ProxyCheckServiceGrpc.ProxyCheckServiceImplBase
All Implemented Interfaces:
ProxyCheckServiceGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
ProxyCheckServiceImpl
Enclosing class:
ProxyCheckServiceGrpc

public abstract static class ProxyCheckServiceGrpc.ProxyCheckServiceImplBase extends Object implements io.grpc.BindableService, ProxyCheckServiceGrpc.AsyncService
Base class for the server implementation of the service ProxyCheckService.
Service for validating proxy servers by testing their ability to connect
to Minecraft servers. This is useful for filtering out dead or slow proxies
before using them for bot connections.
The service tests proxies by attempting to establish a Minecraft protocol
connection through each proxy to a configurable target server and waiting
for a status response packet. Results include whether the proxy works and
its latency.
  • Constructor Details

    • ProxyCheckServiceImplBase

      public ProxyCheckServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService