Uses of Class
software.xdev.mockserver.scheduler.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in software.xdev.mockserver.event
Constructors in software.xdev.mockserver.event with parameters of type SchedulerModifierConstructorDescriptionEventBus(ServerConfiguration configuration, Scheduler scheduler, boolean asynchronousEventProcessing) -
Uses of Scheduler in software.xdev.mockserver.lifecycle
Methods in software.xdev.mockserver.lifecycle that return Scheduler -
Uses of Scheduler in software.xdev.mockserver.mock
Methods in software.xdev.mockserver.mock that return SchedulerConstructors in software.xdev.mockserver.mock with parameters of type SchedulerModifierConstructorDescriptionHttpState(ServerConfiguration configuration, Scheduler scheduler) RequestMatchers(ServerConfiguration configuration, Scheduler scheduler, WebSocketClientRegistry webSocketClientRegistry) -
Uses of Scheduler in software.xdev.mockserver.mock.listeners
Constructors in software.xdev.mockserver.mock.listeners with parameters of type SchedulerModifierConstructorDescriptionMockServerEventLogNotifier(Scheduler scheduler) MockServerMatcherNotifier(Scheduler scheduler) -
Uses of Scheduler in software.xdev.mockserver.netty.proxy
Constructors in software.xdev.mockserver.netty.proxy with parameters of type SchedulerModifierConstructorDescriptionBinaryRequestProxyingHandler(ServerConfiguration configuration, Scheduler scheduler, NettyHttpClient httpClient, EventBus eventBus) -
Uses of Scheduler in software.xdev.mockserver.netty.responsewriter
Constructors in software.xdev.mockserver.netty.responsewriter with parameters of type SchedulerModifierConstructorDescriptionNettyResponseWriter(ServerConfiguration configuration, io.netty.channel.ChannelHandlerContext ctx, Scheduler scheduler)