public interface HTTPHeaderType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
HTTPControl |
getControl()
Returns the value of the 'Control' containment reference
|
java.util.List<HTTPHeader> |
getHeader()
Returns the value of the 'Header' containment reference list.
|
void |
setControl(HTTPControl value)
Sets the value of the '
Control ' containment reference |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
HTTPControl getControl()
setControl(HTTPControl)
void setControl(HTTPControl value)
Control
' containment reference.
value
- the new value of the 'Control' containment reference.getControl()
java.util.List<HTTPHeader> getHeader()
HTTPHeader
.