Class HttpMethod
- java.lang.Object
-
- org.sblim.cimclient.internal.http.HttpMethod
-
- Direct Known Subclasses:
HttpClientMethod
,HttpServerMethod
public abstract class HttpMethod extends java.lang.Object
Class HttpMethod provides a method to read a line from a given input stream
-
-
Constructor Summary
Constructors Constructor Description HttpMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
readLine(java.io.InputStream pStream)
Reads a line from a given input stream
-