Class CookieAppender

  • All Implemented Interfaces:
    io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>, java.io.Serializable, java.util.function.BiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>

    public class CookieAppender
    extends java.lang.Object
    implements io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CookieAppender()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(io.hyperfoil.api.session.Session session, HttpRequestWriter writer)  
      • 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.BiConsumer

        andThen
    • Constructor Detail

      • CookieAppender

        public CookieAppender()
    • Method Detail

      • accept

        public void accept​(io.hyperfoil.api.session.Session session,
                           HttpRequestWriter writer)
        Specified by:
        accept in interface java.util.function.BiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>