org.sblim.wbem.http
public class MessageReader extends java.lang.Object
| Constructor and Description |
|---|
MessageReader(java.io.InputStream reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
getCharacterEncoding() |
HttpHeader |
getHeader() |
java.io.InputStream |
getInputStream() |
HttpServerMethod |
getMethod() |
boolean |
isChunkSupported() |
boolean |
isPersistentConnectionSupported() |
public MessageReader(java.io.InputStream reader)
throws java.io.IOException,
HttpException
java.io.IOExceptionHttpExceptionpublic java.lang.String getCharacterEncoding()
public HttpHeader getHeader()
public HttpServerMethod getMethod()
public java.io.InputStream getInputStream()
public boolean isPersistentConnectionSupported()
public boolean isChunkSupported()
public void close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.