Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.meterware.httpunit Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AuthorizationRequiredExceptionThis exception is thrown when an unauthorized request is made for a page that requires authentication.Classcom.meterware.httpunitHttpUnit
Base64A utility class to convert to and from base 64 encoding.Classcom.meterware.httpunitHttpUnit
BlockElementRepresents a block-level element such as a paragraph or table cell, which can contain other elements.Classcom.meterware.httpunitHttpUnit
ButtonClasscom.meterware.httpunitHttpUnit
ClientPropertiesA class which represents the properties of a web client.Classcom.meterware.httpunitHttpUnit
CookieAn HTTP client-side cookie.Classcom.meterware.httpunit.cookiesHttpUnit
CookieJarA collection of HTTP cookies, which can interact with cookie and set-cookie header values.Classcom.meterware.httpunit.cookiesHttpUnit
CookieListenerAn interface for classes which can listen for cookies being rejected and the reason.Interfacecom.meterware.httpunit.cookiesHttpUnit
CookiePropertiesControls behavior for cookies.Classcom.meterware.httpunit.cookiesHttpUnit
CookieSourceThis interface represents a source from which to parse out cookies.Interfacecom.meterware.httpunit.cookiesHttpUnit
DNSListenerA listener for DNS Requests.Interfacecom.meterware.httpunitHttpUnit
DialogAdapterClasscom.meterware.httpunitHttpUnit
DialogResponderInterface for an object to supply user responses to dialogs.Interfacecom.meterware.httpunitHttpUnit
DocumentAdapterInterfacecom.meterware.httpunit.parsingHttpUnit
DocumentElementInterfacecom.meterware.httpunit.scriptingHttpUnit
FormControlRepresents a control in an HTML form.Classcom.meterware.httpunitHttpUnit
FormParameterRepresents the aggregate of all form controls with a particular name.Classcom.meterware.httpunitHttpUnit
FormScriptableInterfacecom.meterware.httpunit.scriptingHttpUnit
FrameSelectorAn immutable class which describes the position of a frame in the window hierarchy.Classcom.meterware.httpunitHttpUnit
GetMethodWebRequestAn HTTP request using the GET method.Classcom.meterware.httpunitHttpUnit
HTMLElementAn interface which defines the common properties for an HTML element, which can correspond to any HTML tag.Interfacecom.meterware.httpunitHttpUnit
HTMLElementPredicateAn interface which can be used to define matching criteria for an HTML element.Interfacecom.meterware.httpunitHttpUnit
HTMLPageThis class represents an HTML page returned from a request.Classcom.meterware.httpunitHttpUnit
HTMLParserA front end to a DOM parser that can handle HTML.Interfacecom.meterware.httpunit.parsingHttpUnit
HTMLParserFactoryFactory for creating HTML parsers.Classcom.meterware.httpunit.parsingHttpUnit
HTMLParserListenerA listener for messages from the HTMLParser.Interfacecom.meterware.httpunit.parsingHttpUnit
HTMLSegmentRepresents the parse tree for a segment of HTML.Interfacecom.meterware.httpunitHttpUnit
HeadMethodWebRequestA web request using the HEAD method.Classcom.meterware.httpunitHttpUnit
HeaderOnlyWebRequestA web request which has no information in its message body.Classcom.meterware.httpunitHttpUnit
HtmlErrorListenerThis interface represents a listener which can receive notification of errors and warnings during the parsingAuthor:Benoit Xhenseval, Russell GoldInterfacecom.meterware.httpunitHttpUnit
HttpExceptionThis exception is thrown when an Http error (response code 4xx or 5xx) is detected.Classcom.meterware.httpunitHttpUnit
HttpHeaderConstructor SummaryHttpHeader(java.Classcom.meterware.httpunitHttpUnit
HttpInternalErrorExceptionThis exception is thrown when an internal error is found on the server.Classcom.meterware.httpunitHttpUnit
HttpNotFoundExceptionThis exception is thrown when the desired URL is not found.Classcom.meterware.httpunitHttpUnit
HttpUnitOptionsA collection of global options to control HttpUnit's behavior.Classcom.meterware.httpunitHttpUnit
HttpUnitUtilsUtility code shared by httpunit and servletunit.Classcom.meterware.httpunitHttpUnit
HttpsProtocolSupportEncapsulates support for the HTTPS protocol.Classcom.meterware.httpunitHttpUnit
IdentifiedDelegateInterfacecom.meterware.httpunit.scriptingHttpUnit
IllegalRequestParameterExceptionThis exception is thrown on an attempt to set a form parameter in a way not possible from a browser.Classcom.meterware.httpunitHttpUnit
InputAn interface for scriptable delegates which represent form controls.Interfacecom.meterware.httpunit.scriptingHttpUnit
MessageBodyWebRequestA web request which contains a non-empty message body.Classcom.meterware.httpunitHttpUnit
MessageBodyWebRequest .InputStreamMessageBodyA method request message body read directly from an input stream.Classcom.meterware.httpunitHttpUnit
NamedDelegateInterfacecom.meterware.httpunit.scriptingHttpUnit
NodeUtilsSome common utilities for manipulating DOM nodes.Classcom.meterware.httpunitHttpUnit
ParsedHTMLClasscom.meterware.httpunitHttpUnit
PostMethodWebRequestAn HTTP request using the POST method.Classcom.meterware.httpunitHttpUnit
PutMethodWebRequestA web request using the PUT protocol.Classcom.meterware.httpunitHttpUnit
RadioButtonFormControlFields inherited from class com.Classcom.meterware.httpunitHttpUnit
RadioGroupFormControlClasscom.meterware.httpunitHttpUnit
RecursiveRedirectionExceptionClass used to indicate when a request to a resource resulted in an HTTP redirect response that lead to a recursive loop of redirectionsClasscom.meterware.httpunitHttpUnit
ResetButtonRepresents a form 'reset' button.Classcom.meterware.httpunitHttpUnit
ScriptExceptionAn exception thrown when there is a problem running a script.Classcom.meterware.httpunitHttpUnit
ScriptHandlerInterfacecom.meterware.httpunit.parsingHttpUnit
ScriptableDelegateAn interface for objects which will be accessible via scripting.Classcom.meterware.httpunit.scriptingHttpUnit
ScriptingEngineInterfacecom.meterware.httpunit.scriptingHttpUnit
ScriptingEngineFactoryInterfacecom.meterware.httpunit.scriptingHttpUnit
ScriptingEventHandlerinterface for every object that may have excutable events and their scripts attachedInterfacecom.meterware.httpunit.scriptingHttpUnit
ScriptingHandlerInterfacecom.meterware.httpunit.scriptingHttpUnit
SelectionOptionInterfacecom.meterware.httpunit.scriptingHttpUnit
SelectionOptionsInterfacecom.meterware.httpunit.scriptingHttpUnit
SubmitButtonThis class represents a submit button in an HTML form.Classcom.meterware.httpunitHttpUnit
TableCellA single cell in an HTML table.Classcom.meterware.httpunitHttpUnit
TableRowClasscom.meterware.httpunitHttpUnit
TextBlockA class which represents a block of text in a web page.Classcom.meterware.httpunitHttpUnit
UnsupportedActionExceptionAn exception thrown when an action URL is not supported.Classcom.meterware.httpunitHttpUnit
WebAppletThis class represents the embedding of an applet in a web page.Classcom.meterware.httpunitHttpUnit
WebClientThe context for a series of web requests.Classcom.meterware.httpunitHttpUnit
WebClient .HeaderDictionarySee Also:Serialized FormConstructor SummaryWebClient.Classcom.meterware.httpunitHttpUnit
WebClientListenerA listener for messages sent and received by a web client.Interfacecom.meterware.httpunitHttpUnit
WebConversationThe context for a series of HTTP requests.Classcom.meterware.httpunitHttpUnit
WebFormThis class represents a form in an HTML page.Classcom.meterware.httpunitHttpUnit
WebImageRepresents an image in an HTML document.Classcom.meterware.httpunitHttpUnit
WebLinkThis class represents a link in an HTML page.Classcom.meterware.httpunitHttpUnit
WebListRepresents an HTML list.Classcom.meterware.httpunitHttpUnit
WebRequestA request sent to a web server.Classcom.meterware.httpunitHttpUnit
WebRequestSourceBase class for objects which can be clicked to generate new web requests.Classcom.meterware.httpunitHttpUnit
WebResponseA response to a web request from a web server.Classcom.meterware.httpunitHttpUnit
WebTableThis class represents a table in an HTML page.Classcom.meterware.httpunitHttpUnit
WebWindowA window managed by a WebClient.Classcom.meterware.httpunitHttpUnit
WebWindowListenerA listener for web window openings and closings.Interfacecom.meterware.httpunitHttpUnit