Package org.jivesoftware.openfire.net
Class TLSStreamWriter
- java.lang.Object
-
- org.jivesoftware.openfire.net.TLSStreamWriter
-
public class TLSStreamWriter extends Object
ATLSStreamWriter
that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.- Author:
- Hao Chen
-
-
Constructor Summary
Constructors Constructor Description TLSStreamWriter(TLSWrapper tlsWrapper, Socket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStream
getOutputStream()
-
-
-
Constructor Detail
-
TLSStreamWriter
public TLSStreamWriter(TLSWrapper tlsWrapper, Socket socket) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getOutputStream
public OutputStream getOutputStream()
-
-