public class SSLSocketChannelResponder extends SocketChannelResponder
| Modifier and Type | Field and Description |
|---|---|
private SSLSocketChannel |
sslSocketChannel |
responses, socketChannel| Constructor and Description |
|---|
SSLSocketChannelResponder(SocketChannel socketChannel,
SSLSocketChannel sslSocketChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
respond()
Writes the responses to the underlying channel.
|
addResponse, getChannel, getResponsesprivate SSLSocketChannel sslSocketChannel
public SSLSocketChannelResponder(SocketChannel socketChannel, SSLSocketChannel sslSocketChannel)
public void respond()
throws IOException
ChannelResponderrespond in interface ChannelResponder<SocketChannel>respond in class SocketChannelResponderIOExceptionCopyright © 2019 Apache NiFi Project. All rights reserved.