|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
org.objectweb.joram.mom.proxies.tcp.TcpConnectionListener.NetOutputStream
static class TcpConnectionListener.NetOutputStream
Field Summary | |
---|---|
private java.io.OutputStream |
os
|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
TcpConnectionListener.NetOutputStream(java.net.Socket sock)
|
Method Summary | |
---|---|
void |
reset()
|
void |
send()
|
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.io.OutputStream os
Constructor Detail |
---|
TcpConnectionListener.NetOutputStream(java.net.Socket sock) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void reset()
reset
in class java.io.ByteArrayOutputStream
public void send() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |