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