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, redirect
public SASLReceiver(ExceptionHandlingByteBufferReceiver delegate)
public void closed()
closed
in interface ByteBufferReceiver
public void exception(Throwable t)
exception
in interface ExceptionHandlingByteBufferReceiver
public void received(ByteBuffer buf)
received
in interface ByteBufferReceiver
public void securityLayerEstablished()
securityLayerEstablished
in class SASLEncryptor
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.