| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ATTRIBUTES | FRAMES | NO FRAMES | ||||||
| Attribute Summary | |
string | CacheControl
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for responses. |
string | ContentEncoding
Specifies any additional encoding applied to the response. |
string | ContentLocation
Specifies the URL representing the resource used to satisfy the request(e.g., to inform that default.htm document was used.) |
string | ContentType
Specifies the MIME type used for responses. |
boolean | HonorKeepAlive
When set to true, the request socket will remain open after the reply is sent to the client, if the client has requested keep-alive and is using at least version 1.1 of HTTP. |
string | KeepAliveParameters
If KeepAlive connections are turned on, this allows sending additional parameters back to the client via the Keep-Alive header. |
unsignedInt | ReceiveTimeout
Receive timeout in milliseconds, 0 is infinite |
string | RedirectURL
A URL to which clients are redirected (if the ReplyCode and ReplyDescription are not set, ReplyCode will be set to 302, and ReplyDescription will be set to 'Object Moved'). |
boolean | required
|
string | ServerType
Specifies an optional value for the HTTP ServerType property. |
boolean | SuppressClientReceiveErrors
When set to false, exceptions will be thrown when an error is encountered sending a reply from to client. |
boolean | SuppressClientSendErrors
When set to false, exceptions will be thrown when an error is encountered receiving a request from the client. |
| Attribute Detail |
Most commonly used to specify no-cache, however the standard supports a
dozen or so caching related directives for responses.
Defined with global type string
Specifies any additional encoding applied to the response. Values are specified using IANA labels.
Defined with global type string
Specifies the URL representing the resource used to satisfy the request(e.g., to inform that default.htm document was used.)
Defined with global type string
Specifies the MIME type used for responses. The default is set by the binding.
Defined with global type string
When set to true, the request socket will remain open after the reply is
sent to the client, if the client has requested keep-alive and is using
at least version 1.1 of HTTP. If set to false, the socket will be closed
after each reply is sent, even if the client requests the server to keep
the connection alive. Keep-Alive improves performance for the client
requesting such behavior, but can limit overall scalability of the server
for handling many clients. The Default is true.
Defined with global type boolean
"true"
If KeepAlive connections are turned on, this allows sending additional
parameters back to the client via the Keep-Alive header. Common
parameters are timeout and max to specify how long the client should
hold open the connection and how many connections to hold open. Different
clients may have different defaults. For Java HTTPUrlConnection, the
defaults would be timeout=5, max=5
Example: timeout=60, max=5;
Defined with global type string
Receive timeout in milliseconds, 0 is infinite
Defined with global type unsignedInt
"30000"
A URL to which clients are redirected (if the ReplyCode and ReplyDescription
are not set, ReplyCode will be set to 302, and ReplyDescription will be set
to 'Object Moved').
Defined with global type string
Defined as global attribute required
Defined with global type boolean
Specifies an optional value for the HTTP ServerType property.
Defined with global type string
When set to false, exceptions will be thrown when an error is encountered
sending a reply from to client. When set to true these errors will be
suppressed. The default is false.
Defined with global type boolean
"false"
When set to false, exceptions will be thrown when an error is encountered
receiving a request from the client. When set to true these errors will
be suppressed. The default is false.
Defined with global type boolean
"false"
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ATTRIBUTES | FRAMES | NO FRAMES | ||||||