Uses of Interface
io.hyperfoil.api.session.Session
Packages that use Session
Package
Description
-
Uses of Session in io.hyperfoil.api.config
Methods in io.hyperfoil.api.config with parameters of type SessionModifier and TypeMethodDescriptionScenario.createVars(Session session) booleanThis method should have no side-effect if it returns false.booleanvoid -
Uses of Session in io.hyperfoil.api.connection
Fields in io.hyperfoil.api.connection declared as SessionConstructors in io.hyperfoil.api.connection with parameters of type Session -
Uses of Session in io.hyperfoil.api.processor
Methods in io.hyperfoil.api.processor with parameters of type SessionModifier and TypeMethodDescriptiondefault voidInvoked after we record the last value from given response.voiddefault voidvoidvoidvoiddefault voidInvoked before we record first value from given response.voiddefault voidvoidvoidProcessor.ActionAdapter.process(Session session, io.netty.buffer.ByteBuf data, int offset, int length, boolean isLastPart) voidProcessor.process(Session session, io.netty.buffer.ByteBuf data, int offset, int length, boolean isLastPart) voidTransformer.ProcessorAdapter.transform(Session session, io.netty.buffer.ByteBuf input, int offset, int length, boolean isLastFragment, io.netty.buffer.ByteBuf output) voidTransformer.transform(Session session, io.netty.buffer.ByteBuf in, int offset, int length, boolean lastFragment, io.netty.buffer.ByteBuf out) -
Uses of Session in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session with parameters of type SessionModifier and TypeMethodDescriptionMake variable set without changing its (pre-allocated) value.intvoidSequenceInstance.breakSequence(Session session) WriteAccess.createVar(Session session, Session.Var existing) voidintdefault intbooleanvoidPhaseInstance.notifyFinished(Session session) default ObjectSession.Var.objectValue(Session session) default voidSession.Resource.onSessionReset(Session session) booleanvoidAgentData.pull(Session session, String name, ObjectAccess access) voidvoidstatic voidResourceUtilizer.reserveForTesting(Session session, Object o) voidvoidvoidvoidvoidMethod parameters in io.hyperfoil.api.session with type arguments of type SessionModifier and TypeMethodDescriptionvoidPhaseInstance.setComponents(ElasticPool<Session> sessionPool, List<Session> sessionList, PhaseChangeHandler phaseChangeHandler) voidPhaseInstance.setComponents(ElasticPool<Session> sessionPool, List<Session> sessionList, PhaseChangeHandler phaseChangeHandler)