clearAuthentication()
|
Removes user-defined authentication. |
clearHeaders()
|
Removes all user-defined HTTP request headers. |
removeHeader(
name STRING )
|
Removes a named HTTP request header. |
setAuthentication(
login STRING,
pass STRING,
scheme STRING,
realm STRING )
|
Defines the user login and password to authenticate to the
server. |
setAutoReply(
val INTEGER )
|
Defines the auto reply option for response methods. |
setCharset(
charset STRING )
|
Defines the charset used when sending text or XML. |
setConnectionTimeOut(
timeout INTEGER )
|
Defines the timeout for the establishment of the
connection. |
setHeader(
name STRING,
value STRING )
|
Sets an HTTP header for the request. |
setMethod(
method STRING )
|
Sets the HTTP method of the request. |
setKeepConnection(
keep INTEGER )
|
Defines whether a connection is kept open if a new request
occurs. |
setMaximumResponseLength(
length INTEGER )
|
Defines the maximum size in Kbytes of a response. |
setTimeOut(
timeout INTEGER )
|
Defines the timeout for a reading or writing
operation. |
setVersion(
version STRING )
|
Sets the HTTP version of the request. |