Uses of Interface
io.hyperfoil.http.api.HeaderHandler
-
Packages that use HeaderHandler Package Description io.hyperfoil.http.api io.hyperfoil.http.cookie io.hyperfoil.http.handlers io.hyperfoil.http.steps -
-
Uses of HeaderHandler in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return HeaderHandler Modifier and Type Method Description HeaderHandlerHeaderHandler.Builder. build() -
Uses of HeaderHandler in io.hyperfoil.http.cookie
Classes in io.hyperfoil.http.cookie that implement HeaderHandler Modifier and Type Class Description classCookieRecorder -
Uses of HeaderHandler in io.hyperfoil.http.handlers
Classes in io.hyperfoil.http.handlers that implement HeaderHandler Modifier and Type Class Description classBaseDelegatingHeaderHandlerclassConditionalHeaderHandlerclassCountHeadersHandlerclassFilterHeaderHandlerclassLogInvalidHandlerclassRecordHeaderTimeHandlerstatic classRedirect.LocationRecorderstatic classRedirect.WrappingHeaderHandlerFields in io.hyperfoil.http.handlers declared as HeaderHandler Modifier and Type Field Description protected HeaderHandler[]BaseDelegatingHeaderHandler. handlersMethods in io.hyperfoil.http.handlers that return HeaderHandler Modifier and Type Method Description protected HeaderHandler[]BaseDelegatingHeaderHandler.Builder. buildHandlers()Constructors in io.hyperfoil.http.handlers with parameters of type HeaderHandler Constructor Description BaseDelegatingHeaderHandler(HeaderHandler[] handlers)ConditionalHeaderHandler(Condition condition, HeaderHandler[] handlers)WrappingHeaderHandler(HeaderHandler[] handlers, io.hyperfoil.api.session.ReadAccess coordsVar) -
Uses of HeaderHandler in io.hyperfoil.http.steps
Methods in io.hyperfoil.http.steps with parameters of type HeaderHandler Modifier and Type Method Description HttpResponseHandlersImpl.BuilderHttpResponseHandlersImpl.Builder. header(HeaderHandler handler)
-