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, setContext
getConnectTimeout, handle, handle, handle, isAvailable, setConnectTimeout, start, stop
getProtocols, setProtocols
finalize, getApplication, getAuthor, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwner
public 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 TemplateDispatcher
request
- The request to handle.response
- The response to update.Copyright © 2005-2012. All Rights Reserved.