public class ChildClientDispatcher extends TemplateDispatcher
| Constructor and Description |
|---|
ChildClientDispatcher(ChildContext childContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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. |
getContext, handle, setContextgetConnectTimeout, handle, handle, handle, isAvailable, setConnectTimeout, start, stopgetProtocols, setProtocolsfinalize, getApplication, getAuthor, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwnerpublic ChildClientDispatcher(ChildContext childContext)
childContext - The child context.public void doHandle(Request request, Response response)
Protocol.RIAP protocol and targets this child
application.doHandle in class TemplateDispatcherrequest - The request to handle.response - The response to update.Copyright © 2005-2012. All Rights Reserved.