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(org.mockserver.configuration.Configuration configuration, org.mockserver.logging.MockServerLogger mockServerLogger, io.netty.channel.ChannelHandlerContext ctx, org.mockserver.scheduler.Scheduler scheduler, InFlightRequest inFlightRequest)