Interface ESMockAPIBasedRepositoryIntegTestCase.DelegatingHttpHandler

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

public static interface ESMockAPIBasedRepositoryIntegTestCase.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()