Sun Adapter for HTTP API
A C G H I P R S W

A

addContentType(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Adds a value to the Content-type header.
addHeader(String, String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Adds an HTTP request header to be sent along with the next HTTP request.
addParameterRequest(String, String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Adds a parameter (name/value form-data pair).

C

clear() - Method in interface com.stc.connector.appconn.http.HTTPRequest
Resets the HTTP request object.
clearContentType() - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes all values from the Content-type header, essentially deleting the Content-type header.
clearHeader() - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes all HTTP request headers.
clearParameterRequest() - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes all parameters (name/value form-data pairs).
com.stc.connector.appconn.http - package com.stc.connector.appconn.http
 
com.stc.connector.appconn.webservice.http - package com.stc.connector.appconn.webservice.http
 
com.stc.connector.otd.httpserveradapter.webservice - package com.stc.connector.otd.httpserveradapter.webservice
 
CONTENT_TYPE_TEXT - Static variable in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
 
CONTENT_TYPE_URLENCODED - Static variable in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
 
Cookie - Class in com.stc.connector.otd.httpserveradapter.webservice
This class represents a http server webresponse Cookie type.
Cookie() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
CookieList - Class in com.stc.connector.otd.httpserveradapter.webservice
 
CookieList() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Creates a new instance of CookieList
countCookieList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Gets the count of cookies in the list.
countHeader() - Method in interface com.stc.connector.appconn.http.HTTPResult
Gets the header count.
countValues() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
countWebHeaderList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Gets the count of headers in the list.
countWebParameterList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Gets the count of parameters in the list.

G

get() - Method in interface com.stc.connector.appconn.http.HTTPClientApplication
Performs an HTTP GET request.
get(HTTPWebRequest) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebClientApplication
Perform an HTTP GET operation.
getAuthType() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the name of the authentication scheme used to protect the servlet.
getBinaryResult() - Method in interface com.stc.connector.appconn.http.HTTPResult
Gets the binary result content.
getBinaryResult() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the HTTP binary body result.
getByteArray() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the contents of the request as a byte array.
getByteArray() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the contents of the response as a byte array.
getByteRequestBody() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Gets the byte array body content.
getCharacterEncoding() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the name of the character encoding used in the body of this request.
getComment() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getContentLength() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLength() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the length of the content body in the response In HTTP servlets.
getContentType() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the content type of the response being sent to the client.
getContentTypes() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Gets the HTTP content-type header values.
getContextPath() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the portion of the request URI that indicates the context of the request.
getCookie() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the cookie in the specified index.
getCookieList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Gets a CookieList as an array of Cookie.
getCookieList(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Gets a Cookie at a specified index.
getCookies() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns an array containing tall of the Cookie objects the client sent with this request.
getDomain() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getErrorStatusCode() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the error status code to be sent to the client.
getErrorStatusMsg() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the error status message to be sent to the client.
getHeader(int) - Method in interface com.stc.connector.appconn.http.HTTPResult
Gets the header at the specified index.
getHeaderInfo() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns a WebHeaderList representing the headers of this request.
getHeaderInfo() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns a WebHeaderList representing the headers of this response.
getHeaders() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Gets the HTTP headers.
getHeaders() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the HTTP header list.
getIsRequestedSessionIdFromCookie() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Checks whether the requested session ID came in as a cookie.
getIsRequestedSessionIdFromURL() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Checks whether the requested session ID came in as part of the request URL.
getIsRequestedSessionIdValid() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Checks whether the requested session ID is still valid.
getIsSecure() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
getIsTextResult() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the flag which determines whether the result is text.
getIsUserInRole(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
getMaxAge() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getMethod() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the name of the HTTP method with which this request was made; for example, GET, POST, or PUT.
getName() - Method in interface com.stc.connector.appconn.http.HTTPHeader
Gets the name of the HTTP header.
getName() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Gets the name of the header.
getName() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getName() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
getParameterInfo() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns a WebParameterList representing the parameters of this request.
getParameters() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Gets the HTTP parameters.
getPath() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getPathInfo() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathTranslated() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns any extra path information after the servlet name but before the query string.
getProtocol() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the name and version of the protocol the request uses in form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getQueryString() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the query string that is contained in the request URL after the path.
getRedirectLocation() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the redirect location.
getRemoteAddr() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the Internet Protocol (IP) address of the client that sent the request.
getRemoteHost() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the fully qualified name of the client that sent the request.
getRemoteUser() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the login of the user making this request, if the user has not been authenticated.
getRequest() - Method in interface com.stc.connector.appconn.http.HTTPClientApplication
Get the HTTPRequest object for setting HTTP request data to be sent to the web server in an HTTP request.
getRequest() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebServerApplication
Get the WebRequest object which contains the request data from the client.
getRequestedSessionId() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the session ID specified by the client.
getRequestURI() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURL() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the reconstructed URL the client used to make the request.
getResponse() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebServerApplication
Get the WebResponse object used to send a response after processing a request.
getResponseCode() - Method in interface com.stc.connector.appconn.http.HTTPResult
Returns the HTTP status code.
getResponseCode() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the HTTP status code.
getResponseMessage() - Method in interface com.stc.connector.appconn.http.HTTPResult
Returns the HTTP response message.
getResponseMessage() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the HTTP response message.
getResult() - Method in interface com.stc.connector.appconn.http.HTTPClientApplication
Get the HTTPResult object used to retrieve results after performing a GET or POST request.
getScheme() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the name of the scheme used to make this request; for example http, https, or ftp.
getSecure() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getServerName() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the host name of the server that received the request.
getServerPort() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the port number on which this request was received.
getServletPath() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the part of this request's URL that calls the servlet.
getStatus() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the status code for this response.
getStringRequestBody() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Gets the text body content.
getStrongestAuthSchemeLevel() - Method in interface com.stc.connector.appconn.http.HTTPRequest
User can get the strongest authentication scheme level currently set.
getText() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns the contents of the request as a string.
getText() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Returns the contents of the response as a string.
getTextResult() - Method in interface com.stc.connector.appconn.http.HTTPResult
Gets the text result content
getTextResult() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Gets the HTTP text body result.
getURL() - Method in interface com.stc.connector.appconn.http.HTTPRequest
Gets the current HTTP URL.
getUrl() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Get the URL.
getUserPrincipal() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getValue() - Method in interface com.stc.connector.appconn.http.HTTPHeader
Gets the value of the HTTP header.
getValue() - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Gets the value of the header.
getValue() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getValues() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
getValues(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
getVersion() - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
getWebHeaderList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Gets WebHeaderList.
getWebHeaderList(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Gets a WebHeader at a specified index.
getWebParameterList() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Gets WebParameterList.
getWebParameterList(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Gets a WebNameValues at a specified index.
getWebRequest() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequestType
gets the WebRequest object.
getWebResponse() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
gets the WebResponse object.

H

hasResult() - Method in interface com.stc.connector.appconn.http.HTTPResult
Checks whether the result content exists.
HTTPApplicationException - Exception in com.stc.connector.appconn.http
Exception class for HTTP application.
HTTPApplicationException() - Constructor for exception com.stc.connector.appconn.http.HTTPApplicationException
Creates a new instance of HttpApplicationException without detail message.
HTTPApplicationException(String) - Constructor for exception com.stc.connector.appconn.http.HTTPApplicationException
Constructs an instance of HttpApplicationException with the specified detail message.
HTTPClientApplication - Interface in com.stc.connector.appconn.http
HTTP Application interface.
HTTPHeader - Interface in com.stc.connector.appconn.http
This interface represents an HTTP header.
HTTPRequest - Interface in com.stc.connector.appconn.http
This interface represents an HTTP application request.
HTTPResult - Interface in com.stc.connector.appconn.http
This interface represents an HTTP application result.
HttpServerException - Exception in com.stc.connector.otd.httpserveradapter.webservice
This class represents a http server webresponse type.
HttpServerException() - Constructor for exception com.stc.connector.otd.httpserveradapter.webservice.HttpServerException
Default constructor for EmailWebException.
HttpServerException(String) - Constructor for exception com.stc.connector.otd.httpserveradapter.webservice.HttpServerException
Constructor for EmailWebException.
HTTPWebClientApplication - Class in com.stc.connector.appconn.webservice.http
A Web Service implementation of the Java-based HTTPClientApplication class.
HTTPWebClientApplication() - Constructor for class com.stc.connector.appconn.webservice.http.HTTPWebClientApplication
Default constructor.
HTTPWebClientApplication(HTTPClientApplication) - Constructor for class com.stc.connector.appconn.webservice.http.HTTPWebClientApplication
Constructor.
HTTPWebHeader - Class in com.stc.connector.appconn.webservice.http
 
HTTPWebHeader() - Constructor for class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Default constructor.
HTTPWebRequest - Class in com.stc.connector.appconn.webservice.http
Http web request wrapper.
HTTPWebRequest() - Constructor for class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Default constructor.
HTTPWebResult - Class in com.stc.connector.appconn.webservice.http
 
HTTPWebResult() - Constructor for class com.stc.connector.appconn.webservice.http.HTTPWebResult
 

I

isTextResult() - Method in interface com.stc.connector.appconn.http.HTTPResult
Checks whether the result content is text or binary.

P

persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequestType
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
Persists (serialize) this message.
post() - Method in interface com.stc.connector.appconn.http.HTTPClientApplication
Performs an HTTP POST request.
post(HTTPWebRequest) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebClientApplication
Perform an HTTP POST operation.

R

removeContentType(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes a value from the Content-type header.
removeHeader(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes an HTTP request header.
removeParameterRequest(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Removes a parameter (name/value form-data pair).
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequestType
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
Restore (deserialize) this message.

S

sendResponse() - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebServerApplication
Sends the web response to the client.
setAuthType(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the name of the authentication scheme used to protect the servlet.
setBinaryResult(byte[]) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the HTTP binary body result.
setByteArray(byte[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the contents of the request as a byte array.
setByteArray(byte[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the contents of the response as a byte array.
setByteRequestBody(byte[]) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Sets the request body with a byte array payload.
setByteRequestBody(byte[]) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Sets the byte array body content.
setCharacterEncoding(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the name of the character encoding used in the body of this request.
setComment(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setContentLength(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the length, in bytes, of the request body.
setContentLength(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentType(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the MIME type of the body of the request.
setContentType(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the content type of the response being sent to the client.
setContentTypes(HTTPWebContentTypeList) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Sets the HTTP content-type header values.
setContextPath(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the portion of the request URI that indicates the context of the request.
setCookie(Cookie) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Adds the specified cookie to the response.
setCookieList(Cookie[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Sets a CookieList from an array of Cookie.
setCookieList(int, Cookie) - Method in class com.stc.connector.otd.httpserveradapter.webservice.CookieList
Sets a WebHeader at a specified index.
setCookies(CookieList) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets an array containing tall of the Cookie objects the client sent with this request.
setCredentials(String, String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Sets the user credentials (user name and password) for the underlined URL
setDomain(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setErrorStatusCode(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the error status code to be sent to the client.
setErrorStatusMsg(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the error status message to be sent to the client.
setHeaderInfo(WebHeaderList) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the WebHeaderList representing headers of this request.
setHeaderInfo(WebHeaderList) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the WebHeaderList representing headers of this response.
setHeaders(HTTPWebHeaderList) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Set the HTTP headers.
setHeaders(HTTPWebHeaderList) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the HTTP header list.
setIsRequestedSessionIdFromCookie(boolean) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets whether the requested session ID came in as a cookie.
setIsRequestedSessionIdFromURL(boolean) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets whether the requested session ID came in as part of the request URL.
setIsRequestedSessionIdValid(boolean) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets whether the requested session ID is still valid.
setIsSecure(boolean) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets a boolean indicating whether this request was made using a secure channel, such as HTTPS.
setIsTextResult(boolean) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the flag which determines whether the result is text.
setMaxAge(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setMethod(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the name of the HTTP method with which this request was made; for example, GET, POST, or PUT.
setName(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Sets the name of the header.
setName(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setName(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
setParameterInfo(WebParameterList) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the WebParameterList representing parameters of this request.
setParameters(HTTPWebParameterList) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Sets the HTTP parameters for form-data.
setPath(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setPathInfo(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets any extra path information associated with the URL the client sent when it made this request.
setPathTranslated(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets any extra path information after the servlet name but before the query string.
setProtocol(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the name and version of the protocol the request uses in form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
setQueryString(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the query string that is contained in the request URL after the path.
setRedirectLocation(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the redirect location.
setRemoteAddr(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the Internet Protocol (IP) address of the client that sent the request.
setRemoteHost(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the fully qualified name of the client that sent the request.
setRemoteUser(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the login of the user making this request, if the user has not been authenticated.
setRequestedSessionId(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the session ID specified by the client.
setRequestURI(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the part of this request's URL from the protocol name dos.writeInt(version); up to the query string in the first line of the HTTP request.
setRequestURL(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the reconstructed URL the client used to make the request.
setResponseCode(int) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the HTTP status code.
setResponseMessage(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the HTTP response message.
setScheme(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the name of the scheme used to make this request; for example http, https, or ftp.
setSecure(boolean) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setServerName(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the host name of the server that received the request.
setServerPort(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the port number on which this request was received.
setServletPath(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the part of this request's URL that calls the servlet.
setStatus(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the status code for this response.
setStringRequestBody(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Sets the request body with a String payload.
setStringRequestBody(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Sets the text body content.
setStrongestAuthSchemeLevel(int) - Method in interface com.stc.connector.appconn.http.HTTPRequest
User can set the strongest authentication scheme level allowable; if basic level is set, then all basic challenge received will be attempted but digest challenge will be ignored; if digest level is set, then all basic and digest challenges received will be attempted; if automatic detection level is set, then it will behave the same way as for Digest Authentication but for future purpose it implies that it will attempt any supported authentication schemes.
setText(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets the contents of the request as a string.
setText(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Sets the contents of the response as a string.
setTextResult(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebResult
Sets the HTTP text body result.
setURL(String) - Method in interface com.stc.connector.appconn.http.HTTPRequest
Sets the URL for the HTTP request.
setUrl(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebRequest
Set the URL.
setUserPrincipal(Principal) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Sets a java.security.Principal object containing the name of the current authenticated user.
setValue(String) - Method in class com.stc.connector.appconn.webservice.http.HTTPWebHeader
Sets the value of the header.
setValue(String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setValues(String[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
setValues(int, String) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
setVersion(int) - Method in class com.stc.connector.otd.httpserveradapter.webservice.Cookie
 
setWebHeaderList(WebNameValues[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Sets WebHeaderList.
setWebHeaderList(int, WebNameValues) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Sets a WebHeader at a specified index.
setWebParameterList(WebNameValues[]) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Sets a WebParameterList.
setWebParameterList(int, WebNameValues) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
 
setWebRequest(WebRequest) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebRequestType
Sets the WebRequest object.
setWebResponse(WebResponse) - Method in class com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
Sets the WebResponse object.

W

WebHeaderList - Class in com.stc.connector.otd.httpserveradapter.webservice
 
WebHeaderList() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebHeaderList
Creates a new instance of WebHeaderList
WebNameValues - Class in com.stc.connector.otd.httpserveradapter.webservice
 
WebNameValues() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
WebNameValues(String, ArrayList) - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebNameValues
 
WebParameterList - Class in com.stc.connector.otd.httpserveradapter.webservice
 
WebParameterList() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebParameterList
Creates a new instance of WebParameterList
WebRequest - Class in com.stc.connector.otd.httpserveradapter.webservice
This interface represents a Web HTTP request.
WebRequest() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebRequest
Default Constructor.
WebRequestType - Class in com.stc.connector.otd.httpserveradapter.webservice
This class represents a http server webrequest type.
WebRequestType() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebRequestType
 
WebResponse - Class in com.stc.connector.otd.httpserveradapter.webservice
This interface represents an Web HTTP response.
WebResponse() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Constructor.
WebResponse(HttpServletResponse) - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebResponse
Constructor.
WebResponseType - Class in com.stc.connector.otd.httpserveradapter.webservice
This class represents a http server webresponse type.
WebResponseType() - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebResponseType
 
WebServerApplication - Class in com.stc.connector.otd.httpserveradapter.webservice
HTTP Application implementation for Java collaboration.
WebServerApplication(ServletCMRequest, WebRequest, WebResponse) - Constructor for class com.stc.connector.otd.httpserveradapter.webservice.WebServerApplication
Constructor.

A C G H I P R S W
Sun Adapter for HTTP API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.