Package io.servicetalk.http.api
Interface StreamingHttpRequestResponseFactory
-
- All Superinterfaces:
StreamingHttpRequestFactory
,StreamingHttpResponseFactory
- All Known Implementing Classes:
DefaultStreamingHttpRequestResponseFactory
public interface StreamingHttpRequestResponseFactory extends StreamingHttpRequestFactory, StreamingHttpResponseFactory
A combination ofStreamingHttpRequestFactory
andStreamingHttpResponseFactory
.
-
-
Method Summary
-
Methods inherited from interface io.servicetalk.http.api.StreamingHttpRequestFactory
connect, delete, get, head, newRequest, options, patch, post, put, trace
-
Methods inherited from interface io.servicetalk.http.api.StreamingHttpResponseFactory
accepted, alreadyReported, badGateway, badRequest, conflict, continueResponse, created, earlyHints, expectationFailed, failedDependency, forbidden, found, gatewayTimeout, gone, httpVersionNotSupported, imUsed, insufficientStorage, internalServerError, lengthRequired, locked, loopDetected, methodNotAllowed, misdirectedRequest, movedPermanently, multipleChoices, multiStatus, networkAuthenticationRequired, newResponse, noContent, nonAuthoritativeInformation, notAcceptable, notExtended, notFound, notImplemented, notModified, ok, partialContent, payloadTooLarge, paymentRequired, permanentRedirect, preconditionFailed, preconditionRequired, processing, proxyAuthenticationRequired, rangeNotSatisfiable, requestHeaderFieldsTooLarge, requestTimeout, resetContent, seeOther, serviceUnavailable, switchingProtocols, temporaryRedirect, tooEarly, tooManyRequests, unauthorized, unavailableForLegalReasons, unprocessableEntity, unsupportedMediaType, upgradeRequired, uriTooLong, useProxy, variantAlsoNegotiates
-
-