| Package | Description |
|---|---|
| org.gatein.common.http |
| Modifier and Type | Method and Description |
|---|---|
HttpHeader.Element.Param |
HttpHeader.Element.addParam(HttpHeader.Element.Param param) |
HttpHeader.Element.Param |
HttpHeader.Element.addParam(String name) |
HttpHeader.Element.Param |
HttpHeader.Element.addParam(String name,
String value) |
HttpHeader.Element.Param |
HttpHeader.Element.getParam()
Return the first param of this element or null.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<HttpHeader.Element.Param> |
HttpHeader.Element.params()
Returns an iterator over the params.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeader.Element.Param |
HttpHeader.Element.addParam(HttpHeader.Element.Param param) |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.