public interface HTTPControl
The following features are supported:
HeadersPackage.getHTTPControl()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
HTTPAuthentication |
getAuthentication()
Returns the value of the 'Authentication' containment reference.
|
java.lang.String |
getCharset()
Returns the value of the 'Charset' attribute.
|
java.lang.String |
getContentEncoding()
Returns the value of the 'Content Encoding' attribute.
|
int |
getContentLength()
Returns the value of the 'HTTP Message Content Length' attribute.
|
java.lang.String |
getDynamicOverrideMethod()
Returns the value of the 'Dynamic Override HTTP Method' attribute.
|
java.lang.String |
getDynamicOverrideURL()
Returns the value of the 'Dynamic Override URL' attribute.
|
HTTPVersion |
getDynamicOverrideVersion()
Returns the value of the 'Dynamic Override Version' attribute.
|
java.lang.String |
getExportContextPath()
Returns the value of the 'HTTP Export Request Context Path' attribute.
|
java.lang.String |
getMediaType()
Returns the value of the 'Media Type' attribute.
|
java.lang.String |
getMethod()
Returns the value of the 'HTTP Method' attribute.
|
java.util.List |
getProxySettings()
Returns the value of the 'Proxy Settings' containment reference list.
|
java.lang.String |
getReasonPhrase()
Returns the value of the 'HTTP Response Reason Phrase' attribute.
|
HTTPSSLSettings |
getSSLSettings()
Returns the value of the 'SSL Settings' containment reference.
|
int |
getStatusCode()
Returns the value of the 'HTTP Status Code' attribute.
|
java.lang.String |
getTransferEncoding()
Returns the value of the 'Transfer Encoding' attribute.
|
java.lang.String |
getURL()
Returns the value of the 'URL' attribute.
|
HTTPVersion |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isSetAuthentication()
Returns whether the value of the '
Authentication ' containment reference is set |
boolean |
isSetCharset()
Returns whether the value of the '
Charset ' attribute is set |
boolean |
isSetContentEncoding()
Returns whether the value of the '
Content Encoding ' attribute is set |
boolean |
isSetContentLength()
Returns whether the value of the '
Content Length ' attribute is set |
boolean |
isSetDynamicOverrideMethod()
Returns whether the value of the '
Dynamic Override Method ' attribute is set |
boolean |
isSetDynamicOverrideURL()
Returns whether the value of the '
Dynamic Override URL ' attribute is set |
boolean |
isSetDynamicOverrideVersion()
Returns whether the value of the '
Dynamic Override Version ' attribute is set |
boolean |
isSetExportContextPath()
Returns whether the value of the '
Export Context Path ' attribute is set |
boolean |
isSetMediaType()
Returns whether the value of the '
Media Type ' attribute is set |
boolean |
isSetMethod()
Returns whether the value of the '
Method ' attribute is set |
boolean |
isSetReasonPhrase()
Returns whether the value of the '
Reason Phrase ' attribute is set |
boolean |
isSetSSLSettings()
Returns whether the value of the '
SSL Settings ' containment reference is set |
boolean |
isSetStatusCode()
Returns whether the value of the '
Status Code ' attribute is set |
boolean |
isSetTransferEncoding()
Returns whether the value of the '
Transfer Encoding ' attribute is set |
boolean |
isSetURL()
Returns whether the value of the '
URL ' attribute is set |
boolean |
isSetVersion()
Returns whether the value of the '
Version ' attribute is set |
void |
setAuthentication(HTTPAuthentication value)
Sets the value of the '
Authentication ' containment reference |
void |
setCharset(java.lang.String value)
Sets the value of the '
Charset ' attribute |
void |
setContentEncoding(java.lang.String value)
Sets the value of the '
Content Encoding ' attribute |
void |
setContentLength(int value)
Sets the value of the '
Content Length ' attribute |
void |
setDynamicOverrideMethod(java.lang.String value)
Sets the value of the '
Dynamic Override Method ' attribute |
void |
setDynamicOverrideURL(java.lang.String value)
Sets the value of the '
Dynamic Override URL ' attribute |
void |
setDynamicOverrideVersion(HTTPVersion value)
Sets the value of the '
Dynamic Override Version ' attribute |
void |
setExportContextPath(java.lang.String value)
Sets the value of the '
Export Context Path ' attribute |
void |
setMediaType(java.lang.String value)
Sets the value of the '
Media Type ' attribute |
void |
setMethod(java.lang.String value)
Sets the value of the '
Method ' attribute |
void |
setReasonPhrase(java.lang.String value)
Sets the value of the '
Reason Phrase ' attribute |
void |
setSSLSettings(HTTPSSLSettings value)
Sets the value of the '
SSL Settings ' containment reference |
void |
setStatusCode(int value)
Sets the value of the '
Status Code ' attribute |
void |
setTransferEncoding(java.lang.String value)
Sets the value of the '
Transfer Encoding ' attribute |
void |
setURL(java.lang.String value)
Sets the value of the '
URL ' attribute |
void |
setVersion(HTTPVersion value)
Sets the value of the '
Version ' attribute |
void |
unsetAuthentication()
Unsets the value of the '
Authentication ' containment reference |
void |
unsetCharset()
Unsets the value of the '
Charset ' attribute |
void |
unsetContentEncoding()
Unsets the value of the '
Content Encoding ' attribute |
void |
unsetContentLength()
Unsets the value of the '
Content Length ' attribute |
void |
unsetDynamicOverrideMethod()
Unsets the value of the '
Dynamic Override Method ' attribute |
void |
unsetDynamicOverrideURL()
Unsets the value of the '
Dynamic Override URL ' attribute |
void |
unsetDynamicOverrideVersion()
Unsets the value of the '
Dynamic Override Version ' attribute |
void |
unsetExportContextPath()
Unsets the value of the '
Export Context Path ' attribute |
void |
unsetMediaType()
Unsets the value of the '
Media Type ' attribute |
void |
unsetMethod()
Unsets the value of the '
Method ' attribute |
void |
unsetReasonPhrase()
Unsets the value of the '
Reason Phrase ' attribute |
void |
unsetSSLSettings()
Unsets the value of the '
SSL Settings ' containment reference |
void |
unsetStatusCode()
Unsets the value of the '
Status Code ' attribute |
void |
unsetTransferEncoding()
Unsets the value of the '
Transfer Encoding ' attribute |
void |
unsetURL()
Unsets the value of the '
URL ' attribute |
void |
unsetVersion()
Unsets the value of the '
Version ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getURL()
isSetURL()
,
unsetURL()
,
setURL(String)
,
HeadersPackage.getHTTPControl_URL()
void setURL(java.lang.String value)
URL
' attribute.
value
- the new value of the 'URL' attribute.isSetURL()
,
unsetURL()
,
getURL()
void unsetURL()
URL
' attribute.
isSetURL()
,
getURL()
,
setURL(String)
boolean isSetURL()
URL
' attribute is set.
unsetURL()
,
getURL()
,
setURL(String)
HTTPVersion getVersion()
"1.0"
.isSetVersion()
,
unsetVersion()
,
setVersion(HTTPVersion)
,
HeadersPackage.getHTTPControl_Version()
void setVersion(HTTPVersion value)
Version
' attribute.
value
- the new value of the 'Version' attribute.isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(HTTPVersion)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(HTTPVersion)
java.lang.String getMethod()
isSetMethod()
,
unsetMethod()
,
setMethod(String)
,
HeadersPackage.getHTTPControl_Method()
void setMethod(java.lang.String value)
Method
' attribute.
value
- the new value of the 'Method' attribute.isSetMethod()
,
unsetMethod()
,
getMethod()
void unsetMethod()
Method
' attribute.
isSetMethod()
,
getMethod()
,
setMethod(String)
boolean isSetMethod()
Method
' attribute is set.
unsetMethod()
,
getMethod()
,
setMethod(String)
java.lang.String getDynamicOverrideURL()
isSetDynamicOverrideURL()
,
unsetDynamicOverrideURL()
,
setDynamicOverrideURL(String)
,
HeadersPackage.getHTTPControl_DynamicOverrideURL()
void setDynamicOverrideURL(java.lang.String value)
Dynamic Override URL
' attribute.
value
- the new value of the 'Dynamic Override URL' attribute.isSetDynamicOverrideURL()
,
unsetDynamicOverrideURL()
,
getDynamicOverrideURL()
void unsetDynamicOverrideURL()
Dynamic Override URL
' attribute.
boolean isSetDynamicOverrideURL()
Dynamic Override URL
' attribute is set.
unsetDynamicOverrideURL()
,
getDynamicOverrideURL()
,
setDynamicOverrideURL(String)
HTTPVersion getDynamicOverrideVersion()
"1.0"
.isSetDynamicOverrideVersion()
,
unsetDynamicOverrideVersion()
,
setDynamicOverrideVersion(HTTPVersion)
,
HeadersPackage.getHTTPControl_DynamicOverrideVersion()
void setDynamicOverrideVersion(HTTPVersion value)
Dynamic Override Version
' attribute.
value
- the new value of the 'Dynamic Override Version' attribute.isSetDynamicOverrideVersion()
,
unsetDynamicOverrideVersion()
,
getDynamicOverrideVersion()
void unsetDynamicOverrideVersion()
Dynamic Override Version
' attribute.
boolean isSetDynamicOverrideVersion()
Dynamic Override Version
' attribute is set.
unsetDynamicOverrideVersion()
,
getDynamicOverrideVersion()
,
setDynamicOverrideVersion(HTTPVersion)
java.lang.String getDynamicOverrideMethod()
isSetDynamicOverrideMethod()
,
unsetDynamicOverrideMethod()
,
setDynamicOverrideMethod(String)
,
HeadersPackage.getHTTPControl_DynamicOverrideMethod()
void setDynamicOverrideMethod(java.lang.String value)
Dynamic Override Method
' attribute.
value
- the new value of the 'Dynamic Override Method' attribute.isSetDynamicOverrideMethod()
,
unsetDynamicOverrideMethod()
,
getDynamicOverrideMethod()
void unsetDynamicOverrideMethod()
Dynamic Override Method
' attribute.
boolean isSetDynamicOverrideMethod()
Dynamic Override Method
' attribute is set.
unsetDynamicOverrideMethod()
,
getDynamicOverrideMethod()
,
setDynamicOverrideMethod(String)
java.lang.String getMediaType()
isSetMediaType()
,
unsetMediaType()
,
setMediaType(String)
,
HeadersPackage.getHTTPControl_MediaType()
void setMediaType(java.lang.String value)
Media Type
' attribute.
value
- the new value of the 'Media Type' attribute.isSetMediaType()
,
unsetMediaType()
,
getMediaType()
void unsetMediaType()
Media Type
' attribute.
isSetMediaType()
,
getMediaType()
,
setMediaType(String)
boolean isSetMediaType()
Media Type
' attribute is set.
unsetMediaType()
,
getMediaType()
,
setMediaType(String)
java.lang.String getCharset()
isSetCharset()
,
unsetCharset()
,
setCharset(String)
,
HeadersPackage.getHTTPControl_Charset()
void setCharset(java.lang.String value)
Charset
' attribute.
value
- the new value of the 'Charset' attribute.isSetCharset()
,
unsetCharset()
,
getCharset()
void unsetCharset()
Charset
' attribute.
isSetCharset()
,
getCharset()
,
setCharset(String)
boolean isSetCharset()
Charset
' attribute is set.
unsetCharset()
,
getCharset()
,
setCharset(String)
java.lang.String getTransferEncoding()
isSetTransferEncoding()
,
unsetTransferEncoding()
,
setTransferEncoding(String)
,
HeadersPackage.getHTTPControl_TransferEncoding()
void setTransferEncoding(java.lang.String value)
Transfer Encoding
' attribute.
value
- the new value of the 'Transfer Encoding' attribute.isSetTransferEncoding()
,
unsetTransferEncoding()
,
getTransferEncoding()
void unsetTransferEncoding()
Transfer Encoding
' attribute.
boolean isSetTransferEncoding()
Transfer Encoding
' attribute is set.
unsetTransferEncoding()
,
getTransferEncoding()
,
setTransferEncoding(String)
java.lang.String getContentEncoding()
isSetContentEncoding()
,
unsetContentEncoding()
,
setContentEncoding(String)
,
HeadersPackage.getHTTPControl_ContentEncoding()
void setContentEncoding(java.lang.String value)
Content Encoding
' attribute.
value
- the new value of the 'Content Encoding' attribute.isSetContentEncoding()
,
unsetContentEncoding()
,
getContentEncoding()
void unsetContentEncoding()
Content Encoding
' attribute.
boolean isSetContentEncoding()
Content Encoding
' attribute is set.
unsetContentEncoding()
,
getContentEncoding()
,
setContentEncoding(String)
int getStatusCode()
isSetStatusCode()
,
unsetStatusCode()
,
setStatusCode(int)
,
HeadersPackage.getHTTPControl_StatusCode()
void setStatusCode(int value)
Status Code
' attribute.
value
- the new value of the 'Status Code' attribute.isSetStatusCode()
,
unsetStatusCode()
,
getStatusCode()
void unsetStatusCode()
Status Code
' attribute.
isSetStatusCode()
,
getStatusCode()
,
setStatusCode(int)
boolean isSetStatusCode()
Status Code
' attribute is set.
unsetStatusCode()
,
getStatusCode()
,
setStatusCode(int)
java.lang.String getReasonPhrase()
isSetReasonPhrase()
,
unsetReasonPhrase()
,
setReasonPhrase(String)
,
HeadersPackage.getHTTPControl_ReasonPhrase()
void setReasonPhrase(java.lang.String value)
Reason Phrase
' attribute.
value
- the new value of the 'Reason Phrase' attribute.isSetReasonPhrase()
,
unsetReasonPhrase()
,
getReasonPhrase()
void unsetReasonPhrase()
Reason Phrase
' attribute.
boolean isSetReasonPhrase()
Reason Phrase
' attribute is set.
unsetReasonPhrase()
,
getReasonPhrase()
,
setReasonPhrase(String)
int getContentLength()
isSetContentLength()
,
unsetContentLength()
,
setContentLength(int)
,
HeadersPackage.getHTTPControl_ContentLength()
void setContentLength(int value)
Content Length
' attribute.
value
- the new value of the 'Content Length' attribute.isSetContentLength()
,
unsetContentLength()
,
getContentLength()
void unsetContentLength()
Content Length
' attribute.
boolean isSetContentLength()
Content Length
' attribute is set.
unsetContentLength()
,
getContentLength()
,
setContentLength(int)
java.lang.String getExportContextPath()
isSetExportContextPath()
,
unsetExportContextPath()
,
setExportContextPath(String)
,
HeadersPackage.getHTTPControl_ExportContextPath()
void setExportContextPath(java.lang.String value)
Export Context Path
' attribute.
value
- the new value of the 'Export Context Path' attribute.isSetExportContextPath()
,
unsetExportContextPath()
,
getExportContextPath()
void unsetExportContextPath()
Export Context Path
' attribute.
boolean isSetExportContextPath()
Export Context Path
' attribute is set.
unsetExportContextPath()
,
getExportContextPath()
,
setExportContextPath(String)
HTTPAuthentication getAuthentication()
isSetAuthentication()
,
unsetAuthentication()
,
setAuthentication(HTTPAuthentication)
,
HeadersPackage.getHTTPControl_Authentication()
void setAuthentication(HTTPAuthentication value)
Authentication
' containment reference.
value
- the new value of the 'Authentication' containment reference.isSetAuthentication()
,
unsetAuthentication()
,
getAuthentication()
void unsetAuthentication()
Authentication
' containment reference.
boolean isSetAuthentication()
Authentication
' containment reference is set.
unsetAuthentication()
,
getAuthentication()
,
setAuthentication(HTTPAuthentication)
HTTPSSLSettings getSSLSettings()
isSetSSLSettings()
,
unsetSSLSettings()
,
setSSLSettings(HTTPSSLSettings)
,
HeadersPackage.getHTTPControl_SSLSettings()
void setSSLSettings(HTTPSSLSettings value)
SSL Settings
' containment reference.
value
- the new value of the 'SSL Settings' containment reference.isSetSSLSettings()
,
unsetSSLSettings()
,
getSSLSettings()
void unsetSSLSettings()
SSL Settings
' containment reference.
boolean isSetSSLSettings()
SSL Settings
' containment reference is set.
unsetSSLSettings()
,
getSSLSettings()
,
setSSLSettings(HTTPSSLSettings)
java.util.List getProxySettings()
HTTPProxySettings
.HeadersPackage.getHTTPControl_ProxySettings()