Uses of Interface
com.iizix.ws.engine.IRequestContent
Packages that use IRequestContent
Uses of IRequestContent in com.iizix.ws.engine
Methods in com.iizix.ws.engine that return IRequestContentModifier and TypeMethodDescriptionIRequestContentEncoding.createRequestContent()
Creates a new instance of the request content encoder.Constructors in com.iizix.ws.engine with parameters of type IRequestContentModifierConstructorDescriptionRESTfulRequest
(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 IRequestContentModifier and TypeClassDescriptionclass
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 IRequestContentModifier and TypeMethodDescriptionJSONEncodedInput.createRequestContent()
Creates a new instance of the request content encoder.