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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • HttpMethod

      public HttpMethod()
  • Method Details

    • readLine

      public static java.lang.String readLine(java.io.InputStream pStream) throws java.io.IOException
      Reads a line from a given input stream
      Parameters:
      pStream - The input stream
      Returns:
      The line
      Throws:
      java.io.IOException