public class ChildClientDispatcher extends TemplateDispatcher
| Constructor and Description |
|---|
ChildClientDispatcher(ChildContext childContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
doHandle(Request request,
Response response)
Transmits the call to the parent component except if the call is internal
as denoted by the
Protocol.RIAP protocol and targets this child
application. |
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 ChildClientDispatcher(ChildContext childContext)
childContext - The child context.public int doHandle(Request request, Response response)
Protocol.RIAP protocol and targets this child
application.doHandle in class Filterrequest - The request to handle.response - The response to update.Filter.CONTINUE or
Filter.STOP.Copyright © 2005-2024 Restlet.