A C D E F G H I L N O P R S W

A

access() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
Reset the timestamp.
addContextParameter(String, String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Add a new servlet context parameter for this servlet.
addCookie(Cookie) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
addDateHeader(String, long) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
addFilter(FilterConfigImpl) - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
Add a filter to the set of filters that will be executed in this chain.
addFilter(Filter, String, Map) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Add a Filter to the FilterChain
addHeader(String, String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
addInitParameter(String, String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Add a new servlet initialization parameter for this servlet.
addIntHeader(String, int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
addServletListener(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Add Servlet listeners like ServletContextAttributeListener, ServletContextListener.
afterService(GrizzlyRequest, GrizzlyResponse) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
available() - Method in class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
 

C

clear() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Clear facade.
clear() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
Clear facade.
clone() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
clone() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
Prevent cloning the facade.
close() - Method in class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permantely disable us.
close() - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 
configureClassLoader(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Create a URLClassLoader which has the capability of loading classes jar under an exploded war application.
configureServletEnv() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Configure the ServletContext and ServletConfig
containsHeader(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
CookieWrapper - Class in org.glassfish.grizzly.web.servlet
Simple Wrapper around Cookie.
CookieWrapper(String, String) - Constructor for class org.glassfish.grizzly.web.servlet.CookieWrapper
Constructs a cookie with a specified name and value.
customizeErrorPage(GrizzlyResponse, String, int) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Customize the error page returned to the client.

D

destroy() - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
destroy() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Destroy this Servlet and its associated ServletContextListener
destroyListeners() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Stop ServletContextListener
doFilter(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
Invoke the next filter in this chain, passing the specified request and response.

E

encodeRedirectURL(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
encodeRedirectUrl(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
encodeURL(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
encodeUrl(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl

F

FilterChainImpl - Class in org.glassfish.grizzly.web.servlet
Implementation of javax.servlet.FilterChain used to manage the execution of a set of filters for a particular request.
FilterChainImpl() - Constructor for class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
FilterConfigImpl - Class in org.glassfish.grizzly.web.servlet
FilterConfig implementation.
FilterConfigImpl(ServletContextImpl) - Constructor for class org.glassfish.grizzly.web.servlet.FilterConfigImpl
 
findInitParameter(String) - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
Return the value for the specified initialization parameter name, if any; otherwise return null.
finish() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
flush() - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
Will send the buffer to the client.
flushBuffer() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl

G

getAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the value of the specified context attribute, if any; otherwise return null.
getAttributeNames() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getAttributeNames() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getAttributeNames() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return an enumeration of the names of the context attributes associated with this context.
getAuthType() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getBasePath() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the current based path.
getBufferSize() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
getCharacterEncoding() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getCharacterEncoding() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
getComment() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getContentCount() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
getContentLength() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getContentType() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getContentType() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
getContext(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return a ServletContext object that corresponds to a specified URI on the server.
getContextImpl() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Return the underlying ServletContextImpl
getContextPath() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getContextPath() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
getCookies() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getCreationTime() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getDateHeader(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getDomain() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the domain name set for this cookie.
getFilter(int) - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
getFilter() - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
Return the application Filter we are configured for.
getFilterName() - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
getGrizzlyCookies() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
 
getHeader(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getHeaderNames() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getHeaders(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getId() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the value of the specified initialization parameter, or null if this parameter does not exist.
getInitParameterNames() - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the names of the context's initialization parameters, or an empty enumeration if the context has no initialization parameters.
getInputStream() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getIntHeader(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getLastAccessedTime() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getListeners() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
getListeners() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the Servlet Listener.
getLocalAddr() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getLocale() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getLocale() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
getLocales() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getLocalName() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getLocalPort() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getMajorVersion() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the major version of the Java Servlet API that we implement.
getMaxAge() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxInactiveInterval() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getMessage() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
getMethod() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getMimeType(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMinorVersion() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the minor version of the Java Servlet API that we implement.
getName() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the name of the cookie.
getNamedDispatcher(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
getOutputStream() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
getParameter(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getParameterMap() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getParameterNames() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getParameters() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
getParameterValues(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getPath() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the path on the server to which the browser returns this cookie.
getPathInfo() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getPathTranslated() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getProperty(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Return a configured property.
getProtocol() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getQueryString() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getReader() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRealPath(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRealPath(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the real path for a given virtual path, if possible; otherwise return null.
getRemoteAddr() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRemoteHost() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRemotePort() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRemoteUser() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
getRequestedSessionId() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRequestURI() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getRequestURL() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getResource(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the URL to the resource that is mapped to a specified path.
getResourceAsStream(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return the requested resource as an InputStream.
getResourcePaths(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return a Set containing the resource paths of resources member of the specified collection.
getScheme() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getSecure() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getServerInfo() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
 
getServerName() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getServerPort() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getServlet() - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
getServlet(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletConfig() - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
getServletContext() - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
getServletContext() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getServletContext() - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
getServletContextName() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
getServletCtx() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
getServletInstance() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Return the Servlet instance used by this Adapter
getServletName() - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
getServletNames() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletPath() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getServletPath() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Returns the part of this request's URL that calls the servlet.
getServlets() - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getSession(boolean) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getSession() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getSessionContext() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getStatus() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
getUserPrincipal() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
getValue() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the value of the cookie.
getValue(String) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getValueNames() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
getVersion() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Returns the version of the protocol this cookie complies with.
getWrappedCookie() - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
 
getWriter() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl

H

HttpServletRequestImpl - Class in org.glassfish.grizzly.web.servlet
Facade class that wraps a GrizzlyRequest request object.
HttpServletRequestImpl(GrizzlyRequest) - Constructor for class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Construct a wrapper for the specified request.
HttpServletResponseImpl - Class in org.glassfish.grizzly.web.servlet
Facade class that wraps a GrizzlyResponse object.
HttpServletResponseImpl(GrizzlyResponse) - Constructor for class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
Construct a wrapper for the specified response.
HttpSessionImpl - Class in org.glassfish.grizzly.web.servlet
Basic HttpSession based on GrizzlySession support.
HttpSessionImpl(ServletContextImpl) - Constructor for class org.glassfish.grizzly.web.servlet.HttpSessionImpl
Create an HttpSession.

I

INCREMENT - Static variable in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
init() - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
Initialize the Filter
initListeners(ArrayList<String>) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Notify the ServletContextListener that we are starting.
initSession() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Initialize the session object if there is a valid session request
invalidate() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
invokeFilterChain(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
 
isCommitted() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
isError() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
isFinished() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
isNew() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
isRequestedSessionIdFromURL() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
isRequestedSessionIdFromUrl() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
isRequestedSessionIdValid() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
isSecure() - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
isUserInRole(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl

L

LOAD_ON_STARTUP - Static variable in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
loadServlet() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Load a Servlet instance.
log(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
log(Exception, String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
log(String, Throwable) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl

N

newServletAdapter(Servlet) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Create a new ServletAdapter instance that will share the same init-parameters, ServletContext and Servlet's listener.
normalize(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
notifyNew() - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
Invoke to notify all registered HttpSessionListener of the session has just been created.

O

org.glassfish.grizzly.web.servlet - package org.glassfish.grizzly.web.servlet
 

P

print(String) - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 
properties - Variable in class org.glassfish.grizzly.web.servlet.ServletAdapter
Holder for our configured properties.
putValue(String, Object) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl

R

read() - Method in class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
 
read(byte[]) - Method in class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
 
read(byte[], int, int) - Method in class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
 
recycle() - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
Release references to the filters and configImpl executed by this chain.
recycle() - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
removeAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Remove the context attribute with the specified name, if any.
removeProperty(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Remove a configured property.
removeValue(String) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
request - Variable in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
The wrapped request.
REQUEST_RESPONSE_NOTES - Static variable in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
reset() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
resetBuffer() - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
response - Variable in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
The wrapped response.

S

sendError(int, String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
sendError(int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
sendRedirect(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
service(GrizzlyRequest, GrizzlyResponse) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
ServletAdapter - Class in org.glassfish.grizzly.web.servlet
Adapter class that can initiate a FilterChain and execute its Filter and its Servlet Configuring a GrizzlyWebServer or SelectorThread to use this GrizzlyAdapter implementation add the ability of servicing Servlet as well as static resources.
ServletAdapter() - Constructor for class org.glassfish.grizzly.web.servlet.ServletAdapter
 
ServletAdapter(Servlet) - Constructor for class org.glassfish.grizzly.web.servlet.ServletAdapter
Create a ServletAdapter which support the specific Servlet
ServletAdapter(String) - Constructor for class org.glassfish.grizzly.web.servlet.ServletAdapter
Create a new instance which will look for static pages located under publicDirectory folder.
ServletAdapter(String, ServletContextImpl, HashMap<String, String>, ArrayList<String>) - Constructor for class org.glassfish.grizzly.web.servlet.ServletAdapter
 
ServletAdapter(Servlet, ServletContextImpl) - Constructor for class org.glassfish.grizzly.web.servlet.ServletAdapter
 
SERVLETCONFIG_NOTES - Static variable in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
ServletConfigImpl - Class in org.glassfish.grizzly.web.servlet
Basic ServletConfig implementation.
ServletConfigImpl(ServletContextImpl) - Constructor for class org.glassfish.grizzly.web.servlet.ServletConfigImpl
 
ServletContextImpl - Class in org.glassfish.grizzly.web.servlet
Simple ServletContext implementation.
ServletContextImpl() - Constructor for class org.glassfish.grizzly.web.servlet.ServletContextImpl
 
ServletInputStreamImpl - Class in org.glassfish.grizzly.web.servlet
 
ServletInputStreamImpl(GrizzlyInputStream) - Constructor for class org.glassfish.grizzly.web.servlet.ServletInputStreamImpl
 
servletInstance - Variable in class org.glassfish.grizzly.web.servlet.ServletAdapter
 
ServletOutputStreamImpl - Class in org.glassfish.grizzly.web.servlet
 
ServletOutputStreamImpl(GrizzlyOutputStream) - Constructor for class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 
setAppCommitted(boolean) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
setAttribute(String, Object) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setBasePath(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Set the basePath used by the getRealPath(java.lang.String).
setBufferSize(int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setComment(String) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Specifies a comment that describes a cookie's purpose.
setContentLength(int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setContentType(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setContextImpl(ServletContextImpl) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Set the underlying ServletContextImpl
setContextPath(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Programmatically set the context path of the Servlet.
setContextPath(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Programmatically set the context path of the Servlet.
setDateHeader(String, long) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setDisplayName(String) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
Set the Servlet context name (display-name)
setDomain(String) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Specifies the domain within which this cookie should be presented.
setFilter(Filter) - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
Set the Filter associated with this object.
setFilterName(String) - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
Set the Filter's name associated with this object.
setHeader(String, String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setInitParameter(HashMap<String, String>) - Method in class org.glassfish.grizzly.web.servlet.ServletContextImpl
 
setInitParameters(Map) - Method in class org.glassfish.grizzly.web.servlet.FilterConfigImpl
Set the init parameters associated with this associated Filter.
setIntHeader(String, int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setLocale(Locale) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setMaxAge(int) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
setPath(String) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Specifies a path for the cookie to which the client should return the cookie.
setProperty(String, Object) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Set a configured property.
setSecure(boolean) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setServlet(ServletConfigImpl, Servlet) - Method in class org.glassfish.grizzly.web.servlet.FilterChainImpl
Set the servlet that will be executed at the end of this chain.
setServletInstance(Servlet) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Set the Servlet instance used by this Adapter
setServletName(String) - Method in class org.glassfish.grizzly.web.servlet.ServletConfigImpl
Set the name of this servlet.
setServletPath(String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
Programmaticaly set the servlet path value.
setServletPath(String) - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter
Programmatically set the servlet path of the Servlet.
setSession(GrizzlySession) - Method in class org.glassfish.grizzly.web.servlet.HttpSessionImpl
Set the GrizzlySession
setStatus(int) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setStatus(int, String) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
setSuspended(boolean) - Method in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
 
setValue(String) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Assigns a new value to a cookie after the cookie is created.
setVersion(int) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
Sets the version of the cookie protocol this cookie complies with.
setWrappedCookie(Cookie) - Method in class org.glassfish.grizzly.web.servlet.CookieWrapper
 
sm - Static variable in class org.glassfish.grizzly.web.servlet.HttpServletRequestImpl
The string manager for this package.
sm - Static variable in class org.glassfish.grizzly.web.servlet.HttpServletResponseImpl
The string manager for this package.
start() - Method in class org.glassfish.grizzly.web.servlet.ServletAdapter

W

write(int) - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 
write(byte[]) - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.web.servlet.ServletOutputStreamImpl
 

A C D E F G H I L N O P R S W

Copyright © 2009 SUN Microsystems. All Rights Reserved.