Uses of Class
org.mockserver.mock.action.http.HttpActionHandler
Packages that use HttpActionHandler
Package
Description
-
Uses of HttpActionHandler in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpActionHandlerModifier and TypeMethodDescriptionvoidHttpForwardObjectCallbackActionHandler.handle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor) voidHttpResponseObjectCallbackActionHandler.handle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor) -
Uses of HttpActionHandler in org.mockserver.netty
Methods in org.mockserver.netty that return HttpActionHandlerConstructors in org.mockserver.netty with parameters of type HttpActionHandlerModifierConstructorDescriptionHttpRequestHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler httpActionHandler) MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory) -
Uses of HttpActionHandler in org.mockserver.netty.grpc
Constructors in org.mockserver.netty.grpc with parameters of type HttpActionHandlerModifierConstructorDescriptionGrpcMultiplexChildInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, MockServerLogger mockServerLogger, McpSessionManager mcpSessionManager, boolean sslEnabled, Certificate[] clientCertificates) -
Uses of HttpActionHandler in org.mockserver.netty.http3
Constructors in org.mockserver.netty.http3 with parameters of type HttpActionHandlerModifierConstructorDescriptionHttp3MockServerHandler(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, Metrics metrics) Http3MockServerHandler(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, Metrics metrics, McpRequestProcessor mcpRequestProcessor) Http3Server(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler) Create an HTTP/3 server wired into MockServer's request pipeline (no MCP).Http3Server(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, LifeCycle server, McpSessionManager mcpSessionManager) Create an HTTP/3 server wired into MockServer's request pipeline, with MCP support. -
Uses of HttpActionHandler in org.mockserver.netty.unification
Constructors in org.mockserver.netty.unification with parameters of type HttpActionHandlerModifierConstructorDescriptionEarlyMatchingHandler(Configuration configuration, HttpState httpState, HttpActionHandler actionHandler, boolean isSecure) PortUnificationHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory, McpSessionManager mcpSessionManager)