Class RFC9457Reporter
- java.lang.Object
-
- org.eclipse.aether.transport.http.RFC9457.RFC9457Reporter
-
public class RFC9457Reporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RFC9457Reporter
INSTANCE
-
Constructor Summary
Constructors Constructor Description RFC9457Reporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateException(org.apache.http.client.methods.CloseableHttpResponse response)
boolean
isRFC9457Message(org.apache.http.client.methods.CloseableHttpResponse response)
-
-
-
Field Detail
-
INSTANCE
public static final RFC9457Reporter INSTANCE
-
-
Constructor Detail
-
RFC9457Reporter
public RFC9457Reporter()
-
-
Method Detail
-
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
-
-