|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
org.jboss.web.loadbalancer | |
org.jboss.web.loadbalancer.scheduler |
Uses of Request in org.jboss.web.loadbalancer |
Methods in org.jboss.web.loadbalancer with parameters of type Request | |
void |
LoadbalancerServiceMBean.createMethod(Request schedRequest)
|
void |
LoadbalancerServiceMBean.addRequestData(Request schedRequest)
|
void |
LoadbalancerServiceMBean.handleRequest(Request schedRequest)
|
void |
LoadbalancerService.createMethod(Request schedRequest)
|
void |
LoadbalancerService.addRequestData(Request schedRequest)
|
void |
LoadbalancerService.handleRequest(Request schedRequest)
|
protected void |
Loadbalancer.createMethod(Request schedRequest)
Create a HttpMethod object for the given request. |
protected void |
Loadbalancer.addRequestData(Request schedRequest)
Add the request information to the HttpMethod |
protected void |
Loadbalancer.prepareServerRequest(Request schedRequest)
Prepare the request to the target node. |
protected void |
Loadbalancer.handleRequest(Request schedRequest)
Handle the client request. |
protected void |
Loadbalancer.parseServerResponse(Request schedRequest)
Copy the server answer meta data to the client. |
protected void |
Loadbalancer.copyServerResponse(Request schedRequest)
Copy content to the client. |
Uses of Request in org.jboss.web.loadbalancer.scheduler |
Methods in org.jboss.web.loadbalancer.scheduler with parameters of type Request | |
void |
SchedulerMBean.getHost(Request schedRequest)
|
void |
AbstractScheduler.getHost(Request schedRequest)
|
protected void |
AbstractScheduler.setStickyCookie(Request schedRequest)
Set the sticky session cookie. |
protected Host |
AbstractScheduler.findStickyHost(Request schedRequest)
Find the sticky host for the given request |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |