org.sblim.cimclient.internal.http
Class HttpMethod

java.lang.Object
  extended by org.sblim.cimclient.internal.http.HttpMethod
Direct Known Subclasses:
HttpClientMethod, HttpServerMethod

public abstract class HttpMethod
extends Object

Class HttpMethod provides a method to read a line from a given input stream


Constructor Summary
HttpMethod()
           
 
Method Summary
static String readLine(InputStream pStream)
          Reads a line from a given input stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethod

public HttpMethod()
Method Detail

readLine

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

Parameters:
pStream - The input stream
Returns:
The line
Throws:
IOException


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