- header(String, String) - Method in class de.taimos.httputils.HTTPRequest
-
- HEADER_ACCEPT - Static variable in interface de.taimos.httputils.WSConstants
-
Content-Types that are acceptable
- HEADER_ACCEPT_CHARSET - Static variable in interface de.taimos.httputils.WSConstants
-
Character sets that are acceptable
- HEADER_ACCEPT_ENCODING - Static variable in interface de.taimos.httputils.WSConstants
-
Acceptable encodings
- HEADER_ACCEPT_LANGUAGE - Static variable in interface de.taimos.httputils.WSConstants
-
Acceptable languages for response
- HEADER_AUTHORIZATION - Static variable in interface de.taimos.httputils.WSConstants
-
Authentication credentials for HTTP authentication
- HEADER_CACHE_CONTROL - Static variable in interface de.taimos.httputils.WSConstants
-
Used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain
- HEADER_CONNECTION - Static variable in interface de.taimos.httputils.WSConstants
-
What type of connection the user-agent would prefer
- HEADER_CONTENT_LENGTH - Static variable in interface de.taimos.httputils.WSConstants
-
The length of the request body in octets (8-bit bytes)
- HEADER_CONTENT_MD5 - Static variable in interface de.taimos.httputils.WSConstants
-
A Base64-encoded binary MD5 sum of the content of the request body
- HEADER_CONTENT_TYPE - Static variable in interface de.taimos.httputils.WSConstants
-
The MIME type of the body of the request (used with POST and PUT requests)
- HEADER_COOKIE - Static variable in interface de.taimos.httputils.WSConstants
-
an HTTP cookie previously sent by the server with Set-Cookie
- HEADER_DATE - Static variable in interface de.taimos.httputils.WSConstants
-
The date and time that the message was sent
- HEADER_EXPECT - Static variable in interface de.taimos.httputils.WSConstants
-
Indicates that particular server behaviors are required by the client
- HEADER_FROM - Static variable in interface de.taimos.httputils.WSConstants
-
The email address of the user making the request
- HEADER_IF_MATCH - Static variable in interface de.taimos.httputils.WSConstants
-
Only perform the action if the client supplied entity matches the same entity on the server
- HEADER_IF_MODIFIED_SINCE - Static variable in interface de.taimos.httputils.WSConstants
-
Allows a 304 Not Modified to be returned if content is unchanged
- HEADER_IF_NONE_MATCH - Static variable in interface de.taimos.httputils.WSConstants
-
Allows a 304 Not Modified to be returned if content is unchanged
- HEADER_IF_RANGE - Static variable in interface de.taimos.httputils.WSConstants
-
If the entity is unchanged, send me the part(s) that I am missing; otherwise, send me the entire new entity
- HEADER_IF_UNMODIFIED_SINCE - Static variable in interface de.taimos.httputils.WSConstants
-
Only send the response if the entity has not been modified since a specific time
- HEADER_MAX_FORWARDS - Static variable in interface de.taimos.httputils.WSConstants
-
Limit the number of times the message can be forwarded through proxies or gateways
- HEADER_PRAGMA - Static variable in interface de.taimos.httputils.WSConstants
-
Implementation-specific headers that may have various effects anywhere along the request-response chain
- HEADER_PROXY_AUTHORIZATION - Static variable in interface de.taimos.httputils.WSConstants
-
Authorization credentials for connecting to a proxy
- HEADER_RANGE - Static variable in interface de.taimos.httputils.WSConstants
-
Request only part of an entity.
- HEADER_REFERER - Static variable in interface de.taimos.httputils.WSConstants
-
This is the address of the previous web page from which a link to the currently requested page was followed
- HEADER_TARNSFER_ENCODING - Static variable in interface de.taimos.httputils.WSConstants
-
The transfer encodings the user agent is willing to accept
- HEADER_UPGRADE - Static variable in interface de.taimos.httputils.WSConstants
-
Ask the server to upgrade to another protocol
- HEADER_USER_AGENT - Static variable in interface de.taimos.httputils.WSConstants
-
The user agent string of the user agent
- HEADER_VIA - Static variable in interface de.taimos.httputils.WSConstants
-
Informs the server of proxies through which the request was sent
- HEADER_WARNING - Static variable in interface de.taimos.httputils.WSConstants
-
A general warning about possible problems with the entity body
- HTTPByteCallback - Class in de.taimos.httputils.callbacks
-
- HTTPByteCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPByteCallback
-
- HTTPRequest - Class in de.taimos.httputils
-
- HTTPRequest(String) - Constructor for class de.taimos.httputils.HTTPRequest
-
- HTTPResponseCallback - Interface in de.taimos.httputils
-
- HTTPStatusCheckCallback - Class in de.taimos.httputils.callbacks
-
- HTTPStatusCheckCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPStatusCheckCallback
-
- HTTPStringCallback - Class in de.taimos.httputils.callbacks
-
- HTTPStringCallback() - Constructor for class de.taimos.httputils.callbacks.HTTPStringCallback
-