java.lang.Object | |
↳ | com.atlassian.jira.plugin.searchrequestview.HttpRequestHeaders |
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a response header with the given name and
date-value.
| |||||||||||
Adds a response header with the given name and value.
| |||||||||||
Adds a response header with the given name and
integer value.
| |||||||||||
Sets a response header with the given name and date-value.
| |||||||||||
Sets a response header with the given name and value.
| |||||||||||
Sets a response header with the given name and
integer value.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Adds a response header with the given name and date-value. The date is specified in terms of milliseconds since the epoch. This method allows response headers to have multiple values.
name | the name of the header to set |
---|---|
date | the additional date value |
Adds a response header with the given name and value.
This method allows response headers to have multiple values.
name | the name of the header |
---|---|
value | the additional header value |
Adds a response header with the given name and integer value. This method allows response headers to have multiple values.
name | the name of the header |
---|---|
value | the assigned integer value |
Sets a response header with the given name and date-value. The date is specified in terms of milliseconds since the epoch. If the header had already been set, the new value overwrites the previous one.
name | the name of the header to set |
---|---|
date | the assigned date value |
Sets a response header with the given name and value.
If the header had already been set, the new value overwrites the previous one.
name | the name of the header |
---|---|
value | the header value |
Sets a response header with the given name and
integer value. If the header had already been set, the new value
overwrites the previous one. The containsHeader
method can be used to test for the presence of a header before
setting its value.
name | the name of the header |
---|---|
value | the assigned integer value |