|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.meterware.httpunit.WebRequest com.meterware.httpunit.MessageBodyWebRequest com.meterware.httpunit.PutMethodWebRequest
A web request using the PUT protocol. The objectives of this class are to suport an HTTP PUT petition so we can test this HTTP requests. Documentation See the HTTP 1.1 [spec]
Nested Class Summary |
Nested classes inherited from class com.meterware.httpunit.MessageBodyWebRequest |
MessageBodyWebRequest.InputStreamMessageBody |
Field Summary |
Fields inherited from class com.meterware.httpunit.MessageBodyWebRequest |
_body |
Fields inherited from class com.meterware.httpunit.WebRequest |
method |
Constructor Summary | |
PutMethodWebRequest(java.lang.String url,
java.io.InputStream source,
java.lang.String contentType)
Constructs a web request using a specific absolute url string and input stream. |
Method Summary | |
java.lang.String |
getMethod()
Returns 'PUT' to indicate the method. |
Methods inherited from class com.meterware.httpunit.MessageBodyWebRequest |
completeRequest, getContentType, getMessageBody, isMimeEncoded, writeMessageBody |
Methods inherited from class com.meterware.httpunit.WebRequest |
getCharacterSet, getHeaders, getParameter, getParameterHolder, getParameterValues, getQueryString, getRequestParameterNames, getTarget, getURL, getURLBase, getURLString, isFileParameter, maySelectFile, removeParameter, selectFile, selectFile, selectFile, setHeaderField, setImageButtonClickPosition, setParameter, setParameter, setParameter, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PutMethodWebRequest(java.lang.String url, java.io.InputStream source, java.lang.String contentType)
url
- the URL to which the request should be issuedsource
- an input stream which will provide the body of this requestcontentType
- the MIME content type of the body, including any character setMethod Detail |
public java.lang.String getMethod()
getMethod
in class WebRequest
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |