Interface HttpExchangeHandler

All Superinterfaces:
AutoCloseable, HttpHandler
All Known Implementing Classes:
AbstractHttpExchangeHandler, JobRunrApiHandler, JobRunrSseHandler, JobRunrStaticFileHandler, RedirectHttpHandler, RestHttpHandler, ServerSentEventHandler, StaticFileHttpHandler

public interface HttpExchangeHandler extends HttpHandler, AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

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

    handle
  • Method Details