|
Connection Manager 3.5.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.multiplexer.net.TLSStreamWriter
public class TLSStreamWriter
A TLSStreamWriter
that returns a special OutputStream that hides the ByteBuffers
used by the underlying Channels.
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 |
---|
public TLSStreamWriter(TLSWrapper tlsWrapper, java.net.Socket socket) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.io.OutputStream getOutputStream()
|
Connection Manager 3.5.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |