public class SASLTransport extends Object implements BytesTransport
Constructor and Description |
---|
SASLTransport() |
Modifier and Type | Method and Description |
---|---|
void |
getNextBytes(BytesProcessor processor) |
void |
inputClosed() |
boolean |
isOpenForInput() |
boolean |
isOpenForOutput() |
void |
outputClosed() |
void |
processBytes(ByteBuffer buf) |
void |
setInputStateChangeListener(StateChangeListener listener) |
void |
setOutputStateChangeListener(StateChangeListener listener) |
public boolean isOpenForInput()
isOpenForInput
in interface BytesTransport
public void inputClosed()
inputClosed
in interface BytesTransport
public void processBytes(ByteBuffer buf)
processBytes
in interface BytesProcessor
processBytes
in interface BytesTransport
public void setInputStateChangeListener(StateChangeListener listener)
setInputStateChangeListener
in interface BytesTransport
public void getNextBytes(BytesProcessor processor)
getNextBytes
in interface BytesTransport
public void outputClosed()
outputClosed
in interface BytesTransport
public boolean isOpenForOutput()
isOpenForOutput
in interface BytesTransport
public void setOutputStateChangeListener(StateChangeListener listener)
setOutputStateChangeListener
in interface BytesTransport
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.