public class CorsInfo extends Object
| Constructor and Description |
|---|
CorsInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOriginList() |
boolean |
isAllow() |
void |
setAllow(boolean allow) |
void |
setOriginList(List<String> originList) |
CorsInfo |
withAllow(String onOff) |
Copyright © 2024. All rights reserved.