Class LoginRateLimitingInterceptor

java.lang.Object
com.soulfiremc.server.grpc.LoginRateLimitingInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor

public final class LoginRateLimitingInterceptor extends Object implements io.grpc.ServerInterceptor
  • Constructor Details

    • LoginRateLimitingInterceptor

      public LoginRateLimitingInterceptor()
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> serverCall, io.grpc.Metadata metadata, io.grpc.ServerCallHandler<ReqT,RespT> serverCallHandler)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor