站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

Request (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.web.loadbalancer.util
Class Request

java.lang.Object
  extended byorg.jboss.web.loadbalancer.util.Request

public class Request
extends Object

A class that holds all information about a request.

Version:
$Revision: 1.2 $
Author:
Thomas Peuss

Constructor Summary
Request(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int requestMethod)
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient getClient()
           
 Host getHost()
           
 org.apache.commons.httpclient.HttpMethod getMethod()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 int getRequestMethod()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 void setClient(org.apache.commons.httpclient.HttpClient client)
           
 void setHost(Host host)
           
 void setMethod(org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request(javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               int requestMethod)
Method Detail

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getRequestMethod

public int getRequestMethod()

getResponse

public javax.servlet.http.HttpServletResponse getResponse()

getMethod

public org.apache.commons.httpclient.HttpMethod getMethod()

setMethod

public void setMethod(org.apache.commons.httpclient.HttpMethod method)

getHost

public Host getHost()

setHost

public void setHost(Host host)

getClient

public org.apache.commons.httpclient.HttpClient getClient()

setClient

public void setClient(org.apache.commons.httpclient.HttpClient client)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.