Package com.soulfiremc.grpc.generated
Class ClientServiceGrpc.ClientServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.ClientServiceGrpc.ClientServiceImplBase
- All Implemented Interfaces:
ClientServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ClientServiceImpl
- Enclosing class:
ClientServiceGrpc
public abstract static class ClientServiceGrpc.ClientServiceImplBase
extends Object
implements io.grpc.BindableService, ClientServiceGrpc.AsyncService
Base class for the server implementation of the service ClientService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.grpc.generated.ClientServiceGrpc.AsyncService
generateAPIToken, generateWebDAVToken, getClientData, invalidateSelfSessions, updateSelfEmail, updateSelfUsername
-
Constructor Details
-
ClientServiceImplBase
public ClientServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-