Package io.hyperfoil.api.processor
Class Processor.ActionAdapter
- java.lang.Object
-
- io.hyperfoil.api.processor.Processor.ActionAdapter
-
- All Implemented Interfaces:
Processor,java.io.Serializable
- Enclosing interface:
- Processor
public static class Processor.ActionAdapter extends java.lang.Object implements Processor
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.processor.Processor
Processor.ActionAdapter, Processor.ActionBuilderAdapter, Processor.ActionBuilderConverter, Processor.BaseDelegating, Processor.Builder
-
-
Constructor Summary
Constructors Constructor Description ActionAdapter(Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(Session session, io.netty.buffer.ByteBuf data, int offset, int length, boolean isLastPart)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.hyperfoil.api.processor.Processor
after, before, ensureDefragmented
-
-