public class TLSStreamWriter extends Object
TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers
used by the underlying Channels.| Constructor and Description |
|---|
TLSStreamWriter(TLSWrapper tlsWrapper,
Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream() |
public TLSStreamWriter(TLSWrapper tlsWrapper, Socket socket) throws IOException
IOExceptionpublic OutputStream getOutputStream()
Copyright © 2003–2020 Ignite Realtime. All rights reserved.