Uses of Interface
dev.relism.flash.models.HeaderView
Packages that use HeaderView
-
Uses of HeaderView in dev.relism.flash.http
Methods in dev.relism.flash.http with parameters of type HeaderViewModifier and TypeMethodDescriptionstatic booleanHopByHopHeaders.shouldForward(HeaderView source, dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value, HopByHopHeaders.Protocol sourceProtocol, HopByHopHeaders.Protocol targetProtocol) Returns whether a field may be copied to a new downstream connection. -
Uses of HeaderView in dev.relism.flash.http2.message
Classes in dev.relism.flash.http2.message that implement HeaderViewModifier and TypeClassDescriptionfinal classHeader view over stream-owned decoded HPACK storage. -
Uses of HeaderView in dev.relism.flash.models
Classes in dev.relism.flash.models that implement HeaderViewModifier and TypeClassDescriptionenumImmutable empty header collection shared by requests without trailers.classHeaderViewbacked directly byRequestParser's byte buffer — lazy, zero-copy: strings are allocated only whenHttp1HeaderMap.first(java.lang.String)/Http1HeaderMap.all(java.lang.String)/Http1HeaderMap.view(java.lang.String)is called, the raw bytes are never copied at parse time.final classReusable owned-byte header collection for sections parsed outside the request head buffer.Methods in dev.relism.flash.models that return HeaderViewModifier and TypeMethodDescriptionRequestLine.getHeaders()Request.trailers()Returns request trailers after the body has been consumed completely.Methods in dev.relism.flash.models with parameters of type HeaderViewModifier and TypeMethodDescriptionvoidRequestLine.reset(HttpMethod method, dev.relism.fpr.core.ByteView path, dev.relism.fpr.core.ByteView query, dev.relism.fpr.core.ByteView protocol, HeaderView headers) Repositions this instance over a new request.voidRequest.setTrailers(HeaderView trailers) Internal protocol hook that supplies the request's trailer collection.Constructors in dev.relism.flash.models with parameters of type HeaderViewModifierConstructorDescriptionRequestLine(HttpMethod method, dev.relism.fpr.core.ByteView path, dev.relism.fpr.core.ByteView query, dev.relism.fpr.core.ByteView protocol, HeaderView headers)