Uses of Interface
com.meterware.httpunit.protocol.ParameterCollection

Packages that use ParameterCollection
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.protocol   
 

Uses of ParameterCollection in com.meterware.httpunit
 

Classes in com.meterware.httpunit that implement ParameterCollection
 class WebForm
          This class represents a form in an HTML page.
 class WebImage
          Represents an image in an HTML document.
 class WebLink
          This class represents a link in an HTML page.
 class WebRequestSource
          Base class for objects which can be clicked to generate new web requests.
 

Methods in com.meterware.httpunit with parameters of type ParameterCollection
 void MessageBodyWebRequest.InputStreamMessageBody.writeTo(java.io.OutputStream outputStream, ParameterCollection parameters)
          Transmits the body of this request as a sequence of bytes.
 

Uses of ParameterCollection in com.meterware.httpunit.protocol
 

Methods in com.meterware.httpunit.protocol with parameters of type ParameterCollection
abstract  void MessageBody.writeTo(java.io.OutputStream outputStream, ParameterCollection parameters)
          Transmits the body of this request as a sequence of bytes.
 



Copyright © 2011. All Rights Reserved.