Index

A B C D E F G H I L M N O P R S T U V X 
All Classes|All Packages|Constant Field Values

A

abort() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Cancels any network activity and resets the object.
ABORTED - Enum constant in enum class org.jdesktop.http.State
 
Abs - Class in org.jdesktop.xpath.function
 
Abs() - Constructor for class org.jdesktop.xpath.function.Abs
Creates a new instance of EndsWith
AbstractBean - Class in org.jdesktop.beans
A convenience class from which to extend all non-visual JavaBeans.
AbstractBean() - Constructor for class org.jdesktop.beans.AbstractBean
Creates a new instance of JavaBean
AbstractBean(PropertyChangeSupport, VetoableChangeSupport) - Constructor for class org.jdesktop.beans.AbstractBean
Creates a new instance of JavaBean, using the supplied PropertyChangeSupport and VetoableChangeSupport delegates.
AbstractFunction - Class in org.jdesktop.xpath.function
 
AbstractFunction(String, int) - Constructor for class org.jdesktop.xpath.function.AbstractFunction
 
ACCEPTED - Enum constant in enum class org.jdesktop.http.StatusCode
 
addNamespaceMapping(String, String) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a PropertyChangeListener for a specific property.
addReadyStateChangeListener(PropertyChangeListener) - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
addVetoableChangeListener(VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a VetoableListener to the listener list.
addVetoableChangeListener(String, VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Add a VetoableChangeListener for a specific property.
adoptNode(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
appendChild(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
AsyncHttpRequest - Class in org.jdesktop.http.async
A simple non visual bean that uses HTTP to interact with web servers.
AsyncHttpRequest() - Constructor for class org.jdesktop.http.async.AsyncHttpRequest
Creates a new instance of AsyncHttpRequest.
AsyncHttpRequest.AsyncWorker - Class in org.jdesktop.http.async
 
AsyncHttpRequest.ReadyState - Enum Class in org.jdesktop.http.async
Indicates the state of this AsyncHttpRequest.
AsyncRequestAdapter - Class in org.jdesktop.http.async.event
 
AsyncRequestAdapter() - Constructor for class org.jdesktop.http.async.event.AsyncRequestAdapter
 
AsyncRequestListener - Interface in org.jdesktop.http.async.event
 
AsyncWorker() - Constructor for class org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
 

B

BAD_GATEWAY - Enum constant in enum class org.jdesktop.http.StatusCode
 
BAD_REQUEST - Enum constant in enum class org.jdesktop.http.StatusCode
 

C

clone() - Method in class org.jdesktop.beans.AbstractBean
 
clone() - Method in class org.jdesktop.http.NameValuePair
 
clone() - Method in class org.jdesktop.http.Parameter
 
cloneNode(boolean) - Method in class org.jdesktop.dom.SimpleDocument
 
compareDocumentPosition(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
compile(String) - Static method in class org.jdesktop.xpath.XPathUtils
Compiles the given expression, using the internal XPath instance of this class and returns the XPathExpression.
CONFLICT - Enum constant in enum class org.jdesktop.http.StatusCode
 
CONNECTING - Enum constant in enum class org.jdesktop.http.State
 
Constants - Interface in org.jdesktop.http
 
CONTINUE - Enum constant in enum class org.jdesktop.http.StatusCode
 
Cookie - Class in org.jdesktop.http
Doesn't yet support Cookie2.
Cookie() - Constructor for class org.jdesktop.http.Cookie
 
CookieManager - Class in org.jdesktop.http
A JVM-wide manager of HTTP Cookies.
createAsyncWorker(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
createAttribute(String) - Method in class org.jdesktop.dom.SimpleDocument
 
createAttributeNS(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
createCDATASection(String) - Method in class org.jdesktop.dom.SimpleDocument
 
createComment(String) - Method in class org.jdesktop.dom.SimpleDocument
 
CREATED - Enum constant in enum class org.jdesktop.http.StatusCode
 
createDocumentFragment() - Method in class org.jdesktop.dom.SimpleDocument
 
createElement(String) - Method in class org.jdesktop.dom.SimpleDocument
 
createElementNS(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
createEntityReference(String) - Method in class org.jdesktop.dom.SimpleDocument
 
createProcessingInstruction(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
createTextNode(String) - Method in class org.jdesktop.dom.SimpleDocument
 
createURL(String) - Method in class org.jdesktop.http.Session
This method exists for the sake of testing.

D

DELETE - Enum constant in enum class org.jdesktop.http.Method
 
doInBackground() - Method in class org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
 
done() - Method in class org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
 
DONE - Enum constant in enum class org.jdesktop.http.State
 

E

Element(Parameter...) - Constructor for class org.jdesktop.http.Header.Element
Create a new instance of Element with the given params.
EndsWith - Class in org.jdesktop.xpath.function
 
EndsWith() - Constructor for class org.jdesktop.xpath.function.EndsWith
Creates a new instance of EndsWith
EqualsIgnoreCase - Class in org.jdesktop.xpath.function
 
EqualsIgnoreCase() - Constructor for class org.jdesktop.xpath.function.EqualsIgnoreCase
Creates a new instance of EndsWith
EscapeUri - Class in org.jdesktop.xpath.function
 
EscapeUri() - Constructor for class org.jdesktop.xpath.function.EscapeUri
Creates a new instance of EndsWith
evaluate(List) - Method in class org.jdesktop.xpath.function.Abs
 
evaluate(List) - Method in class org.jdesktop.xpath.function.EndsWith
 
evaluate(List) - Method in class org.jdesktop.xpath.function.EqualsIgnoreCase
 
evaluate(List) - Method in class org.jdesktop.xpath.function.EscapeUri
 
evaluate(List) - Method in class org.jdesktop.xpath.function.LowerCase
 
evaluate(List) - Method in class org.jdesktop.xpath.function.Matches
 
evaluate(List) - Method in class org.jdesktop.xpath.function.Replace
 
evaluate(List) - Method in class org.jdesktop.xpath.function.UpperCase
 
execute(Method, String) - Method in class org.jdesktop.http.Session
Constructs and executes a Request, and returns the Response.
execute(Method, String, Parameter...) - Method in class org.jdesktop.http.Session
Constructs and executes a Request, and returns the Response.
execute(Request) - Method in class org.jdesktop.http.Session
Executes the given Request, and returns a Response.
EXPECTATION_FAILED - Enum constant in enum class org.jdesktop.http.StatusCode
 

F

FAILED - Enum constant in enum class org.jdesktop.http.State
 
FAILED_DEPENDENCY - Enum constant in enum class org.jdesktop.http.StatusCode
 
fireIndexedPropertyChange(String, int, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a bound indexed property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.jdesktop.beans.AbstractBean
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a bound property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class org.jdesktop.beans.AbstractBean
Fire a vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class org.jdesktop.beans.AbstractBean
Report a vetoable property update to any registered listeners.
FORBIDDEN - Enum constant in enum class org.jdesktop.http.StatusCode
 

G

GATEWAY_TIMEOUT - Enum constant in enum class org.jdesktop.http.StatusCode
 
get(String) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.GET method.
get(String, Parameter...) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.GET method.
get(URI, Map<String, List<String>>) - Method in class org.jdesktop.http.CookieManager
 
GET - Enum constant in enum class org.jdesktop.http.Method
 
getAllResponseHeaders() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Gets all of the response headers as one long string.
getArity() - Method in class org.jdesktop.xpath.function.AbstractFunction
 
getAttributes() - Method in class org.jdesktop.dom.SimpleDocument
 
getBaseURI() - Method in class org.jdesktop.dom.SimpleDocument
 
getBaseUrl() - Method in class org.jdesktop.http.Response
Gets the url that was used to produce this Response.
getBody() - Method in class org.jdesktop.http.Request
Protected method which returns the request body.
getBody() - Method in class org.jdesktop.http.Response
Gets the response body as a String.
getBodyAsBytes() - Method in class org.jdesktop.http.Response
Gets a byte array representing the body of the response.
getBodyAsReader() - Method in class org.jdesktop.http.Response
Gets a Reader from which the body of the response may be read.
getBodyAsStream() - Method in class org.jdesktop.http.Response
Gets an InputStream from which the body of the response may be read.
getBytesSoFar() - Method in class org.jdesktop.http.Session
 
getChildElementCount(Node) - Method in class org.jdesktop.dom.SimpleDocument
Returns the number of child elements for the given node.
getChildElements(Node) - Method in class org.jdesktop.dom.SimpleDocument
Returns the child elements of the specified node.
getChildNodes() - Method in class org.jdesktop.dom.SimpleDocument
 
getCode() - Method in enum class org.jdesktop.http.StatusCode
 
getComment() - Method in class org.jdesktop.http.Cookie
 
getCookies() - Static method in class org.jdesktop.http.CookieManager
 
getCookies(String) - Static method in class org.jdesktop.http.CookieManager
 
getCookies(URI) - Static method in class org.jdesktop.http.CookieManager
 
getDescription() - Method in enum class org.jdesktop.http.StatusCode
 
getDoctype() - Method in class org.jdesktop.dom.SimpleDocument
 
getDocumentElement() - Method in class org.jdesktop.dom.SimpleDocument
 
getDocumentURI() - Method in class org.jdesktop.dom.SimpleDocument
 
getDomain() - Method in class org.jdesktop.http.Cookie
 
getDomConfig() - Method in class org.jdesktop.dom.SimpleDocument
 
getDOMImplementation() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
getElement(String) - Method in class org.jdesktop.dom.SimpleDocument
Returns a Node matching the given expression.
getElement(String, Node) - Method in class org.jdesktop.dom.SimpleDocument
Returns a Node matching the given expression.
getElement(String, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns a Node matching the given expression.
getElement(XPathExpression, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns a Node matching the given expression.
getElementById(String) - Method in class org.jdesktop.dom.SimpleDocument
 
getElements() - Method in class org.jdesktop.http.Header
Returns an array of Elements for this Header.
getElements(String) - Method in class org.jdesktop.dom.SimpleDocument
Returns a SimpleNodeList containing all the nodes that match the given expression.
getElements(String, Node) - Method in class org.jdesktop.dom.SimpleDocument
Returns a SimpleNodeList containing all the nodes that match the given expression when executed on the given node (as opposed to the dom as a whole).
getElements(String, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns a SimpleNodeList containing all the nodes that match the given expression when executed on the given node (as opposed to the dom as a whole).
getElements(XPathExpression, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns a SimpleNodeList containing all the nodes that match the given expression when executed on the given node (as opposed to the dom as a whole).
getElementsByTagName(String) - Method in class org.jdesktop.dom.SimpleDocument
 
getElementsByTagNameNS(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
getException() - Method in class org.jdesktop.http.async.AsyncHttpRequest
If during the processing of this request an exception occured, then this method will return that Exception.
getFeature(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
getFirstChild() - Method in class org.jdesktop.dom.SimpleDocument
 
getFollowRedirects() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Returns true if this request should automatically follow redirects, false otherwise.
getFollowRedirects() - Method in class org.jdesktop.http.Request
Gets whether to automatically follow redirct requests.
getHeader(String) - Method in class org.jdesktop.http.Request
Returns the Header with the given name, or null if there is no such header.
getHeader(String) - Method in class org.jdesktop.http.Response
Returns the Header with the given name, or null if there is no such header.
getHeaders() - Method in class org.jdesktop.http.Request
Gets an array of all the Headers for this Request.
getHeaders() - Method in class org.jdesktop.http.Response
Gets an array of all the Headers for this Request.
getImplementation() - Method in class org.jdesktop.dom.SimpleDocument
 
getInputEncoding() - Method in class org.jdesktop.dom.SimpleDocument
 
getLastChild() - Method in class org.jdesktop.dom.SimpleDocument
 
getLastModified() - Method in class org.jdesktop.http.Response
Gets the Date specified in the Last-Modified header, if any.
getLength() - Method in class org.jdesktop.dom.SimpleNodeList
 
getLocalName() - Method in class org.jdesktop.dom.SimpleDocument
 
getMaxAge() - Method in class org.jdesktop.http.Cookie
 
getMethod() - Method in class org.jdesktop.http.Request
Gets the http Method used.
getName() - Method in class org.jdesktop.http.NameValuePair
Gets the name.
getName() - Method in class org.jdesktop.xpath.function.AbstractFunction
 
getNamespaceURI() - Method in class org.jdesktop.dom.SimpleDocument
 
getNamespaceURI(String) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
getNextSibling() - Method in class org.jdesktop.dom.SimpleDocument
 
getNodeName() - Method in class org.jdesktop.dom.SimpleDocument
 
getNodeType() - Method in class org.jdesktop.dom.SimpleDocument
 
getNodeValue() - Method in class org.jdesktop.dom.SimpleDocument
 
getNumberParam(Object) - Method in class org.jdesktop.xpath.function.AbstractFunction
 
getOnReadyStateChange() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Returns the ready-state change listener.
getOwnerDocument() - Method in class org.jdesktop.dom.SimpleDocument
 
getParameter(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Returns the Parameter with the given name, or null if there is no such Parameter.
getParameter(String) - Method in class org.jdesktop.http.Request
Returns the Parameter with the given name, or null if there is no such Parameter.
getParameters() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Gets an array of all the Parameters for this Request.
getParameters() - Method in class org.jdesktop.http.Header.Element
Gets the parameters.
getParameters() - Method in class org.jdesktop.http.Request
Gets an array of all the Parameters for this Request.
getParentNode() - Method in class org.jdesktop.dom.SimpleDocument
 
getPassword() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the passsword to use for Basic Authentication.
getPassword() - Method in class org.jdesktop.http.Request
Gets the password.
getPath() - Method in class org.jdesktop.http.Cookie
 
getPrefix() - Method in class org.jdesktop.dom.SimpleDocument
 
getPrefix(String) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
getPrefixes(String) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
getPreviousSibling() - Method in class org.jdesktop.dom.SimpleDocument
 
getProgress() - Method in class org.jdesktop.http.Session
 
getPropertyChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners that were added to the PropertyChangeSupport object with addPropertyChangeListener().
getPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners which have been associated with the named property.
getReadyState() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Gets the ready state of this AsyncHttpRequest.
getReadyStateChangeListeners() - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
getResponseHeader(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Gets a single response header as a string.
getResponseText() - Method in class org.jdesktop.http.async.AsyncHttpRequest
If the readyState property has a value other than RECEIVING or LOADED, reponseText MUST be the empty string.
getResponseXML() - Method in class org.jdesktop.http.async.XmlHttpRequest
If the readyState attribute has a value other than LOADED, then this method will return null.
getSchema() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
getSession() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Returns the Session used with this Request.
getSslSecurityLevel() - Method in class org.jdesktop.http.Session
Gets the SecurityLevel used for SSL connections.
getState() - Method in class org.jdesktop.http.Session
 
getStatus() - Method in class org.jdesktop.http.async.AsyncHttpRequest
If the status property is not available it MUST raise an exception.
getStatusCode() - Method in class org.jdesktop.http.Response
Gets the status code.
getStatusText() - Method in class org.jdesktop.http.async.AsyncHttpRequest
If the statusText property is not available, it MUST raise an exception.
getStatusText() - Method in class org.jdesktop.http.Response
Returns the status text.
getStrictErrorChecking() - Method in class org.jdesktop.dom.SimpleDocument
 
getString(String) - Method in class org.jdesktop.dom.SimpleDocument
Returns the text content of the Node matching the given expression.
getString(String, Node) - Method in class org.jdesktop.dom.SimpleDocument
Returns the text content of the Node matching the given expression.
getString(String, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns the text content of the Node matching the given expression.
getString(String, Node, String, String) - Static method in class org.jdesktop.xpath.XPathUtils
 
getString(XPathExpression, Node) - Static method in class org.jdesktop.xpath.XPathUtils
Returns the text content of the Node matching the given expression.
getStringParam(Object) - Method in class org.jdesktop.xpath.function.AbstractFunction
 
getTextContent() - Method in class org.jdesktop.dom.SimpleDocument
 
getTotalBytes() - Method in class org.jdesktop.http.Session
 
getUrl() - Method in class org.jdesktop.http.Request
Returns the URL to request content from.
getUserData(String) - Method in class org.jdesktop.dom.SimpleDocument
 
getUsername() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the username to use for Basic Authentication.
getUsername() - Method in class org.jdesktop.http.Request
Gets the username used for Basic Authentication.
getValue() - Method in class org.jdesktop.http.NameValuePair
Gets the value.
getVersion() - Method in class org.jdesktop.http.Cookie
 
getVetoableChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
Returns the list of VetoableChangeListeners.
getVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Returns an array of all the listeners which have been associated with the named property.
getXmlEncoding() - Method in class org.jdesktop.dom.SimpleDocument
 
getXmlStandalone() - Method in class org.jdesktop.dom.SimpleDocument
 
getXmlVersion() - Method in class org.jdesktop.dom.SimpleDocument
 
GONE - Enum constant in enum class org.jdesktop.http.StatusCode
 

H

handleResponse(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Method that provides a hook for subclasses to create concrete types (such as DOM, JSONObject, etc) when the response has been fully read.
handleResponse(String) - Method in class org.jdesktop.http.async.XmlHttpRequest
 
hasAttributes() - Method in class org.jdesktop.dom.SimpleDocument
 
hasChildNodes() - Method in class org.jdesktop.dom.SimpleDocument
 
hasPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.
hasVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
Check if there are any listeners for a specific property, including those registered on all properties.
HDAER_FROM - Static variable in interface org.jdesktop.http.Constants
 
HEAD - Enum constant in enum class org.jdesktop.http.Method
 
Header - Class in org.jdesktop.http
Represents a header field in an http Request or Response.
Header() - Constructor for class org.jdesktop.http.Header
Creates a new Header with a null name and value, and no elements.
Header(String, String) - Constructor for class org.jdesktop.http.Header
Creates a new Header with the given name and value, and no elements.
Header(String, String, Header.Element...) - Constructor for class org.jdesktop.http.Header
Creates a new Header with the given name, value, and elements.
HEADER_ACCEPT_CHARSET - Static variable in interface org.jdesktop.http.Constants
 
HEADER_ACCEPT_ENCODING - Static variable in interface org.jdesktop.http.Constants
 
HEADER_AUTHORIZATION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_BASE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_LENGTH - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_LOCATION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_MD5 - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_RANGE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_TYPE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_CONTENT_VERSION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_DATE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_DELTA_BASE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_DEPTH - Static variable in interface org.jdesktop.http.Constants
 
HEADER_DESTINATION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_E_TAG - Static variable in interface org.jdesktop.http.Constants
 
HEADER_EXPECT - Static variable in interface org.jdesktop.http.Constants
 
HEADER_HOST - Static variable in interface org.jdesktop.http.Constants
 
HEADER_IF_MODIFIED_SINCE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_IF_RANGE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_KEEP_ALIVE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_MAX_FORWARDS - Static variable in interface org.jdesktop.http.Constants
 
HEADER_MIME_VERSION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_OVERWRITE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_PROXY_AUTHORIZATION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_REFERER - Static variable in interface org.jdesktop.http.Constants
 
HEADER_SOAP_ACTION - Static variable in interface org.jdesktop.http.Constants
 
HEADER_TE - Static variable in interface org.jdesktop.http.Constants
 
HEADER_TIMEOUT - Static variable in interface org.jdesktop.http.Constants
 
HEADER_TRAILER - Static variable in interface org.jdesktop.http.Constants
 
HEADER_TRANSFER_ENCODING - Static variable in interface org.jdesktop.http.Constants
 
HEADER_UPGRADE - Static variable in interface org.jdesktop.http.Constants
 
Header.Element - Class in org.jdesktop.http
A representation of an Element within a Header.
High - Enum constant in enum class org.jdesktop.http.Session.SecurityLevel
 
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.jdesktop.http.StatusCode
 

I

importNode(Node, boolean) - Method in class org.jdesktop.dom.SimpleDocument
 
insertBefore(Node, Node) - Method in class org.jdesktop.dom.SimpleDocument
 
install() - Static method in class org.jdesktop.http.CookieManager
 
installFunction(AbstractFunction) - Static method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
INSUFFICIENT_SPACE_ON_RESOURCE - Enum constant in enum class org.jdesktop.http.StatusCode
 
INSUFFICIENT_STORAGE - Enum constant in enum class org.jdesktop.http.StatusCode
 
INTERNAL_SERVER_ERROR - Enum constant in enum class org.jdesktop.http.StatusCode
 
isDefaultNamespace(String) - Method in class org.jdesktop.dom.SimpleDocument
 
isEqualNode(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
isNamespaceAware() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
isSameNode(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
isSecure() - Method in class org.jdesktop.http.Cookie
 
isSupported(String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
isValidating() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
isXIncludeAware() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
item(int) - Method in class org.jdesktop.dom.SimpleNodeList
 
iterator() - Method in class org.jdesktop.dom.SimpleNodeList
 

L

LENGTH_REQUIRED - Enum constant in enum class org.jdesktop.http.StatusCode
 
LOADED - Enum constant in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
 
LOCKED - Enum constant in enum class org.jdesktop.http.StatusCode
 
lookupNamespaceURI(String) - Method in class org.jdesktop.dom.SimpleDocument
 
lookupPrefix(String) - Method in class org.jdesktop.dom.SimpleDocument
 
Low - Enum constant in enum class org.jdesktop.http.Session.SecurityLevel
 
LowerCase - Class in org.jdesktop.xpath.function
 
LowerCase() - Constructor for class org.jdesktop.xpath.function.LowerCase
Creates a new instance of EndsWith

M

main(String[]) - Static method in class org.jdesktop.http.async.XmlHttpRequest
 
Matches - Class in org.jdesktop.xpath.function
 
Matches() - Constructor for class org.jdesktop.xpath.function.Matches
Creates a new instance of EndsWith
Medium - Enum constant in enum class org.jdesktop.http.Session.SecurityLevel
 
Method - Enum Class in org.jdesktop.http
 
METHOD_FAILURE - Enum constant in enum class org.jdesktop.http.StatusCode
 
METHOD_NOT_ALLOWED - Enum constant in enum class org.jdesktop.http.StatusCode
 
MOVED_PERMANENTLY - Enum constant in enum class org.jdesktop.http.StatusCode
 
MOVED_TEMPORARILY - Enum constant in enum class org.jdesktop.http.StatusCode
 
MULTI_STATUS - Enum constant in enum class org.jdesktop.http.StatusCode
 
MULTIPLE_CHOICES - Enum constant in enum class org.jdesktop.http.StatusCode
 

N

NameValuePair - Class in org.jdesktop.http
Represents a name/value pair.
NameValuePair() - Constructor for class org.jdesktop.http.NameValuePair
Creates a new instance of NameValuePair.
NameValuePair(String, String) - Constructor for class org.jdesktop.http.NameValuePair
Creates a new instance of NameValuePair, using the supplied name and value.
newDocument() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
NO_CONTENT - Enum constant in enum class org.jdesktop.http.StatusCode
 
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.jdesktop.http.StatusCode
 
normalize() - Method in class org.jdesktop.dom.SimpleDocument
 
normalizeDocument() - Method in class org.jdesktop.dom.SimpleDocument
 
NOT_ACCEPTABLE - Enum constant in enum class org.jdesktop.http.StatusCode
 
NOT_FOUND - Enum constant in enum class org.jdesktop.http.StatusCode
 
NOT_IMPLEMENTED - Enum constant in enum class org.jdesktop.http.StatusCode
 
NOT_MODIFIED - Enum constant in enum class org.jdesktop.http.StatusCode
 

O

OK - Enum constant in enum class org.jdesktop.http.StatusCode
 
onAbort() - Method in class org.jdesktop.http.async.event.AsyncRequestAdapter
 
onAbort() - Method in interface org.jdesktop.http.async.event.AsyncRequestListener
 
onError() - Method in class org.jdesktop.http.async.event.AsyncRequestAdapter
 
onError() - Method in interface org.jdesktop.http.async.event.AsyncRequestListener
 
onLoad() - Method in class org.jdesktop.http.async.event.AsyncRequestAdapter
 
onLoad() - Method in interface org.jdesktop.http.async.event.AsyncRequestListener
 
onProgress() - Method in class org.jdesktop.http.async.event.AsyncRequestAdapter
 
onProgress() - Method in interface org.jdesktop.http.async.event.AsyncRequestListener
 
onTimeout() - Method in class org.jdesktop.http.async.event.AsyncRequestAdapter
 
onTimeout() - Method in interface org.jdesktop.http.async.event.AsyncRequestListener
 
open(Method, String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Initializes the AsyncHttpRequest prior to sending a request.
open(Method, String, boolean) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Initializes the AsyncHttpRequest prior to sending a request.
open(Method, String, boolean, String, String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Initializes the AsyncHttpRequest prior to sending a request.
OPEN - Enum constant in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
 
OPTIONS - Enum constant in enum class org.jdesktop.http.Method
 
org.jdesktop.beans - package org.jdesktop.beans
 
org.jdesktop.dom - package org.jdesktop.dom
 
org.jdesktop.http - package org.jdesktop.http
 
org.jdesktop.http.async - package org.jdesktop.http.async
 
org.jdesktop.http.async.event - package org.jdesktop.http.async.event
 
org.jdesktop.xpath - package org.jdesktop.xpath
 
org.jdesktop.xpath.function - package org.jdesktop.xpath.function
 

P

Parameter - Class in org.jdesktop.http
A NameValuePair used as a Parameter to http Requests.
Parameter() - Constructor for class org.jdesktop.http.Parameter
Creates a new instance of Parameter with a null name and value.
Parameter(String, String) - Constructor for class org.jdesktop.http.Parameter
Creates a new instance of Parameter with the given name and value.
parse(File) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
parse(InputStream) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
parse(InputStream, String) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
parse(String) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
parse(InputSource) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
parseCookie(String) - Static method in class org.jdesktop.http.Cookie
 
parseString(String) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given String as an XML document and return a new DOM SimpleDocument object.
PARTIAL_CONTENT - Enum constant in enum class org.jdesktop.http.StatusCode
 
PAYMENT_REQUIRED - Enum constant in enum class org.jdesktop.http.StatusCode
 
post(String) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.POST method.
post(String, Parameter...) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.POST method.
POST - Enum constant in enum class org.jdesktop.http.Method
 
PRECONDITION_FAILED - Enum constant in enum class org.jdesktop.http.StatusCode
 
printDocument(Document, OutputStream) - Static method in class org.jdesktop.http.async.XmlHttpRequest
 
PROCESSING - Enum constant in enum class org.jdesktop.http.StatusCode
 
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.jdesktop.http.StatusCode
 
put(String) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.PUT method.
put(String, Parameter...) - Method in class org.jdesktop.http.Session
Constructs and executes a Request using the Method.PUT method.
put(URI, Map<String, List<String>>) - Method in class org.jdesktop.http.CookieManager
 
PUT - Enum constant in enum class org.jdesktop.http.Method
 

R

READY - Enum constant in enum class org.jdesktop.http.State
 
RECEIVING - Enum constant in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
 
RECEIVING - Enum constant in enum class org.jdesktop.http.State
 
removeChild(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
removeHeader(String) - Method in class org.jdesktop.http.Request
Removes the given named header from this Request.
removeHeader(Header) - Method in class org.jdesktop.http.Request
Removes the given header from this Request.
removeNamespaceMapping(String) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a PropertyChangeListener for a specific property.
removeReadyStateChangeListener(PropertyChangeListener) - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
Remove a VetoableChangeListener for a specific property.
renameNode(Node, String, String) - Method in class org.jdesktop.dom.SimpleDocument
 
Replace - Class in org.jdesktop.xpath.function
 
Replace() - Constructor for class org.jdesktop.xpath.function.Replace
Creates a new instance of EndsWith
replaceChild(Node, Node) - Method in class org.jdesktop.dom.SimpleDocument
 
Request - Class in org.jdesktop.http
Represents an http request.
Request() - Constructor for class org.jdesktop.http.Request
Creates a new instance of Request.
Request(String) - Constructor for class org.jdesktop.http.Request
Creaets a new instance of Request with the specified URL.
Request(Method, String) - Constructor for class org.jdesktop.http.Request
Creates a new instance of Request with the specified HTTP method and url.
Request(Request) - Constructor for class org.jdesktop.http.Request
Creates a new instance of Request, using source as the basis for all of the initial property values (except for requestBody, which is always null).
REQUEST_TIMEOUT - Enum constant in enum class org.jdesktop.http.StatusCode
 
REQUEST_TOO_LONG - Enum constant in enum class org.jdesktop.http.StatusCode
 
REQUEST_URI_TOO_LONG - Enum constant in enum class org.jdesktop.http.StatusCode
 
REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class org.jdesktop.http.StatusCode
 
reset() - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
reset() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Clears any response state and resets the readyState to UNINITIALIZED.
reset() - Method in class org.jdesktop.http.async.XmlHttpRequest
 
RESET_CONTENT - Enum constant in enum class org.jdesktop.http.StatusCode
 
resolveFunction(QName, int) - Method in class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
Response - Class in org.jdesktop.http
Represents a Response from an http Request.

S

safeSetReadyState(AsyncHttpRequest.ReadyState) - Method in class org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
Helper method which allows me to set the ready state on the EDT
SEE_OTHER - Enum constant in enum class org.jdesktop.http.StatusCode
 
send() - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sends the request to the server.
send(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
send(Document) - Method in class org.jdesktop.http.async.AsyncHttpRequest
 
SENDING - Enum constant in enum class org.jdesktop.http.State
 
SENT - Enum constant in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
 
SENT - Enum constant in enum class org.jdesktop.http.State
 
SERVICE_UNAVAILABLE - Enum constant in enum class org.jdesktop.http.StatusCode
 
Session - Class in org.jdesktop.http
Represents a user's "session" on the web.
Session() - Constructor for class org.jdesktop.http.Session
Creates a new Session.
Session(boolean) - Constructor for class org.jdesktop.http.Session
Creates a new Session.
Session.SecurityLevel - Enum Class in org.jdesktop.http
Specifies a value to use for security, either Low, Medium, or High.
setBody(byte[]) - Method in class org.jdesktop.http.Request
Sets the request body to be the specified array of bytes.
setBody(InputStream) - Method in class org.jdesktop.http.Request
Sets the request body to be the specified InputStream.
setBody(String) - Method in class org.jdesktop.http.Request
Sets the request body to be the specified String.
setBody(Document) - Method in class org.jdesktop.http.Request
Sets the request body to be the specified Document.
setComment(String) - Method in class org.jdesktop.http.Cookie
 
setDocumentURI(String) - Method in class org.jdesktop.dom.SimpleDocument
 
setDomain(String) - Method in class org.jdesktop.http.Cookie
 
setElements(Header.Element...) - Method in class org.jdesktop.http.Header
Sets the elements.
setEntityResolver(EntityResolver) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
setErrorHandler(ErrorHandler) - Method in class org.jdesktop.dom.SimpleDocumentBuilder
 
setFollowRedirects(boolean) - Method in class org.jdesktop.http.Request
Specifies whether to automatically follow redirects.
setFollowsRedirects(boolean) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Specifies whether the request should automatically follow redirects.
setHeader(String, String) - Method in class org.jdesktop.http.Request
Creates a new Header with the given name and value, and no elements and adds it to the set of headers.
setHeader(String, String, Header.Element...) - Method in class org.jdesktop.http.Request
Creates a new Header with the given name, value, and elements and adds it to the set of headers.
setHeader(Header) - Method in class org.jdesktop.http.Request
Adds the given header to the set of headers.
setHeaders(Header...) - Method in class org.jdesktop.http.Request
Sets the headers to use with this Request.
setMaxAge(int) - Method in class org.jdesktop.http.Cookie
 
setMethod(Method) - Method in class org.jdesktop.http.Request
Sets the http Method to use for this Request.
setName(String) - Method in class org.jdesktop.http.NameValuePair
Sets the name.
setNodeValue(String) - Method in class org.jdesktop.dom.SimpleDocument
 
setOnReadyStateChange(PropertyChangeListener) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the listener to use for ready-state change event notification.
setParameter(String, String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Adds the given parameter to the set of parameters.
setParameter(String, String) - Method in class org.jdesktop.http.Request
Creates a Parameter using the given name and value and then adds it to the set of parameters.
setParameter(Parameter) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Adds the given parameter to the set of parameters.
setParameter(Parameter) - Method in class org.jdesktop.http.Request
Adds the given parameter to the set of parameters.
setParameters(Parameter...) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the parameters to use with this Request.
setParameters(Parameter...) - Method in class org.jdesktop.http.Request
Sets the parameters to use with this Request.
setPassword(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the passsword to use for Basic Authentication.
setPassword(String) - Method in class org.jdesktop.http.Request
Sets the passsword to use for Basic Authentication.
setPath(String) - Method in class org.jdesktop.http.Cookie
 
setPrefix(String) - Method in class org.jdesktop.dom.SimpleDocument
 
setRequestHeader(String, String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Specifies a request header for the HTTP request.
setSecure(boolean) - Method in class org.jdesktop.http.Cookie
 
setSession(Session) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the Session to use with this request.
setSslSecurityLevel(Session.SecurityLevel) - Method in class org.jdesktop.http.Session
Sets the security level to use with SSL.
setState(State) - Method in class org.jdesktop.http.Session
 
setStrictErrorChecking(boolean) - Method in class org.jdesktop.dom.SimpleDocument
 
setTextContent(String) - Method in class org.jdesktop.dom.SimpleDocument
 
setUrl(String) - Method in class org.jdesktop.http.Request
The URL to request content from.
setUserData(String, Object, UserDataHandler) - Method in class org.jdesktop.dom.SimpleDocument
 
setUsername(String) - Method in class org.jdesktop.http.async.AsyncHttpRequest
Sets the username to use for Basic Authentication.
setUsername(String) - Method in class org.jdesktop.http.Request
Sets the username to use for Basic Authentication.
setValue(String) - Method in class org.jdesktop.http.NameValuePair
Sets the value.
setVersion(int) - Method in class org.jdesktop.http.Cookie
 
setXmlStandalone(boolean) - Method in class org.jdesktop.dom.SimpleDocument
 
setXmlVersion(String) - Method in class org.jdesktop.dom.SimpleDocument
 
SimpleDocument - Class in org.jdesktop.dom
A DOM Document that makes it easier to work with DOM documents.
SimpleDocument() - Constructor for class org.jdesktop.dom.SimpleDocument
Create a new, empty, SimpleDocument
SimpleDocument(String) - Constructor for class org.jdesktop.dom.SimpleDocument
Creates a new instance of SimpleDocument with the given XML.
SimpleDocument(Document) - Constructor for class org.jdesktop.dom.SimpleDocument
Creates a new instance of SimpleDocument.
SimpleDocumentBuilder - Class in org.jdesktop.dom
A DOM DocumentBuilder implementation that does not require the factory pattern for creation.
SimpleDocumentBuilder() - Constructor for class org.jdesktop.dom.SimpleDocumentBuilder
Create a new SimpleDocumentBuilder.
SimpleDocumentBuilder(boolean) - Constructor for class org.jdesktop.dom.SimpleDocumentBuilder
 
SimpleDocumentBuilder(DocumentBuilderFactory) - Constructor for class org.jdesktop.dom.SimpleDocumentBuilder
Create a SimpleDocumentBuilder that will wrap builders created from the given factory.
SimpleNodeList - Class in org.jdesktop.dom
An implementation of NodeList which also implements Iterable.
SimpleNodeList(List<Node>) - Constructor for class org.jdesktop.dom.SimpleNodeList
Create a new SimpleNodeList that wraps the given nodes
SimpleNodeList(Node...) - Constructor for class org.jdesktop.dom.SimpleNodeList
Create a new SimpleNodeList that wraps the given nodes
SimpleNodeList(NodeList) - Constructor for class org.jdesktop.dom.SimpleNodeList
Creates a new instance of SimpleNodeList.
simpleParse(InputStream) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM SimpleDocument object.
simpleParse(InputStream, boolean) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM SimpleDocument object.
simpleParse(String) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given String as an XML document and return a new DOM SimpleDocument object.
simpleParse(String, boolean) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given String as an XML document and return a new DOM SimpleDocument object.
simpleParse(URL) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given URL as an XML document and return a new DOM SimpleDocument object.
simpleParse(URL, boolean) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given URL as an XML document and return a new DOM SimpleDocument object.
simpleParse(InputSource) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM SimpleDocument object.
simpleParse(InputSource, boolean) - Static method in class org.jdesktop.dom.SimpleDocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM SimpleDocument object.
State - Enum Class in org.jdesktop.http
Enumeration indicating the state that a Session is in.
StatusCode - Enum Class in org.jdesktop.http
Based on: The HttpClient project's HttpStatus class.
SWITCHING_PROTOCOLS - Enum constant in enum class org.jdesktop.http.StatusCode
 

T

TEMPORARY_REDIRECT - Enum constant in enum class org.jdesktop.http.StatusCode
 
toString() - Method in class org.jdesktop.dom.SimpleDocument
 
toString() - Method in class org.jdesktop.http.Cookie
 
toString() - Method in class org.jdesktop.http.Header
 
toString() - Method in class org.jdesktop.http.NameValuePair
 
toString() - Method in class org.jdesktop.http.Request
 
toString() - Method in class org.jdesktop.http.Response
 
toString() - Method in enum class org.jdesktop.http.StatusCode
 
toXML() - Method in class org.jdesktop.dom.SimpleDocument
Exports this DOM as a String
toXML(Document) - Static method in class org.jdesktop.xpath.XPathUtils
Exports this DOM as a String
toXML(Document, Properties) - Static method in class org.jdesktop.xpath.XPathUtils
 
toXML(Node) - Method in class org.jdesktop.dom.SimpleDocument
 
TRACE - Enum constant in enum class org.jdesktop.http.Method
 

U

UNAUTHORIZED - Enum constant in enum class org.jdesktop.http.StatusCode
 
UNINITIALIZED - Enum constant in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
 
UNPROCESSABLE_ENTITY - Enum constant in enum class org.jdesktop.http.StatusCode
 
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.jdesktop.http.StatusCode
 
UpperCase - Class in org.jdesktop.xpath.function
 
UpperCase() - Constructor for class org.jdesktop.xpath.function.UpperCase
Creates a new instance of EndsWith
USE_PROXY - Enum constant in enum class org.jdesktop.http.StatusCode
 

V

valueOf(int) - Static method in enum class org.jdesktop.http.StatusCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jdesktop.http.Method
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jdesktop.http.Session.SecurityLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jdesktop.http.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.jdesktop.http.StatusCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.jdesktop.http.async.AsyncHttpRequest.ReadyState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jdesktop.http.Method
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jdesktop.http.Session.SecurityLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jdesktop.http.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.jdesktop.http.StatusCode
Returns an array containing the constants of this enum class, in the order they are declared.

X

XmlHttpRequest - Class in org.jdesktop.http.async
Mimics the AJAX equivilent.
XmlHttpRequest() - Constructor for class org.jdesktop.http.async.XmlHttpRequest
Creates a new instance of XmlHttpRequest
XPathFunctionResolverImpl - Class in org.jdesktop.xpath.function
 
XPathFunctionResolverImpl() - Constructor for class org.jdesktop.xpath.function.XPathFunctionResolverImpl
 
XPathUtils - Class in org.jdesktop.xpath
Various utilities for working with XPath.
A B C D E F G H I L M N O P R S T U V X 
All Classes|All Packages|Constant Field Values