public class AdminServerHandler extends Object
| Constructor and Description |
|---|
AdminServerHandler(AdminServerContext adminServerContext)
Constructor with admin server context.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.sasl.SaslWrapper |
getSaslServerWrapper() |
ByteBuffer |
handleMessage(ByteBuffer receivedMessage,
InetAddress remoteAddress)
Process the client request message.
|
void |
setSaslServerWrapper(org.xnio.sasl.SaslWrapper saslServerWrapper) |
public AdminServerHandler(AdminServerContext adminServerContext)
adminServerContext - admin admin server contextpublic void setSaslServerWrapper(org.xnio.sasl.SaslWrapper saslServerWrapper)
public org.xnio.sasl.SaslWrapper getSaslServerWrapper()
public ByteBuffer handleMessage(ByteBuffer receivedMessage, InetAddress remoteAddress) throws KrbException, IOException
receivedMessage - The client request messageremoteAddress - Address from remote sideKrbException - eIOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.