org.jdesktop.http
Class Header.Element
java.lang.Object
org.jdesktop.http.Header.Element
- Enclosing class:
- Header
public static final class Header.Element
- extends Object
A representation of an Element within a Header.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Header.Element
public Header.Element(Parameter... params)
- Create a new instance of Element with the given params.
- Parameters:
params - the Parameters. May be null.
getParameters
public Parameter[] getParameters()
- Gets the parameters. This array will never be null.
- Returns:
- the array of Parameters. This will never be null.