@Deprecated
public class LoggingSessionOutputBuffer
extends java.lang.Object
| Constructor and Description |
|---|
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire)
Deprecated.
|
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire,
java.lang.String charset)
Deprecated.
Create an instance that wraps the specified session output buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Deprecated.
|
HttpTransportMetrics |
getMetrics()
Deprecated.
|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
void |
writeLine(CharArrayBuffer buffer)
Deprecated.
|
public LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire,
java.lang.String charset)
out - The session output buffer.wire - The Wire log to use.charset - protocol charset, ASCII if nullpublic LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire)
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
java.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
java.io.IOExceptionpublic void flush()
throws java.io.IOException
java.io.IOExceptionpublic void writeLine(CharArrayBuffer buffer)
throws java.io.IOException
java.io.IOExceptionpublic HttpTransportMetrics getMetrics()