Class Redirect.GetMethod

  • All Implemented Interfaces:
    io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod>, java.io.Serializable, java.util.function.Function<io.hyperfoil.api.session.Session,​HttpMethod>
    Enclosing class:
    Redirect

    public static class Redirect.GetMethod
    extends java.lang.Object
    implements io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GetMethod​(io.hyperfoil.api.session.ReadAccess coordVar)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpMethod apply​(io.hyperfoil.api.session.Session session)  
      • 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.Function

        andThen, compose
    • Constructor Detail

      • GetMethod

        public GetMethod​(io.hyperfoil.api.session.ReadAccess coordVar)
    • Method Detail

      • apply

        public HttpMethod apply​(io.hyperfoil.api.session.Session session)
        Specified by:
        apply in interface java.util.function.Function<io.hyperfoil.api.session.Session,​HttpMethod>