Uses of Class
org.mockserver.netty.InFlightRequest
Packages that use InFlightRequest
-
Uses of InFlightRequest in org.mockserver.netty
Methods in org.mockserver.netty that return InFlightRequestModifier and TypeMethodDescriptionstatic InFlightRequestIncrement the in-flight counter and return a token whosecomplete()will decrement it exactly once. -
Uses of InFlightRequest in org.mockserver.netty.responsewriter
Constructors in org.mockserver.netty.responsewriter with parameters of type InFlightRequestModifierConstructorDescriptionNettyResponseWriter(Configuration configuration, MockServerLogger mockServerLogger, io.netty.channel.ChannelHandlerContext ctx, Scheduler scheduler, InFlightRequest inFlightRequest)