Uses of Interface
io.hyperfoil.http.api.HeaderHandler.Builder
-
Packages that use HeaderHandler.Builder Package Description io.hyperfoil.http.handlers io.hyperfoil.http.steps -
-
Uses of HeaderHandler.Builder in io.hyperfoil.http.handlers
Classes in io.hyperfoil.http.handlers that implement HeaderHandler.Builder Modifier and Type Class Description static classBaseDelegatingHeaderHandler.Builder<S extends BaseDelegatingHeaderHandler.Builder<S>>static classConditionalHeaderHandler.BuilderPasses the headers to nested handler if the condition holds.static classCountHeadersHandler.BuilderStores number of occurences of each header in custom statistics (these can be displayed in CLI using thestats -ccommand).static classFilterHeaderHandler.BuilderCompares if the header name matches expression and invokes a processor with the value.static classLogInvalidHandler.HeaderHandlerBuilderLogs headers from requests marked as invalid.static classRecordHeaderTimeHandler.BuilderRecords alternative metric based on values from a header (e.g.static classRedirect.LocationRecorder.Builderstatic classRedirect.WrappingHeaderHandler.BuilderFields in io.hyperfoil.http.handlers with type parameters of type HeaderHandler.Builder Modifier and Type Field Description protected java.util.List<HeaderHandler.Builder>BaseDelegatingHeaderHandler.Builder. handlersMethods in io.hyperfoil.http.handlers that return types with arguments of type HeaderHandler.Builder Modifier and Type Method Description ServiceLoadedBuilderProvider<HeaderHandler.Builder>BaseDelegatingHeaderHandler.Builder. handler()One or more header handlers that should be invoked.Methods in io.hyperfoil.http.handlers with parameters of type HeaderHandler.Builder Modifier and Type Method Description SBaseDelegatingHeaderHandler.Builder. handler(HeaderHandler.Builder handler)Method parameters in io.hyperfoil.http.handlers with type arguments of type HeaderHandler.Builder Modifier and Type Method Description SBaseDelegatingHeaderHandler.Builder. handlers(java.util.Collection<? extends HeaderHandler.Builder> handlers) -
Uses of HeaderHandler.Builder in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps that return types with arguments of type HeaderHandler.Builder Modifier and Type Method Description ServiceLoadedBuilderProvider<HeaderHandler.Builder>HttpResponseHandlersImpl.Builder. header()Handle HTTP response headers.Methods in io.hyperfoil.http.steps with parameters of type HeaderHandler.Builder Modifier and Type Method Description HttpResponseHandlersImpl.BuilderHttpResponseHandlersImpl.Builder. header(HeaderHandler.Builder builder)
-