Uses of Interface
com.iizix.ws.engine.IRequestContentEncoding
Packages that use IRequestContentEncoding Package Description com.iizigo.ws.prop.json com.iizigo.ws.prop.url com.iizix.ws.prop com.iizix.ws.prop.json com.iizix.ws.prop.url Uses of IRequestContentEncoding in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IRequestContentEncoding Modifier and Type Class Description class
EditorJSONEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizigo.ws.prop.url
Classes in com.iizigo.ws.prop.url that implement IRequestContentEncoding Modifier and Type Class Description class
EditorURLEncodedInput
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return IRequestContentEncoding Modifier and Type Method Description IRequestContentEncoding
RESTfulInputProps. getRequestEncoding()
Gets the encoding.Uses of IRequestContentEncoding in com.iizix.ws.prop.json
Classes in com.iizix.ws.prop.json that implement IRequestContentEncoding Modifier and Type Class Description class
JSONEncodedInput
RESTful JSON Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizix.ws.prop.url
Classes in com.iizix.ws.prop.url that implement IRequestContentEncoding Modifier and Type Class Description class
URLEncodedInput
RESTful URL Encoded input for the request of a Web Service transaction.