Class OpenAPIHttpHandler

java.lang.Object
org.wildfly.extension.microprofile.openapi.deployment.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 Details

    • OpenAPIHttpHandler

      public OpenAPIHttpHandler(io.smallrye.openapi.api.SmallRyeOpenAPI model)
  • Method Details

    • handleRequest

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