Uses of Class
org.mockserver.httpclient.NettyHttpClient
Packages that use NettyHttpClient
Package
Description
-
Uses of NettyHttpClient in org.mockserver.llm.client
Constructors in org.mockserver.llm.client with parameters of type NettyHttpClient -
Uses of NettyHttpClient in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return NettyHttpClientConstructors in org.mockserver.mock.action.http with parameters of type NettyHttpClientModifierConstructorDescriptionHttpForwardActionHandler(MockServerLogger logFormatter, Configuration configuration, NettyHttpClient httpClient) HttpForwardClassCallbackActionHandler(MockServerLogger mockServerLogger, Configuration configuration, NettyHttpClient httpClient) HttpForwardObjectCallbackActionHandler(HttpState httpStateHandler, Configuration configuration, NettyHttpClient httpClient) HttpForwardTemplateActionHandler(MockServerLogger mockServerLogger, Configuration configuration, NettyHttpClient httpClient) HttpForwardValidateActionHandler(MockServerLogger mockServerLogger, Configuration configuration, NettyHttpClient httpClient) HttpForwardWithFallbackActionHandler(MockServerLogger mockServerLogger, Configuration configuration, NettyHttpClient httpClient) HttpOverrideForwardedRequestActionHandler(MockServerLogger logFormatter, Configuration configuration, NettyHttpClient httpClient) -
Uses of NettyHttpClient in org.mockserver.netty.proxy
Constructors in org.mockserver.netty.proxy with parameters of type NettyHttpClientModifierConstructorDescriptionBinaryRequestProxyingHandler(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, NettyHttpClient httpClient, HttpState httpState) -
Uses of NettyHttpClient in org.mockserver.testing.integration.mock
Fields in org.mockserver.testing.integration.mock declared as NettyHttpClientModifier and TypeFieldDescriptionprotected static NettyHttpClientAbstractMockingIntegrationTestBase.httpClient