Package org.sblim.wbem.http
Class MessageReader
- java.lang.Object
-
- org.sblim.wbem.http.MessageReader
-
public class MessageReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageReader(java.io.InputStream reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.String
getCharacterEncoding()
HttpHeader
getHeader()
java.io.InputStream
getInputStream()
HttpServerMethod
getMethod()
boolean
isChunkSupported()
boolean
isPersistentConnectionSupported()
-
-
-
Constructor Detail
-
MessageReader
public MessageReader(java.io.InputStream reader) throws java.io.IOException, HttpException
- Throws:
java.io.IOException
HttpException
-
-
Method Detail
-
getCharacterEncoding
public java.lang.String getCharacterEncoding()
-
getHeader
public HttpHeader getHeader()
-
getMethod
public HttpServerMethod getMethod()
-
getInputStream
public java.io.InputStream getInputStream()
-
isPersistentConnectionSupported
public boolean isPersistentConnectionSupported()
-
isChunkSupported
public boolean isChunkSupported()
-
close
public void close() throws java.io.IOException
- Throws:
java.io.IOException
-
-