public class SASLReceiver extends SASLEncryptor implements ExceptionHandlingByteBufferReceiver
| Constructor and Description |
|---|
SASLReceiver(ExceptionHandlingByteBufferReceiver delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
closed() |
void |
exception(Throwable t) |
void |
received(ByteBuffer buf) |
void |
securityLayerEstablished() |
closed, exception, getRecvBuffSize, getSaslClient, getSendBuffSize, isSecurityLayerEstablished, opened, redirectpublic SASLReceiver(ExceptionHandlingByteBufferReceiver delegate)
public void closed()
closed in interface ByteBufferReceiverpublic void exception(Throwable t)
exception in interface ExceptionHandlingByteBufferReceiverpublic void received(ByteBuffer buf)
received in interface ByteBufferReceiverpublic void securityLayerEstablished()
securityLayerEstablished in class SASLEncryptorCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.