org.sblim.cimclient.internal.http

Class HttpMethod

public abstract class HttpMethod extends Object

Class HttpMethod provides a method to read a line from a given input stream
Method Summary
static StringreadLine(InputStream pStream)
Reads a line from a given input stream

Method Detail

readLine

public static String readLine(InputStream pStream)
Reads a line from a given input stream

Parameters: pStream The input stream

Returns: The line

Throws: IOException

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