Class RFC9457Reporter
java.lang.Object
org.eclipse.aether.transport.http.RFC9457.RFC9457Reporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateException(org.apache.http.client.methods.CloseableHttpResponse response) private StringgetBody(org.apache.http.client.methods.CloseableHttpResponse response) private StringgetReasonPhrase(org.apache.http.client.methods.CloseableHttpResponse response) private intgetStatusCode(org.apache.http.client.methods.CloseableHttpResponse response) private booleanhasRFC9457ContentType(String contentType) booleanisRFC9457Message(org.apache.http.client.methods.CloseableHttpResponse response)
-
Field Details
-
INSTANCE
-
-
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
-
hasRFC9457ContentType
-