org.sblim.cimclient.internal.http
public class MessageReader extends Object
Constructor Summary | |
---|---|
MessageReader(InputStream pStream)
Ctor.
|
Method Summary | |
---|---|
void | close()
Closes the stream
|
String | getCharacterEncoding()
Returns the character encoding
|
HttpHeader | getHeader()
Returns the http header
|
InputStream | getInputStream()
Returns the input stream
|
HttpServerMethod | getMethod()
Returns the http server method
|
boolean | isChunkSupported()
Returns the chunking support state
|
boolean | isPersistentConnectionSupported()
Returns the persistent connection support state
|
Parameters: pStream The input stream
Throws: IOException HttpException
Throws: IOException
Returns: The character encoding
Returns: The http header
Returns: The input stream
Returns: The http server method
Returns: true
if chunking is supported
Returns: true
if persistent connection is supported