Package org.eclipse.aether.transport.jdk
Class JdkRFC9457Reporter
java.lang.Object
org.eclipse.aether.spi.connector.transport.http.RFC9457.RFC9457Reporter<HttpURLConnection,HttpTransporterException>
org.eclipse.aether.transport.jdk.JdkRFC9457Reporter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getBody
(HttpURLConnection response) protected String
getReasonPhrase
(HttpURLConnection response) protected int
getStatusCode
(HttpURLConnection response) protected boolean
isRFC9457Message
(HttpURLConnection response) Methods inherited from class org.eclipse.aether.spi.connector.transport.http.RFC9457.RFC9457Reporter
generateException, hasRFC9457ContentType
-
Field Details
-
INSTANCE
-
-
Method Details
-
isRFC9457Message
- Specified by:
isRFC9457Message
in classRFC9457Reporter<HttpURLConnection,
HttpTransporterException>
-
getStatusCode
- Specified by:
getStatusCode
in classRFC9457Reporter<HttpURLConnection,
HttpTransporterException>
-
getReasonPhrase
- Specified by:
getReasonPhrase
in classRFC9457Reporter<HttpURLConnection,
HttpTransporterException>
-
getBody
- Specified by:
getBody
in classRFC9457Reporter<HttpURLConnection,
HttpTransporterException> - Throws:
IOException
-