public interface ServerConnection<S extends ServerConnection<S>> extends RemoteConnection, EncryptionContext
| Modifier and Type | Method and Description |
|---|---|
void |
changeHandlerTo(RequestHandler<S> handler) |
void |
disposeSaslServer() |
void |
finalizeSaslSession() |
RequestHandler<S> |
getCurrentHandler() |
SaslServer |
getSaslServer() |
void |
initSaslServer(String mechanismName) |
addSecurityHandlers, blockOnNotWritable, channelClosed, close, createNewRpcListener, getAllocator, getAndRemoveRpcOutcome, getChannel, getName, getRemoteAddress, inEventLoop, isActive, recordRemoteFailuresetAutoReadgetEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimitvoid initSaslServer(String mechanismName) throws IOException
IOExceptionSaslServer getSaslServer()
void finalizeSaslSession()
throws IOException
IOExceptionRequestHandler<S> getCurrentHandler()
void changeHandlerTo(RequestHandler<S> handler)
void disposeSaslServer()
Copyright © 2021 The Apache Software Foundation. All rights reserved.