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

A

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

C

classLoader - Variable in class com.sun.grizzly.http.servlet.ServletAdapter
 
clear() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
Clear facade.
clear() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
Clear facade.
clone() - Method in class com.sun.grizzly.http.servlet.CookieWrapper
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
clone() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
Prevent cloning the facade.
clone() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
Prevent cloning the facade.
close() - Method in class com.sun.grizzly.http.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 com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 
com.sun.grizzly.http.servlet - package com.sun.grizzly.http.servlet
 
configureClassLoader(String) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Create a URLClassLoader which has the capability of loading classes jar under an exploded war application.
configureServletEnv() - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Configure the ServletContextImpl and ServletConfigImpl
containsHeader(String) - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
containsInitParameter(String) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
if the servlet initialization parameter in present for this servlet.
CookieWrapper - Class in com.sun.grizzly.http.servlet
Simple Wrapper around Cookie.
CookieWrapper(String, String) - Constructor for class com.sun.grizzly.http.servlet.CookieWrapper
Constructs a cookie with a specified name and value.
customizeErrorPage(GrizzlyResponse, String, int) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Customize the error page returned to the client.

D

destroy() - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Destroy this Servlet and its associated ServletContextListener
destroyListeners() - Method in class com.sun.grizzly.http.servlet.ServletContextImpl
Stop ServletContextListener
doService(GrizzlyRequest, GrizzlyResponse) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
 

E

encodeRedirectURL(String) - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
encodeRedirectUrl(String) - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
encodeURL(String) - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
encodeUrl(String) - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl

F

FilterConfigImpl - Class in com.sun.grizzly.http.servlet
FilterConfig implementation.
FilterConfigImpl(ServletContextImpl) - Constructor for class com.sun.grizzly.http.servlet.FilterConfigImpl
 
finish() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
 
flush() - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
Will send the buffer to the client.
flushBuffer() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl

G

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

H

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

I

INCREMENT - Static variable in class com.sun.grizzly.http.servlet.ServletAdapter
 
initialize - Variable in class com.sun.grizzly.http.servlet.ServletAdapter
Initialize the ServletContext
initListeners(List<String>) - Method in class com.sun.grizzly.http.servlet.ServletContextImpl
Notify the ServletContextListener that we are starting.
initSession() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
Initialize the session object if there is a valid session request
invalidate() - Method in class com.sun.grizzly.http.servlet.HttpSessionImpl
isCommitted() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
isError() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
 
isFinished() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
 
isLoadOnStartup() - Method in class com.sun.grizzly.http.servlet.ServletAdapter
 
isNew() - Method in class com.sun.grizzly.http.servlet.HttpSessionImpl
isRequestedSessionIdFromCookie() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
isRequestedSessionIdFromURL() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
isRequestedSessionIdFromUrl() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
isRequestedSessionIdValid() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
isSecure() - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
isUserInRole(String) - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl

L

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

N

newServletAdapter(Servlet) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Create a new ServletAdapter instance that will share the same ServletContextImpl and Servlet's listener but with an empty map of init-parameters.
normalize(String) - Method in class com.sun.grizzly.http.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 com.sun.grizzly.http.servlet.HttpSessionImpl
Invoke to notify all registered HttpSessionListener of the session has just been created.

P

print(String) - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 
properties - Variable in class com.sun.grizzly.http.servlet.ServletAdapter
Holder for our configured properties.
putValue(String, Object) - Method in class com.sun.grizzly.http.servlet.HttpSessionImpl

R

read() - Method in class com.sun.grizzly.http.servlet.ServletInputStreamImpl
 
read(byte[]) - Method in class com.sun.grizzly.http.servlet.ServletInputStreamImpl
 
read(byte[], int, int) - Method in class com.sun.grizzly.http.servlet.ServletInputStreamImpl
 
recycle() - Method in class com.sun.grizzly.http.servlet.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
removeAttribute(String) - Method in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
removeAttribute(String) - Method in class com.sun.grizzly.http.servlet.HttpSessionImpl
removeAttribute(String) - Method in class com.sun.grizzly.http.servlet.ServletContextImpl
Remove the context attribute with the specified name, if any.
removeInitParameter(String) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Remove a servlet initialization parameter for this servlet.
removeProperty(String) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Remove a configured property.
removeServletListener(String) - Method in class com.sun.grizzly.http.servlet.ServletAdapter
Remove Servlet listeners that implement EventListener
removeValue(String) - Method in class com.sun.grizzly.http.servlet.HttpSessionImpl
request - Variable in class com.sun.grizzly.http.servlet.HttpServletRequestImpl
The wrapped request.
REQUEST_RESPONSE_NOTES - Static variable in class com.sun.grizzly.http.servlet.ServletAdapter
 
reset() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
resetBuffer() - Method in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
response - Variable in class com.sun.grizzly.http.servlet.HttpServletResponseImpl
The wrapped response.

S

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

U

update(GrizzlyInputStream) - Method in class com.sun.grizzly.http.servlet.ServletInputStreamImpl
 
update(GrizzlyOutputStream) - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 

W

write(int) - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 
write(byte[]) - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 
write(byte[], int, int) - Method in class com.sun.grizzly.http.servlet.ServletOutputStreamImpl
 

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

Copyright © 2011 Oracle Corporation. All Rights Reserved.