Groovy Documentation

org.jdesktop.http
[Java] Class Header.Element

java.lang.Object
  org.jdesktop.http.Header.Element

public static final class Header.Element

A representation of an Element within a Header.


Field Summary
private Parameter[] params

 
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 Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

params

private Parameter[] params


 
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.


 

Groovy Documentation