Interface OpenSearchMockAPIBasedRepositoryIntegTestCase.DelegatingHttpHandler

All Superinterfaces:
com.sun.net.httpserver.HttpHandler
All Known Implementing Classes:
OpenSearchMockAPIBasedRepositoryIntegTestCase.ErroneousHttpHandler, OpenSearchMockAPIBasedRepositoryIntegTestCase.HttpStatsCollectorHandler
Enclosing class:
OpenSearchMockAPIBasedRepositoryIntegTestCase

public static interface OpenSearchMockAPIBasedRepositoryIntegTestCase.DelegatingHttpHandler
extends com.sun.net.httpserver.HttpHandler
  • Method Summary

    Modifier and Type Method Description
    com.sun.net.httpserver.HttpHandler getDelegate()  

    Methods inherited from interface com.sun.net.httpserver.HttpHandler

    handle
  • Method Details

    • getDelegate

      com.sun.net.httpserver.HttpHandler getDelegate()