Class CorsHttpHandler
- java.lang.Object
-
- org.jboss.as.domain.http.server.cors.CorsHttpHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class CorsHttpHandler extends Object implements io.undertow.server.HttpHandler
Undertow handler for CORS headers.- Author:
- Emmanuel Hugonnet (c) 2014 Red Hat, inc.
-
-
Constructor Summary
Constructors Constructor Description CorsHttpHandler(io.undertow.server.HttpHandler next, Collection<String> allowedOrigins)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Constructor Detail
-
CorsHttpHandler
public CorsHttpHandler(io.undertow.server.HttpHandler next, Collection<String> allowedOrigins)
-
-