Class HttpMethod
java.lang.Object
org.sblim.cimclient.internal.http.HttpMethod
- Direct Known Subclasses:
HttpClientMethod
,HttpServerMethod
Class HttpMethod provides a method to read a line from a given input stream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
readLine
(InputStream pStream) Reads a line from a given input stream
-
Constructor Details
-
HttpMethod
public HttpMethod()
-
-
Method Details
-
readLine
Reads a line from a given input stream- Parameters:
pStream
- The input stream- Returns:
- The line
- Throws:
IOException
-