org.sblim.wbem.http

Class MessageReader


public class MessageReader
extends java.lang.Object

MessageReader.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Constructor Summary

MessageReader(InputStream reader)

Method Summary

void
close()
String
getCharacterEncoding()
HttpHeader
getHeader()
InputStream
getInputStream()
HttpServerMethod
getMethod()
boolean
isChunkSupported()
boolean
isPersistentConnectionSupported()

Constructor Details

MessageReader

public MessageReader(InputStream reader)
            throws IOException,
                   HttpException

Method Details

close

public void close()
            throws IOException

getCharacterEncoding

public String getCharacterEncoding()

getHeader

public HttpHeader getHeader()

getInputStream

public InputStream getInputStream()

getMethod

public HttpServerMethod getMethod()

isChunkSupported

public boolean isChunkSupported()

isPersistentConnectionSupported

public boolean isPersistentConnectionSupported()

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