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, beforeHandle
getNext, handle, hasNext, setNext, setNext, start, stop
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setFinderClass, setName, setOwner
public 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 Filter
request
- The request to handle.response
- The response to update.Filter.CONTINUE
or
Filter.STOP
.Copyright © 2005-2024 Restlet.