org.jdesktop.http
Class Header.Element

java.lang.Object
  extended by org.jdesktop.http.Header.Element
Enclosing class:
Header

public static final class Header.Element
extends Object

A representation of an Element within a Header.


Constructor Summary
Header.Element(Parameter... params)
          Create a new instance of Element with the given params.
 
Method Summary
 Parameter[] getParameters()
          Gets the parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Header.Element

public Header.Element(Parameter... params)
Create a new instance of Element with the given params.

Parameters:
params - the Parameters. May be null.
Method Detail

getParameters

public Parameter[] getParameters()
Gets the parameters. This array will never be null.

Returns:
the array of Parameters. This will never be null.