Class OpenAPIHttpHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class OpenAPIHttpHandler
    extends Object
    implements io.undertow.server.HttpHandler
    HttpHandler for the Open API endpoint.
    Author:
    Michael Edgar, Paul Ferraro
    • Constructor Detail

      • OpenAPIHttpHandler

        public OpenAPIHttpHandler​(org.eclipse.microprofile.openapi.models.OpenAPI model)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws IOException
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        IOException