public class SocketChannelAttachment extends Object
| Modifier and Type | Field and Description |
|---|---|
private ByteBuffer |
byteBuffer |
private SSLSocketChannel |
sslSocketChannel |
| Constructor and Description |
|---|
SocketChannelAttachment(ByteBuffer byteBuffer,
SSLSocketChannel sslSocketChannel) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getByteBuffer() |
SSLSocketChannel |
getSslSocketChannel() |
private final ByteBuffer byteBuffer
private final SSLSocketChannel sslSocketChannel
public SocketChannelAttachment(ByteBuffer byteBuffer, SSLSocketChannel sslSocketChannel)
public ByteBuffer getByteBuffer()
public SSLSocketChannel getSslSocketChannel()
Copyright © 2019 Apache NiFi Project. All rights reserved.