Uses of Class
com.iizix.ws.engine.RESTfulRequest
Packages that use RESTfulRequest Package Description com.iizix.ws.api com.iizix.ws.engine com.iizix.ws.engine.url Uses of RESTfulRequest in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type RESTfulRequest Modifier and Type Method Description default 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 RESTfulRequest Modifier and Type Method Description void
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 RESTfulRequest Modifier and Type Method Description void
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.