Class HttpResponse

java.lang.Object
com.sshtools.common.net.HttpHeader
com.sshtools.common.net.HttpResponse

public class HttpResponse extends HttpHeader
Utility class to process HTTP responses.
Author:
Lee David Painter
  • Constructor Details

  • Method Details

    • process

      public void process(ByteBuffer input) throws IOException
      Throws:
      IOException
    • getVersion

      public String getVersion()
    • getStatus

      public int getStatus()
    • getReason

      public String getReason()
    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • getAuthenticationRealm

      public String getAuthenticationRealm()