|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.meterware.httpunit
| Interface Summary | |
| ContentConcealer | This is a marker interface implemented by HTMLElement classes which hide their content. |
| DialogResponder | Interface for an object to supply user responses to dialogs. |
| DNSListener | A listener for DNS Requests. |
| HTMLElement | An interface which defines the common properties for an HTML element, which can correspond to any HTML tag. |
| HTMLElementPredicate | An interface which can be used to define matching criteria for an HTML element. |
| HtmlErrorListener | Deprecated. as of 1.5.2, use HTMLParserListener |
| HTMLSegment | Represents the parse tree for a segment of HTML. |
| NodeUtils.NodeAction | |
| ParameterProcessor | |
| WebClientListener | A listener for messages sent and received by a web client. |
| WebWindowListener | A listener for web window openings and closings. |
| Class Summary | |
| AppletContextImpl | |
| AppletStubImpl | |
| Base64 | A utility class to convert to and from base 64 encoding. |
| BlockElement | Represents a block-level element such as a paragraph or table cell, which can contain other elements. |
| BooleanFormControl | |
| Button | A button in a form. |
| CheckboxFormControl | |
| ClientProperties | A class which represents the properties of a web client. |
| DefaultWebResponse | |
| DialogAdapter | |
| FileSubmitFormControl | |
| FixedURLWebRequestSource | An implementation of web request source whose URL does not change under user action. |
| FormControl | Represents a control in an HTML form. |
| FormParameter | Represents the aggregate of all form controls with a particular name. |
| FrameHolder | |
| FrameSelector | An immutable class which describes the position of a frame in the window hierarchy. |
| GetMethodWebRequest | An HTTP request using the GET method. |
| HeaderOnlyWebRequest | A web request which has no information in its message body. |
| HeadMethodWebRequest | A web request using the HEAD method. |
| HiddenFieldFormControl | |
| HTMLElementBase | |
| HTMLElementScriptable | |
| HTMLPage | This class represents an HTML page returned from a request. |
| HttpsProtocolSupport | Encapsulates support for the HTTPS protocol. |
| HttpsURLStreamHandler | |
| HttpUnitOptions | A collection of global options to control HttpUnit's behavior. |
| HttpUnitUtils | Utility code shared by httpunit and servletunit. |
| HttpUnitUtils.ClasspathEntityResolver | |
| HttpWebResponse | A response from a web server to an Http request. |
| JavascriptURLStreamHandler | |
| MessageBody | An abstract class representing the body of a web request. |
| MessageBodyWebRequest | A web request which contains a non-empty message body. |
| MessageBodyWebRequest.InputStreamMessageBody | A method request message body read directly from an input stream. |
| MimeEncodedMessageBody | A POST-method message body which is MIME-encoded. |
| NodeUtils | Some common utilities for manipulating DOM nodes. |
| NodeUtils.PreOrderTraversal | |
| ParameterHolder | This abstract class is extended by classes which hold parameters for web requests. |
| ParsedHTML | |
| ParsedHTML.DefaultElementFactory | |
| ParsedHTML.FormControlFactory | |
| ParsedHTML.HTMLElementFactory | |
| ParsedHTML.HtmlElementRecorder | |
| ParsedHTML.ListItemFactory | |
| ParsedHTML.NoScriptFactory | |
| ParsedHTML.ScriptFactory | |
| ParsedHTML.TableCellFactory | |
| ParsedHTML.TableRowFactory | |
| ParsedHTML.TextBlockFactory | |
| ParsedHTML.WebAppletFactory | |
| ParsedHTML.WebFormFactory | |
| ParsedHTML.WebFrameFactory | |
| ParsedHTML.WebIFrameFactory | |
| ParsedHTML.WebImageFactory | |
| ParsedHTML.WebLinkFactory | |
| ParsedHTML.WebListFactory | |
| ParsedHTML.WebTableFactory | |
| PasswordFieldFormControl | |
| PostMethodWebRequest | An HTTP request using the POST method. |
| PresetFormParameter | |
| PresetParameter | |
| PutMethodWebRequest | A web request using the PUT protocol. |
| RadioButtonFormControl | |
| RadioGroupFormControl | |
| RedirectWebRequest | |
| RequestContext | The context for a request which could have subrequests. |
| ResetButton | Represents a form 'reset' button. |
| SelectionFormControl | |
| SelectionFormControl.Option | |
| SubmitButton | This class represents a submit button in an HTML form. |
| TableCell | A single cell in an HTML table. |
| TableRow | A single row in an HTML table. |
| TextAreaFormControl | |
| TextBlock | A class which represents a block of text in a web page. |
| TextFieldFormControl | |
| TextFormControl | |
| UncheckedParameterHolder | |
| UploadFileSpec | A description of a file to be uploaded as part of a form submission. |
| URLEncodedMessageBody | A POST method request message body which uses the default URL encoding. |
| URLEncodedString | |
| WebApplet | This class represents the embedding of an applet in a web page. |
| WebClient | The context for a series of web requests. |
| WebClient.HeaderDictionary | |
| WebConversation | The context for a series of HTTP requests. |
| WebForm | This class represents a form in an HTML page. |
| WebFrame | A frame in a web page. |
| WebImage | Represents an image in an HTML document. |
| WebLink | This class represents a link in an HTML page. |
| WebList | Represents an HTML list. |
| WebRequest | A request sent to a web server. |
| WebRequestSource | Base class for objects which can be clicked to generate new web requests. |
| WebResponse | A response to a web request from a web server. |
| WebResponse.ByteTag | |
| WebResponse.ByteTagParser | |
| WebTable | This class represents a table in an HTML page. |
| WebWindow | A window managed by a WebClient. |
| Exception Summary | |
| AuthorizationRequiredException | This exception is thrown when an unauthorized request is made for a page that requires authentication. |
| FormParameter.IllegalCheckboxParameterException | This exception is thrown on an attempt to set a parameter to a value not permitted to it by the form. |
| HttpException | This exception is thrown when an Http error (response code 4xx or 5xx) is detected. |
| HttpInternalErrorException | This exception is thrown when an internal error is found on the server. |
| HttpNotFoundException | This exception is thrown when the desired URL is not found. |
| IllegalButtonPositionException | This exception is thrown on an attempt to set a file parameter in a form that does not specify MIME encoding. |
| IllegalNonFileParameterException | This exception is thrown on an attempt to set a non-file parameter to a file value. |
| IllegalNonFormParametersRequest | |
| IllegalParameterValueException | This exception is thrown on an attempt to set a parameter to a value not permitted to it by the form. |
| IllegalRequestParameterException | This exception is thrown on an attempt to set a form parameter in a way not possible from a browser. |
| MissingParameterValueException | This exception is thrown on an attempt to remove a required value from a form parameter. |
| MultipartFormRequiredException | This exception is thrown on an attempt to set a file parameter in a form that does not specify MIME encoding. |
| NoSuchFrameException | |
| NotHTMLException | $Id: NotHTMLException.java,v 1.1 2002/05/16 17:44:20 russgold Exp $ Copyright (c) 2002, Russell Gold Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| ScriptException | An exception thrown when there is a problem running a script. |
| UnsupportedActionException | An exception thrown when an action URL is not supported. |
|
|||||||||
| Home >> All >> com >> meterware >> [ httpunit overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||