Uses of Class
com.iizix.ws.engine.RESTfulRequest
Packages that use RESTfulRequest
Uses of RESTfulRequest in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type RESTfulRequestModifier and TypeMethodDescriptiondefault void
IRESTfulRequestProcessor.onPostWebServiceRequest
(RESTfulRequest request) Called when all processing has been completed for the Web Service request.void
IRESTfulRequestProcessor.onWebServiceRequest
(RESTfulRequest request) Called prior to formatting the Web Service request.Uses of RESTfulRequest in com.iizix.ws.engine
Methods in com.iizix.ws.engine with parameters of type RESTfulRequestModifier and TypeMethodDescriptionvoid
IRequestContent.onPostProcessRequest
(RESTfulRequest request, boolean doPerform) Post-processes the request as required, typically to modify the URLConnection, called before the "connect" method is called for URLConnection.void
IRequestContent.onPreProcessRequest
(RESTfulRequest request, boolean doPerform) Pre-processes the request as required, i.e.Uses of RESTfulRequest in com.iizix.ws.engine.url
Methods in com.iizix.ws.engine.url with parameters of type RESTfulRequestModifier and TypeMethodDescriptionvoid
URLEncodedContent.onPostProcessRequest
(RESTfulRequest request, boolean doPerform) Pre-processes the request as required, typically to modify the URLConnection.void
URLEncodedContent.onPreProcessRequest
(RESTfulRequest request, boolean doPerform) Pre-processes the request as required, i.e.