Class RFC9457Reporter

java.lang.Object
org.eclipse.aether.transport.http.RFC9457.RFC9457Reporter

public class RFC9457Reporter extends Object
  • Field Details

  • Constructor Details

    • RFC9457Reporter

      public RFC9457Reporter()
  • Method Details

    • isRFC9457Message

      public boolean isRFC9457Message(org.apache.http.client.methods.CloseableHttpResponse response)
    • generateException

      public void generateException(org.apache.http.client.methods.CloseableHttpResponse response) throws HttpRFC9457Exception
      Throws:
      HttpRFC9457Exception
    • getBody

      private String getBody(org.apache.http.client.methods.CloseableHttpResponse response) throws IOException
      Throws:
      IOException
    • getStatusCode

      private int getStatusCode(org.apache.http.client.methods.CloseableHttpResponse response)
    • getReasonPhrase

      private String getReasonPhrase(org.apache.http.client.methods.CloseableHttpResponse response)
    • hasRFC9457ContentType

      private boolean hasRFC9457ContentType(String contentType)