Uses of Interface
com.iizix.ws.engine.IRequestContent
Packages that use IRequestContent Package Description com.iizix.ws.engine com.iizix.ws.engine.url com.iizix.ws.prop.json Uses of IRequestContent in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return IRequestContent Modifier and Type Method Description IRequestContent
IRequestContentEncoding. createRequestContent()
Creates a new instance of the request content encoder.Constructors in com.iizix.ws.engine with parameters of type IRequestContent Constructor Description RESTfulRequest(IAppSessionGyro appGyro, WebServiceProp wsProp, IRequestContent requestContent, boolean doPerform)
Constructs the transaction for the Web Service.Uses of IRequestContent in com.iizix.ws.engine.url
Classes in com.iizix.ws.engine.url that implement IRequestContent Modifier and Type Class Description class
URLEncodedContent
Content being encoded for "application/x-www-form-urlencoded", used by GET and POST methods.Uses of IRequestContent in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json that return IRequestContent Modifier and Type Method Description IRequestContent
JSONEncodedInput. createRequestContent()
Creates a new instance of the request content encoder.