@Deprecated
public class LoggingSessionInputBuffer
extends java.lang.Object
| Constructor and Description |
|---|
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire)
Deprecated.
|
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire,
java.lang.String charset)
Deprecated.
Create an instance that wraps the specified session input buffer.
|
| Modifier and Type | Method and Description |
|---|---|
HttpTransportMetrics |
getMetrics()
Deprecated.
|
boolean |
isDataAvailable(int timeout)
Deprecated.
|
boolean |
isEof()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b)
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
java.lang.String |
readLine()
Deprecated.
|
int |
readLine(CharArrayBuffer buffer)
Deprecated.
|
public LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire,
java.lang.String charset)
in - The session input buffer.wire - The wire log to use.charset - protocol charset, ASCII if nullpublic LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire)
public boolean isDataAvailable(int timeout)
throws java.io.IOException
java.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
java.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionpublic int readLine(CharArrayBuffer buffer)
throws java.io.IOException
java.io.IOExceptionpublic HttpTransportMetrics getMetrics()
public boolean isEof()