public class CorsData extends Object
| Constructor and Description |
|---|
CorsData() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
getAllowMethods() |
Iterator<String> |
getExposeHeaders() |
long |
getMaxAge() |
boolean |
isAllOriginsAllowed() |
boolean |
isAllowCredentials() |
boolean |
isAllowMethod(String method) |
boolean |
isOriginAllowed(String origin) |
Copyright © 2016. All rights reserved.