Module methanol

Class HttpResponsePublisher<T>

java.lang.Object
com.github.mizosoft.methanol.internal.extensions.HttpResponsePublisher<T>
All Implemented Interfaces:
Flow.Publisher<HttpResponse<T>>

public final class HttpResponsePublisher<T> extends Object implements Flow.Publisher<HttpResponse<T>>
A publisher of responses resulting from sending a given request and optionally accepting incoming push promises, if any.