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, setUserDnpublic SSLSocketChannelCommunicationsSession(SSLSocketChannel channel)
public SSLSocketChannelInput getInput()
public SSLSocketChannelOutput getOutput()
public void setTimeout(int millis)
throws java.io.IOException
java.io.IOExceptionpublic int getTimeout()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic boolean isClosed()
true if the connection is closed, false
otherwisepublic boolean isDataAvailable()
public long getBytesWritten()
public long getBytesRead()
public void interrupt()
CommunicationsSessionpublic java.lang.String toString()
toString in class java.lang.Object