Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.net
Class TLSStreamReader

java.lang.Object
  extended by org.jivesoftware.openfire.net.TLSStreamReader

public class TLSStreamReader
extends Object

A TLSStreamReader that returns a special InputStream that hides the ByteBuffers used by the underlying Channels.

Author:
Hao Chen

Constructor Summary
TLSStreamReader(TLSWrapper tlsWrapper, Socket socket)
           
 
Method Summary
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSStreamReader

public TLSStreamReader(TLSWrapper tlsWrapper,
                       Socket socket)
                throws IOException
Throws:
IOException
Method Detail

getInputStream

public InputStream getInputStream()

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.