winstone.auth
Class RetryRequestParams
java.lang.Object
winstone.auth.RetryRequestParams
- All Implemented Interfaces:
- java.io.Serializable
public class RetryRequestParams
- extends java.lang.Object
- implements java.io.Serializable
This is used by the ACL filter to allow a retry by using a key lookup
on old request. It's only used when retrying an old request that was blocked
by the ACL filter.
- Version:
- $Id: RetryRequestParams.java,v 1.2 2007/06/01 15:59:53 rickknowles Exp $
- Author:
- Rick Knowles
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryRequestParams
public RetryRequestParams(ServletRequest request)
throws java.io.IOException
- Constructor - this populates the wrapper from the object in session
- Throws:
java.io.IOException
getBodyContent
public byte[] getBodyContent()
getContentLength
public int getContentLength()
getContentType
public java.lang.String getContentType()
getEncoding
public java.lang.String getEncoding()
getHeaders
public java.util.Map getHeaders()
getLocale
public java.util.Locale getLocale()
getLocales
public java.util.Vector getLocales()
getMethod
public java.lang.String getMethod()
getPathInfo
public java.lang.String getPathInfo()
getProtocol
public java.lang.String getProtocol()
getQueryString
public java.lang.String getQueryString()
getScheme
public java.lang.String getScheme()
getServletPath
public java.lang.String getServletPath()
getContextPath
public java.lang.String getContextPath()
Copyright © 2013. All Rights Reserved.