Uses of Class
io.hyperfoil.api.connection.Request
-
Packages that use Request Package Description io.hyperfoil.api.connection io.hyperfoil.api.processor io.hyperfoil.api.session -
-
Uses of Request in io.hyperfoil.api.connection
Classes in io.hyperfoil.api.connection with type parameters of type Request Modifier and Type Interface Description interfaceResponseHandlers<R extends Request> -
Uses of Request in io.hyperfoil.api.processor
Methods in io.hyperfoil.api.processor with parameters of type Request Modifier and Type Method Description voidRawBytesHandler. onRequest(Request request, io.netty.buffer.ByteBuf buf, int offset, int length)voidRawBytesHandler. onResponse(Request request, io.netty.buffer.ByteBuf buf, int offset, int length, boolean isLastPart) -
Uses of Request in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return Request Modifier and Type Method Description RequestSession. currentRequest()Methods in io.hyperfoil.api.session with parameters of type Request Modifier and Type Method Description voidSession. currentRequest(Request request)
-