Package io.hyperfoil.http.cookie
Class CookieRecorder
- java.lang.Object
-
- io.hyperfoil.http.cookie.CookieRecorder
-
- All Implemented Interfaces:
io.hyperfoil.api.session.ResourceUtilizer,HeaderHandler,java.io.Serializable
public class CookieRecorder extends java.lang.Object implements HeaderHandler, io.hyperfoil.api.session.ResourceUtilizer
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.http.api.HeaderHandler
HeaderHandler.Builder
-
-
Constructor Summary
Constructors Constructor Description CookieRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)voidreserve(io.hyperfoil.api.session.Session session)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.hyperfoil.http.api.HeaderHandler
afterHeaders, beforeHeaders
-
-
-
-
Method Detail
-
handleHeader
public void handleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)
- Specified by:
handleHeaderin interfaceHeaderHandler
-
reserve
public void reserve(io.hyperfoil.api.session.Session session)
- Specified by:
reservein interfaceio.hyperfoil.api.session.ResourceUtilizer
-
-