|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.http.HttpMethod
public abstract class HttpMethod
Class HttpMethod provides a method to read a line from a given input stream
Constructor Summary | |
---|---|
HttpMethod()
|
Method Summary | |
---|---|
static java.lang.String |
readLine(java.io.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 |
---|
public HttpMethod()
Method Detail |
---|
public static java.lang.String readLine(java.io.InputStream pStream) throws java.io.IOException
pStream
- The input stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |