Connection Manager 3.6.3 Javadoc

org.jivesoftware.multiplexer.net
Class TLSStreamWriter

java.lang.Object
  extended by org.jivesoftware.multiplexer.net.TLSStreamWriter

public class TLSStreamWriter
extends java.lang.Object

A TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.

Author:
Hao Chen

Constructor Summary
TLSStreamWriter(TLSWrapper tlsWrapper, java.net.Socket socket)
           
 
Method Summary
 java.io.OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSStreamWriter

public TLSStreamWriter(TLSWrapper tlsWrapper,
                       java.net.Socket socket)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getOutputStream

public java.io.OutputStream getOutputStream()

Connection Manager 3.6.3 Javadoc

Copyright © 2003-2006 Jive Software.