wt.wrmf.transport.httptransport
Class ReconnectedHTTPResp.ReconnectedOS
java.lang.Object
java.io.OutputStream
wt.wrmf.transport.httptransport.ReconnectedHTTPResp.ReconnectedOS
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ReconnectedHTTPResp
- private class ReconnectedHTTPResp.ReconnectedOS
- extends OutputStream
- implements Serializable
Method Summary |
void |
flush()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int ch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
os
private OutputStream os
ReconnectedHTTPResp.ReconnectedOS
public ReconnectedHTTPResp.ReconnectedOS(OutputStream os)
ReconnectedHTTPResp.ReconnectedOS
public ReconnectedHTTPResp.ReconnectedOS(OutputStream os,
long position)
write
public void write(int ch)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException