public class SSLSocketChannelCommunicationsSession extends AbstractCommunicationsSession
MAGIC_BYTES
Constructor and Description |
---|
SSLSocketChannelCommunicationsSession(SSLSocketChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getBytesRead() |
long |
getBytesWritten() |
SSLSocketChannelInput |
getInput() |
SSLSocketChannelOutput |
getOutput() |
int |
getTimeout() |
void |
interrupt()
Asynchronously interrupts this FlowFileCodec.
|
boolean |
isClosed() |
boolean |
isDataAvailable() |
void |
setTimeout(int millis) |
java.lang.String |
toString() |
createTransitUri, getUserDn, setUserDn
public SSLSocketChannelCommunicationsSession(SSLSocketChannel channel)
public SSLSocketChannelInput getInput()
public SSLSocketChannelOutput getOutput()
public void setTimeout(int millis) throws java.io.IOException
java.io.IOException
public int getTimeout() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public boolean isClosed()
true
if the connection is closed, false
otherwisepublic boolean isDataAvailable()
public long getBytesWritten()
public long getBytesRead()
public void interrupt()
CommunicationsSession
public java.lang.String toString()
toString
in class java.lang.Object