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
  • Constructor Details

    • HttpMethod

      public HttpMethod()
  • Method Details

    • 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