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.IOException
HttpException
public 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.IOException
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.