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 voidIRESTfulRequestProcessor.onPostWebServiceRequest(RESTfulRequest request) Called when all processing has been completed for the Web Service request.voidIRESTfulRequestProcessor.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 TypeMethodDescriptionvoidIRequestContent.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.voidIRequestContent.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 TypeMethodDescriptionvoidURLEncodedContent.onPostProcessRequest(RESTfulRequest request, boolean doPerform) Pre-processes the request as required, typically to modify the URLConnection.voidURLEncodedContent.onPreProcessRequest(RESTfulRequest request, boolean doPerform) Pre-processes the request as required, i.e.