Package io.hyperfoil.http.steps
Class FormGenerator
- java.lang.Object
-
- io.hyperfoil.http.steps.FormGenerator
-
- All Implemented Interfaces:
io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf>,java.io.Serializable,java.util.function.BiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf>
public class FormGenerator extends java.lang.Object implements io.hyperfoil.function.SerializableBiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormGenerator.BuilderBuild an URL-encoded HTML form body.static classFormGenerator.ContentTypeWriterstatic classFormGenerator.InputBuilderForm element (e.g.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.buffer.ByteBufapply(io.hyperfoil.api.session.Session session, io.hyperfoil.api.connection.Connection connection)
-
-
-
Method Detail
-
apply
public io.netty.buffer.ByteBuf apply(io.hyperfoil.api.session.Session session, io.hyperfoil.api.connection.Connection connection)- Specified by:
applyin interfacejava.util.function.BiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf>
-
-