| Constructor and Description | 
|---|
JWTAuthenticationHandler(MockServerLogger mockServerLogger,
                        String jwkSource)  | 
| Constructor and Description | 
|---|
MTLSAuthenticationHandler(MockServerLogger mockServerLogger,
                         X509Certificate[] controlPlaneTLSMutualAuthenticationCAChain)  | 
| Constructor and Description | 
|---|
LRUCache(MockServerLogger mockServerLogger,
        int maxSize,
        long ttlInMillis)  | 
| Constructor and Description | 
|---|
WebSocketClient(io.netty.channel.EventLoopGroup eventLoopGroup,
               String clientId,
               MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
WebSocketClientRegistry(Configuration configuration,
                       MockServerLogger mockServerLogger)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
NottableStringMultiMap.containsAll(MockServerLogger mockServerLogger,
           MatchDifference context,
           NottableStringMultiMap subset)  | 
| Constructor and Description | 
|---|
NottableStringHashMap(MockServerLogger mockServerLogger,
                     boolean controlPlaneMatcher,
                     List<? extends KeyAndValue> entries)  | 
NottableStringHashMap(MockServerLogger mockServerLogger,
                     boolean controlPlaneMatcher,
                     NottableString[]... keyAndValues)  | 
NottableStringMultiMap(MockServerLogger mockServerLogger,
                      boolean controlPlaneMatcher,
                      KeyMatchStyle keyMatchStyle,
                      List<? extends KeyToMultiValue> entries)  | 
NottableStringMultiMap(MockServerLogger mockServerLogger,
                      boolean controlPlaneMatcher,
                      KeyMatchStyle keyMatchStyle,
                      NottableString[]... keyAndValues)  | 
| Constructor and Description | 
|---|
ExampleNettySslContextFactory(Configuration configuration,
                             MockServerLogger mockServerLogger)  | 
ExampleNettySslContextFactory(MockServerLogger mockServerLogger)
Deprecated. 
 
use constructor that specifies configuration explicitly 
 | 
| Constructor and Description | 
|---|
NettyHttpClient(Configuration configuration,
               MockServerLogger mockServerLogger,
               io.netty.channel.EventLoopGroup eventLoopGroup,
               List<ProxyConfiguration> proxyConfigurations,
               boolean forwardProxyClient)  | 
NettyHttpClient(Configuration configuration,
               MockServerLogger mockServerLogger,
               io.netty.channel.EventLoopGroup eventLoopGroup,
               List<ProxyConfiguration> proxyConfigurations,
               boolean forwardProxyClient,
               NettySslContextFactory nettySslContextFactory)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
LifeCycle.mockServerLogger  | 
| Constructor and Description | 
|---|
MockServerEventLog(Configuration configuration,
                  MockServerLogger mockServerLogger,
                  Scheduler scheduler,
                  boolean asynchronousEventProcessing)  | 
| Modifier and Type | Method and Description | 
|---|---|
MockServerLogger | 
MockServerLogger.setHttpStateHandler(HttpState httpStateHandler)  | 
| Constructor and Description | 
|---|
FullHttpRequestToMockServerHttpRequest(Configuration configuration,
                                      MockServerLogger mockServerLogger,
                                      boolean isSecure,
                                      Certificate[] clientCertificates,
                                      Integer port)  | 
FullHttpResponseToMockServerHttpResponse(MockServerLogger mockServerLogger)  | 
HttpServletRequestToMockServerHttpRequestDecoder(Configuration configuration,
                                                MockServerLogger mockServerLogger)  | 
JDKCertificateToMockServerX509Certificate(MockServerLogger mockServerLogger)  | 
MockServerHttpRequestToFullHttpRequest(MockServerLogger mockServerLogger,
                                      Map<ProxyConfiguration.Type,ProxyConfiguration> proxyConfigurations)  | 
MockServerHttpResponseToFullHttpResponse(MockServerLogger mockServerLogger)  | 
MockServerHttpResponseToHttpServletResponseEncoder(MockServerLogger mockServerLogger)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
AbstractHttpRequestMatcher.mockServerLogger  | 
| Modifier and Type | Method and Description | 
|---|---|
MatchDifference | 
MatchDifference.addDifference(MockServerLogger mockServerLogger,
             String messageFormat,
             Object... arguments)  | 
MatchDifference | 
MatchDifference.addDifference(MockServerLogger mockServerLogger,
             Throwable throwable,
             String messageFormat,
             Object... arguments)  | 
boolean | 
RegexStringMatcher.matches(MockServerLogger mockServerLogger,
       MatchDifference context,
       NottableString matcher,
       NottableString matched)  | 
| Constructor and Description | 
|---|
AbstractHttpRequestMatcher(Configuration configuration,
                          MockServerLogger mockServerLogger)  | 
HttpRequestPropertiesMatcher(Configuration configuration,
                            MockServerLogger mockServerLogger)  | 
HttpRequestsPropertiesMatcher(Configuration configuration,
                             MockServerLogger mockServerLogger)  | 
MatcherBuilder(Configuration configuration,
              MockServerLogger mockServerLogger)  | 
RegexStringMatcher(MockServerLogger mockServerLogger,
                  boolean controlPlaneMatcher)  | 
| Modifier and Type | Method and Description | 
|---|---|
MockServerLogger | 
HttpState.getMockServerLogger()  | 
| Constructor and Description | 
|---|
HttpState(Configuration configuration,
         MockServerLogger mockServerLogger,
         Scheduler scheduler)  | 
RequestMatchers(Configuration configuration,
               MockServerLogger mockServerLogger,
               Scheduler scheduler,
               WebSocketClientRegistry webSocketClientRegistry)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
HttpForwardAction.mockServerLogger  | 
| Constructor and Description | 
|---|
HttpForwardActionHandler(MockServerLogger logFormatter,
                        NettyHttpClient httpClient)  | 
HttpForwardClassCallbackActionHandler(MockServerLogger mockServerLogger,
                                     NettyHttpClient httpClient)  | 
HttpForwardTemplateActionHandler(MockServerLogger mockServerLogger,
                                NettyHttpClient httpClient)  | 
HttpOverrideForwardedRequestActionHandler(MockServerLogger logFormatter,
                                         NettyHttpClient httpClient)  | 
HttpResponseClassCallbackActionHandler(MockServerLogger mockServerLogger)  | 
HttpResponseTemplateActionHandler(MockServerLogger mockServerLogger)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
NottableSchemaString.matches(MockServerLogger mockServerLogger,
       MatchDifference context,
       String json)  | 
| Constructor and Description | 
|---|
BinaryHandler(Configuration configuration,
             MockServerLogger mockServerLogger,
             Scheduler scheduler,
             NettyHttpClient httpClient)  | 
| Constructor and Description | 
|---|
HttpConnectHandler(Configuration configuration,
                  LifeCycle server,
                  MockServerLogger mockServerLogger,
                  String host,
                  int port)  | 
| Constructor and Description | 
|---|
DownstreamProxyRelayHandler(MockServerLogger mockServerLogger,
                           io.netty.channel.Channel upstreamChannel)  | 
RelayConnectHandler(Configuration configuration,
                   LifeCycle server,
                   MockServerLogger mockServerLogger,
                   String host,
                   int port)  | 
UpstreamProxyRelayHandler(MockServerLogger mockServerLogger,
                         io.netty.channel.Channel upstreamChannel,
                         io.netty.channel.Channel downstreamChannel)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
SocksProxyHandler.mockServerLogger  | 
| Constructor and Description | 
|---|
Socks4ConnectHandler(Configuration configuration,
                    MockServerLogger mockServerLogger,
                    LifeCycle server,
                    String host,
                    int port)  | 
Socks4ProxyHandler(Configuration configuration,
                  MockServerLogger mockServerLogger,
                  LifeCycle server)  | 
Socks5ConnectHandler(Configuration configuration,
                    MockServerLogger mockServerLogger,
                    LifeCycle server,
                    String host,
                    int port)  | 
Socks5ProxyHandler(Configuration configuration,
                  MockServerLogger mockServerLogger,
                  LifeCycle server)  | 
SocksConnectHandler(Configuration configuration,
                   MockServerLogger mockServerLogger,
                   LifeCycle server,
                   String host,
                   int port)  | 
SocksProxyHandler(Configuration configuration,
                 MockServerLogger mockServerLogger,
                 LifeCycle server)  | 
| Constructor and Description | 
|---|
NettyResponseWriter(Configuration configuration,
                   MockServerLogger mockServerLogger,
                   io.netty.channel.ChannelHandlerContext ctx,
                   Scheduler scheduler)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
PortUnificationHandler.mockServerLogger  | 
| Modifier and Type | Method and Description | 
|---|---|
static io.swagger.v3.oas.models.OpenAPI | 
OpenAPIParser.buildOpenAPI(String specUrlOrPayload,
            MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
OpenAPIConverter(MockServerLogger mockServerLogger)  | 
OpenAPISerialiser(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
ExpectationFileSystemPersistence(Configuration configuration,
                                MockServerLogger mockServerLogger,
                                RequestMatchers requestMatchers)  | 
ExpectationFileWatcher(Configuration configuration,
                      MockServerLogger mockServerLogger,
                      RequestMatchers requestMatchers,
                      ExpectationInitializerLoader expectationInitializerLoader)  | 
FileWatcher(Path filePath,
           Runnable updatedHandler,
           Consumer<Throwable> errorHandler,
           MockServerLogger mockServerLogger)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MockServerLogger | 
ResponseWriter.mockServerLogger  | 
| Constructor and Description | 
|---|
ResponseWriter(Configuration configuration,
              MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
Scheduler(Configuration configuration,
         MockServerLogger mockServerLogger)  | 
Scheduler(Configuration configuration,
         MockServerLogger mockServerLogger,
         boolean synchronous)  | 
| Constructor and Description | 
|---|
HttpRequestToCurlSerializer(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
ExpectationInitializerLoader(Configuration configuration,
                            MockServerLogger mockServerLogger,
                            RequestMatchers requestMatchers)  | 
| Constructor and Description | 
|---|
ServletResponseWriter(Configuration configuration,
                     MockServerLogger mockServerLogger,
                     javax.servlet.http.HttpServletResponse httpServletResponse)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Function<MockServerLogger,KeyAndCertificateFactory> | 
KeyAndCertificateFactoryFactory.getCustomKeyAndCertificateFactorySupplier()  | 
| Modifier and Type | Method and Description | 
|---|---|
static KeyAndCertificateFactory | 
KeyAndCertificateFactoryFactory.createKeyAndCertificateFactory(Configuration configuration,
                              MockServerLogger mockServerLogger)  | 
static Certificate[] | 
SniHandler.retrieveClientCertificates(MockServerLogger mockServerLogger,
                          io.netty.channel.ChannelHandlerContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
KeyAndCertificateFactoryFactory.setCustomKeyAndCertificateFactorySupplier(Function<MockServerLogger,KeyAndCertificateFactory> customKeyAndCertificateFactorySupplier)  | 
| Constructor and Description | 
|---|
KeyStoreFactory(Configuration configuration,
               MockServerLogger mockServerLogger)  | 
KeyStoreFactory(MockServerLogger mockServerLogger)
Deprecated. 
 
use constructor that specifies configuration explicitly 
 | 
NettySslContextFactory(Configuration configuration,
                      MockServerLogger mockServerLogger)  | 
NettySslContextFactory(MockServerLogger mockServerLogger)
Deprecated. 
 
use constructor that specifies configuration explicitly 
 | 
| Constructor and Description | 
|---|
BCKeyAndCertificateFactory(Configuration configuration,
                          MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
IOStreamUtils(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
JavaScriptTemplateEngine(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
MustacheTemplateEngine(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
HttpTemplateOutputDeserializer(MockServerLogger mockServerLogger)  | 
| Constructor and Description | 
|---|
VelocityTemplateEngine(MockServerLogger mockServerLogger)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static MockServerLogger | 
AbstractMockingIntegrationTestBase.MOCK_SERVER_LOGGER  | 
| Constructor and Description | 
|---|
JsonSchemaValidator(MockServerLogger mockServerLogger,
                   Class<?> type,
                   String routePath,
                   String mainSchemeFile,
                   String... referenceFiles)  | 
JsonSchemaValidator(MockServerLogger mockServerLogger,
                   String schema)  | 
JsonSchemaValidator(MockServerLogger mockServerLogger,
                   String schema,
                   com.fasterxml.jackson.databind.JsonNode schemaJsonNode)  | 
| Constructor and Description | 
|---|
XmlSchemaValidator(MockServerLogger mockServerLogger,
                  String schema)  | 
Copyright © 2022. All rights reserved.