Package | Description |
---|---|
io.undertow.server.handlers.form |
Modifier and Type | Method and Description |
---|---|
FormData.FormValue |
FormData.getFirst(String name) |
FormData.FormValue |
FormData.getLast(String name) |
Modifier and Type | Method and Description |
---|---|
Deque<FormData.FormValue> |
FormData.get(String name) |
Deque<FormData.FormValue> |
FormData.remove(String name) |
Copyright © 2017. All rights reserved.