Class MLSClientGrpc.MLSClientImplBase
java.lang.Object
mls_client.MLSClientGrpc.MLSClientImplBase
- All Implemented Interfaces:
io.grpc.BindableService, MLSClientGrpc.AsyncService
- Direct Known Subclasses:
MLSClientImpl
- Enclosing class:
MLSClientGrpc
public abstract static class MLSClientGrpc.MLSClientImplBase
extends Object
implements io.grpc.BindableService, MLSClientGrpc.AsyncService
Base class for the server implementation of the service MLSClient.
A wrapper around an MLS client implementation
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MLSClientGrpc.AsyncService
addExternalSigner, addProposal, commit, createBranch, createExternalSigner, createGroup, createKeyPackage, export, externalJoin, externalPSKProposal, externalSignerProposal, free, groupContextExtensionsProposal, groupInfo, handleBranch, handleCommit, handlePendingCommit, handlePendingReInitCommit, handleReInitCommit, handleReInitWelcome, joinGroup, name, newMemberAddProposal, protect, reInitCommit, reInitProposal, reInitWelcome, removeProposal, resumptionPSKProposal, stateAuth, storePSK, supportedCiphersuites, unprotect, updateProposal
-
Constructor Details
-
MLSClientImplBase
public MLSClientImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-