org.sblim.wbem.http

Class HttpClientMethod


public class HttpClientMethod
extends HttpMethod

HttpClientMethod.java (C) Copyright IBM Corp. 2005, 2009 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE 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 Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php

Constructor Summary

HttpClientMethod(InputStream reader)
HttpClientMethod(String method, String request, int major, int minor)

Method Summary

int
getMajorVersion()
String
getMethodName()
int
getMinorVersion()
String
getResponseMessage()
int
getStatus()
String
toString()
void
write(ASCIIPrintStream dos)

Methods inherited from class org.sblim.wbem.http.HttpMethod

readLine

Constructor Details

HttpClientMethod

public HttpClientMethod(InputStream reader)
            throws IOException

HttpClientMethod

public HttpClientMethod(String method,
                        String request,
                        int major,
                        int minor)

Method Details

getMajorVersion

public int getMajorVersion()

getMethodName

public String getMethodName()

getMinorVersion

public int getMinorVersion()

getResponseMessage

public String getResponseMessage()

getStatus

public int getStatus()

toString

public String toString()

write

public void write(ASCIIPrintStream dos)
            throws IOException

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