org.sblim.wbem.http
Class MessageReader

java.lang.Object
  extended byorg.sblim.wbem.http.MessageReader

public class MessageReader
extends java.lang.Object


Constructor Summary
MessageReader(java.io.InputStream reader)
           
 
Method Summary
 void close()
           
 java.lang.String getCharacterEncoding()
           
 HttpHeader getHeader()
           
 java.io.InputStream getInputStream()
           
 HttpServerMethod getMethod()
           
 boolean isChunkSupported()
           
 boolean isPersistentConnectionSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageReader

public MessageReader(java.io.InputStream reader)
              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


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.