com.jdroid.java.http.post
Interface EntityEnclosingWebService

All Superinterfaces:
WebService
All Known Subinterfaces:
MultipartWebService
All Known Implementing Classes:
AbstractMockWebService, ApacheFormHttpPostWebService, ApacheHttpEntityEnclosingWebService, ApacheHttpPatchWebService, ApacheHttpPostWebService, ApacheHttpPutWebService, ApacheMultipartHttpPostWebService, ApacheMultipartHttpPutWebService, CachedWebService, JsonMockWebService, XmlMockWebService

public interface EntityEnclosingWebService
extends WebService


Field Summary
 
Fields inherited from interface com.jdroid.java.http.WebService
ACCEPT_ENCODING_HEADER, ACCEPT_HEADER, AMPERSAND, CONTENT_ENCODING_HEADER, CONTENT_TYPE_HEADER, EQUALS, GZIP_ENCODING, HTTP_PROTOCOL, HTTPS_PROTOCOL, QUESTION_MARK
 
Method Summary
 void setEntity(String content)
           
 
Methods inherited from interface com.jdroid.java.http.WebService
addHeader, addHttpWebServiceProcessor, addQueryParameter, addQueryParameter, addUrlSegment, execute, execute, getUrl, getUrlSuffix, setConnectionTimeout, setSsl, setUserAgent
 

Method Detail

setEntity

void setEntity(String content)


Copyright © 2014. All rights reserved.