Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.buffer.ByteBuf apply​(io.hyperfoil.api.session.Session session, io.hyperfoil.api.connection.Connection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Method Detail

      • apply

        public io.netty.buffer.ByteBuf apply​(io.hyperfoil.api.session.Session session,
                                             io.hyperfoil.api.connection.Connection connection)
        Specified by:
        apply in interface java.util.function.BiFunction<io.hyperfoil.api.session.Session,​io.hyperfoil.api.connection.Connection,​io.netty.buffer.ByteBuf>