public class ComponentClientDispatcher extends TemplateDispatcher
| Constructor and Description |
|---|
ComponentClientDispatcher(ComponentContext componentContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
doHandle(Request request,
Response response)
Handles the call by distributing it to the next Restlet.
|
afterHandle, beforeHandlegetNext, handle, hasNext, setNext, setNext, start, stopcreateFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setFinderClass, setName, setOwnerpublic ComponentClientDispatcher(ComponentContext componentContext)
componentContext - The component context.protected int doHandle(Request request, Response response)
FilterStatus.SERVER_ERROR_INTERNAL status is returned.
Returns Filter.CONTINUE by default.doHandle in class Filterrequest - The request to handle.response - The response to update.Filter.CONTINUE or Filter.STOP.Copyright © 2005–2025. All rights reserved.