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
HttpHandlerfor the Open API endpoint.- Author:
- Michael Edgar, Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description OpenAPIHttpHandler(org.eclipse.microprofile.openapi.models.OpenAPI model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws IOException- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
IOException
-
-