Uses of Interface
org.eclipse.aether.spi.connector.transport.http.RFC9457.BiConsumerChecked
Packages that use BiConsumerChecked
Package
Description
SPI classes for RFC 9457 support.
-
Uses of BiConsumerChecked in org.eclipse.aether.spi.connector.transport.http.RFC9457
Methods in org.eclipse.aether.spi.connector.transport.http.RFC9457 with parameters of type BiConsumerCheckedModifier and TypeMethodDescriptionvoid
RFC9457Reporter.generateException
(T response, BiConsumerChecked<Integer, String, E> baseException) Generates aHttpRFC9457Exception
if the response type is a RFC 9457 message.