public class ComponentClientDispatcher extends TemplateDispatcher
Constructor and Description |
---|
ComponentClientDispatcher(ComponentContext componentContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doHandle(Request request,
Response response)
Actually handles the call.
|
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 ComponentClientDispatcher(ComponentContext componentContext)
componentContext
- The component context.protected void doHandle(Request request, Response response)
TemplateDispatcher
Request.getOriginalRef()
with the the
targeted one, it must be overridden by subclasses.doHandle
in class TemplateDispatcher
request
- The request to handle.response
- The response to update.Copyright © 2005–2016. All rights reserved.