public class SSLSocketChannelOutput extends Object implements CommunicationsOutput
| Modifier and Type | Field and Description |
|---|---|
private ByteCountingOutputStream |
countingOut |
private OutputStream |
out |
| Constructor and Description |
|---|
SSLSocketChannelOutput(SSLSocketChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesWritten() |
OutputStream |
getOutputStream() |
private final OutputStream out
private final ByteCountingOutputStream countingOut
public SSLSocketChannelOutput(SSLSocketChannel channel)
public OutputStream getOutputStream() throws IOException
getOutputStream in interface CommunicationsOutputIOExceptionpublic long getBytesWritten()
getBytesWritten in interface CommunicationsOutputCopyright © 2015 Apache NiFi (incubating). All rights reserved.