Package org.jdesktop.http
Class Header.Element
java.lang.Object
org.jdesktop.http.Header.Element
- Enclosing class:
- Header
A representation of an Element within a Header.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Element
Create a new instance of Element with the given params.- Parameters:
params- the Parameters. May be null.
-
-
Method Details
-
getParameters
Gets the parameters. This array will never be null.- Returns:
- the array of Parameters. This will never be null.
-