Package io.hyperfoil.http.handlers
Class LogInvalidHandler
- java.lang.Object
-
- io.hyperfoil.http.handlers.LogInvalidHandler
-
- All Implemented Interfaces:
io.hyperfoil.api.processor.Processor,HeaderHandler,java.io.Serializable
public class LogInvalidHandler extends java.lang.Object implements io.hyperfoil.api.processor.Processor, HeaderHandler
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogInvalidHandler.BodyHandlerBuilderLogs body chunks from requests marked as invalid.static classLogInvalidHandler.HeaderHandlerBuilderLogs headers from requests marked as invalid.-
Nested classes/interfaces inherited from interface io.hyperfoil.http.api.HeaderHandler
HeaderHandler.Builder
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.processor.Processor
io.hyperfoil.api.processor.Processor.ActionAdapter, io.hyperfoil.api.processor.Processor.ActionBuilderAdapter, io.hyperfoil.api.processor.Processor.ActionBuilderConverter, io.hyperfoil.api.processor.Processor.BaseDelegating, io.hyperfoil.api.processor.Processor.Builder
-
-
Constructor Summary
Constructors Constructor Description LogInvalidHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)voidprocess(io.hyperfoil.api.session.Session session, io.netty.buffer.ByteBuf data, int offset, int length, boolean isLast)-
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
-
process
public void process(io.hyperfoil.api.session.Session session, io.netty.buffer.ByteBuf data, int offset, int length, boolean isLast)- Specified by:
processin interfaceio.hyperfoil.api.processor.Processor
-
handleHeader
public void handleHeader(HttpRequest request, java.lang.CharSequence header, java.lang.CharSequence value)
- Specified by:
handleHeaderin interfaceHeaderHandler
-
-