org.sblim.cimclient.internal.http
Class HttpMethod
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpMethod
public HttpMethod()
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, 2009 IBM Corporation. All Rights Reserved.