com.sun.grizzly.container
Class GrizzletRequest

java.lang.Object
  extended by com.sun.grizzly.tcp.http11.GrizzlyRequest
      extended by com.sun.grizzly.container.GrizzletRequest

public class GrizzletRequest
extends GrizzlyRequest

This class represents an asynchronous request.

Author:
Jeanfrancois Arcand

Field Summary
 
Fields inherited from class com.sun.grizzly.tcp.http11.GrizzlyRequest
attributes, authType, CACHED_POST_LEN, cookies, cookiesParsed, defaultLocale, dispatcherType, formats, inputBuffer, inputStream, localAddr, locales, localesParsed, localName, localPort, parameterMap, postData, reader, remoteAddr, remoteHost, remotePort, request, requestDispatcherPath, requestedSessionCookie, requestedSessionId, requestedSessionURL, requestParametersParsed, response, secure, sessionParsed, sm, socket, subject, URIConverter, userPrincipal, usingInputStream, usingReader
 
Constructor Summary
GrizzletRequest(Request request)
           
 
Method Summary
protected  GrizzletResponse getGrizzletResponse()
           
protected  void setGrizzletResponse(GrizzletResponse response)
           
 
Methods inherited from class com.sun.grizzly.tcp.http11.GrizzlyRequest
addCookie, addHeader, addLocale, addParameter, clearCookies, clearHeaders, clearLocales, clearParameters, configureSessionCookie, createInputStream, decrementDispatchDepth, doGetSession, finishRequest, getAttribute, getAttributeNames, getAuthorization, getAuthType, getCharacterEncoding, getContentLength, getContentType, getCookies, getDateHeader, getDecodedRequestURI, getDecodedRequestURIMB, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getJrouteId, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMaxDispatchDepth, getMethod, getNote, getNoteNames, getParameter, getParameterMap, getParameterNames, getParameterValues, getPostBody, getProtocol, getQueryString, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestedSessionId, getRequestURI, getRequestURL, getResponse, getScheme, getServerName, getServerPort, getSession, getSession, getSocket, getStream, getURIConverter, getUserPrincipal, incrementDispatchDepth, isMaxDispatchDepthReached, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isSecure, makeCookie, makeCookie, parseCookies, parseLocales, parseLocalesHeader, parseRequestParameters, parseSessionId, parseSessionIdFromRequestURI, readPostBody, recycle, removeAttribute, removeNote, setAttribute, setAuthorization, setAuthType, setCharacterEncoding, setContentLength, setContentType, setCookies, setDecodedRequestURI, setMaxDispatchDepth, setMethod, setNote, setProtocol, setQueryString, setRemoteAddr, setRemoteHost, setRequest, setRequestedSessionCookie, setRequestedSessionId, setRequestedSessionURL, setRequestURI, setResponse, setScheme, setSecure, setServerName, setServerPort, setSocket, setStream, setURIConverter, setUserPrincipal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzletRequest

public GrizzletRequest(Request request)
Method Detail

getGrizzletResponse

protected GrizzletResponse getGrizzletResponse()

setGrizzletResponse

protected void setGrizzletResponse(GrizzletResponse response)


Copyright © 2010 SUN Microsystems. All Rights Reserved.