Class ProxyCheckServiceGrpc

java.lang.Object
com.soulfiremc.grpc.generated.ProxyCheckServiceGrpc

public final class ProxyCheckServiceGrpc extends Object
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.