A C D E F G H I L M N O P R S T U V W

A

access() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Reset the timestamp.
acknowledge() - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
Acknowledges a client that server wants to receive payload.
addContextInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
addCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addFilter(String, Class<? extends Filter>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the filter with the given name and class type to this servlet context.
addFilter(String, Filter) - Method in class org.glassfish.grizzly.servlet.WebappContext
Registers the given filter instance with this WebappContext under the given filterName.
addFilter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the filter with the given name and class name to this servlet context.
addHeader(String, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addListener(Class<? extends EventListener>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the given listener class to this WebappContext.
addListener(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the listener with the given class name to this WebappContext.
addMapping(String...) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMappingForServletNames(EnumSet<DispatcherType>, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addServlet(String, Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the servlet with the given name and class type to this servlet context.
addServlet(String, Servlet) - Method in class org.glassfish.grizzly.servlet.WebappContext
Registers the given servlet instance with this WebappContext under the given servletName.
addServlet(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the servlet with the given name and class name to this servlet context.
available() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 

C

checkError() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
classLoader - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
className - Variable in class org.glassfish.grizzly.servlet.Registration
 
clearContextInitParameters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
clone() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
Prevent cloning the facade.
cloneCookie() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
close() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permanently disable us.
close() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
close() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
close() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
compareTo(ServletRegistration) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 
configureClassLoader(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Create a URLClassLoader which has the capability of loading classes jar under an exploded war application.
configureServletEnv() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Configure the WebappContext and ServletConfigImpl
containsHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
CookieWrapper - Class in org.glassfish.grizzly.servlet
Simple Wrapper around Cookie.
CookieWrapper(String, String) - Constructor for class org.glassfish.grizzly.servlet.CookieWrapper
Constructs a cookie with a specified name and value.
create() - Static method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
create() - Static method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
createFilterChain(ServletRequest, Servlet, DispatcherType) - Method in class org.glassfish.grizzly.servlet.FilterChainFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createFilterChain(Request, Servlet, DispatcherType) - Method in class org.glassfish.grizzly.servlet.FilterChainFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
ctx - Variable in class org.glassfish.grizzly.servlet.Registration
 
customizeErrorPage(Response, String, int) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Customize the error page returned to the client.

D

DefaultServlet - Class in org.glassfish.grizzly.servlet
This servlet will be invoked when no other servlet matches the request URI.
DefaultServlet(ArraySet<File>) - Constructor for class org.glassfish.grizzly.servlet.DefaultServlet
 
deploy(HttpServer) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
deployed - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
destroy() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Destroy this Servlet and its associated ServletContextListener
dispatch(ServletRequest, ServletResponse, DispatcherType) - Method in class org.glassfish.grizzly.servlet.RequestDispatcherImpl
Dispatches the given request and response to the resource for which this dispatcher was acquired.
DispatchedHttpServletRequest - Class in org.glassfish.grizzly.servlet
Wrapper around a javax.servlet.http.HttpServletRequest that transforms an application request object (which might be the original one passed to a servlet.
DispatchedHttpServletRequest(HttpServletRequest, DispatcherType) - Constructor for class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
DispatchedHttpServletResponse - Class in org.glassfish.grizzly.servlet
Wrapper around a javax.servlet.http.HttpServletResponse that transforms an application response object (which might be the original one passed to a servlet.
DispatchedHttpServletResponse(HttpServletResponse, boolean) - Constructor for class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
DispatcherConstants - Class in org.glassfish.grizzly.servlet
Constants based on Servlet3.0 spec.
DispatcherConstants() - Constructor for class org.glassfish.grizzly.servlet.DispatcherConstants
 
DispatcherType - Enum in org.glassfish.grizzly.servlet
Enumerates the DispatcherTypes supported by the Servlet 3.0 specification.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doServletService(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 

E

encodeRedirectURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeRedirectUrl(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeUrl(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
equals(Object) - Method in class org.glassfish.grizzly.servlet.Registration
 
error - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
ExpectationHandler - Interface in org.glassfish.grizzly.servlet
Handler, responsible for processing Expect: header in a HTTP requests, for example "Expect: 100-Continue"
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
ExpectationHandler.AckAction - Interface in org.glassfish.grizzly.servlet
Interface, using which ExpectationHandler may confirm or refuse client expectation.

F

fail() - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
Notifies a client that server doesn't want to process HTTP message payload.
filter - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
FilterChainFactory - Class in org.glassfish.grizzly.servlet
FilterChainFactory is responsible for building a FilterChain instance with the Filters that need to be invoked for a particular request URI.
FilterChainFactory(WebappContext, Collection<FilterRegistration>) - Constructor for class org.glassfish.grizzly.servlet.FilterChainFactory
 
FilterChainInvoker - Interface in org.glassfish.grizzly.servlet
 
filterClass - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
FilterConfigImpl - Class in org.glassfish.grizzly.servlet
FilterConfig implementation.
FilterConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.FilterConfigImpl
 
FilterRegistration - Class in org.glassfish.grizzly.servlet
Allows customization of a Filter registered with the WebappContext.
FilterRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, Class<? extends Filter>) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, Filter) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
finish() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
flush() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
Will send the buffer to the client.
flush() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
flushBuffer() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
forward(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.servlet.RequestDispatcherImpl
Forwards the given request and response to the resource for which this dispatcher was acquired.

G

getAttribute(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
getAuthType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getBasePath() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getBufferSize() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getCharacterEncoding() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getCharacterEncoding() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getClassLoader() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getClassName() - Method in class org.glassfish.grizzly.servlet.Registration
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
getComment() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getContentLength() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContentType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContentType() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getContext(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getContextImpl() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Return the underlying WebappContext
getContextPath() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getContextPath() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContextPath() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.glassfish.grizzly.servlet.WebappContext
getCookies() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getCreationTime() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getDateHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getDispatcherMask(EnumSet<DispatcherType>) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Returns the byte representation of all DispatcherTypes specified by the provided EnumSet.
getDomain() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the domain name set for this cookie.
getEventListeners() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getExpectationHandler() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Get the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
getExpectationHandler() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Get the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
getFilter() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Return the application Filter we are configured for.
getFilterChain(Request) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getFilterName() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getFilterRegistration(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the FilterRegistration corresponding to the filter with the given filterName.
getFilterRegistrations() - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this WebappContext.
getGrizzlyCookies() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaderNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaders(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getId() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
getInitParameters() - Method in class org.glassfish.grizzly.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInputStream() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getInternalRequest() - Method in interface org.glassfish.grizzly.servlet.Holders.RequestHolder
Returns internal Grizzly Request associated with this Holder.
getInternalRequest() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Returns internal Grizzly Request associated with this Holder.
getInternalRequest(HttpServletRequest) - Static method in class org.glassfish.grizzly.servlet.ServletUtils
Returns internal Grizzly Request associated with the passed HttpServletRequest.
getInternalResponse() - Method in interface org.glassfish.grizzly.servlet.Holders.ResponseHolder
Returns internal Grizzly Response associated with this Holder.
getInternalResponse() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Returns internal Grizzly Response associated with this Holder.
getInternalResponse(HttpServletResponse) - Static method in class org.glassfish.grizzly.servlet.ServletUtils
Returns internal Grizzly Response associated with the passed HttpServletResponse.
getIntHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLastAccessedTime() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getLocalAddr() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocale() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocale() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getLocales() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocalName() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocalPort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getMajorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getMappings() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Gets the currently available mappings of the Servlet represented by this ServletRegistration.
getMaxAge() - Method in class org.glassfish.grizzly.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.servlet.HttpSessionImpl
getMessage() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getMethod() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getMimeType(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getMinorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getName() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the name of the cookie.
getName() - Method in class org.glassfish.grizzly.servlet.Registration
Gets the name of the Servlet or Filter that is represented by this Registration.
getName() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getNamedDispatcher(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getOutputStream() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getParameter(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getParameter(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterMap() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getParameterMap() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterNames() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getParameterNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getPath() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the path on the server to which the browser returns this cookie.
getPathInfo() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getPathInfo() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getPathTranslated() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getProtocol() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getQueryString() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getQueryString() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getReader() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRealPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRealPath(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getRemoteAddr() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemoteHost() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemotePort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemoteUser() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequest() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getRequestedSessionId() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestFacade() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getRequestURI() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getRequestURI() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestURL() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getResource(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResourceAsStream(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResourcePaths(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResponse() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getScheme() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServerInfo() - Method in class org.glassfish.grizzly.servlet.WebappContext
getServerName() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServerPort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServlet(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated.  
getServletConfig() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getServletContext() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getServletContext() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getServletContext() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getServletContextName() - Method in class org.glassfish.grizzly.servlet.WebappContext
getServletCtx() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getServletInstance() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Return the Servlet instance used by this ServletHandler
getServletName() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getServletNameMappings() - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration.
getServletNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated.  
getServletPath() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getServletPath() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServletRegistration(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the ServletRegistration corresponding to the servlet with the given servletName.
getServletRegistrations() - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this WebappContext.
getServlets() - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated.  
getSession(boolean) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getSession() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getSessionContext() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getStatus() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getUrlPatternMappings() - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration.
getUserPrincipal() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getValue() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the value of the cookie.
getValue(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getValueNames() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getVersion() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the version of the protocol this cookie complies with.
getWrappedCookie() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
getWriter() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl

H

hashCode() - Method in class org.glassfish.grizzly.servlet.Registration
 
Holders - Class in org.glassfish.grizzly.servlet
Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer abstractions.
Holders() - Constructor for class org.glassfish.grizzly.servlet.Holders
 
Holders.RequestHolder - Interface in org.glassfish.grizzly.servlet
 
Holders.ResponseHolder - Interface in org.glassfish.grizzly.servlet
 
HttpServletRequestImpl - Class in org.glassfish.grizzly.servlet
Facade class that wraps a Request request object.
HttpServletRequestImpl() - Constructor for class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Construct a wrapper for the specified request.
HttpServletResponseImpl - Class in org.glassfish.grizzly.servlet
Facade class that wraps a Response object.
HttpServletResponseImpl() - Constructor for class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Construct a wrapper for the specified response.
HttpSessionImpl - Class in org.glassfish.grizzly.servlet
Basic HttpSession based on Session support.
HttpSessionImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.HttpSessionImpl
Create an HttpSession.

I

ib - Variable in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
include(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.servlet.RequestDispatcherImpl
Include the response from another resource in the current response.
initialize(Request) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
initialize(Response) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
initialize - Variable in class org.glassfish.grizzly.servlet.ServletHandler
Initialize the ServletContext
initialize(Request) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
initialize(Response) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
initParameters - Variable in class org.glassfish.grizzly.servlet.Registration
 
initParameters - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
initSession() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Initialize the session object if there is a valid session request
invalidate() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
invokeFilterChain(ServletRequest, ServletResponse) - Method in interface org.glassfish.grizzly.servlet.FilterChainInvoker
 
isCommitted() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
isDispatcherSet(byte, DispatcherType) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Returns true if the specified DispatcherType has been 'encoded' within the provided dispatcherTypeMask.
isError() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
isNew() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdFromURL() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdFromUrl() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdValid() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isSecure() - Method in class org.glassfish.grizzly.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.
isSecure() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isUserInRole(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl

L

lineBuffer - Variable in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
loadOnStartup - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
loadServlet() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Load a Servlet instance.
log(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
log(Exception, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated.  
log(String, Throwable) - Method in class org.glassfish.grizzly.servlet.WebappContext

M

mark(int) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
markSupported() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 

N

name - Variable in class org.glassfish.grizzly.servlet.Registration
 
name - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
normalize(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
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.servlet.HttpSessionImpl
Invoke to notify all registered HttpSessionListener of the session has just been created.

O

ob - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
onExpectAcknowledgement(HttpServletRequest, HttpServletResponse, ExpectationHandler.AckAction) - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler
Method is getting called by framework if HTTP request contains "Expect" header.
org.glassfish.grizzly.servlet - package org.glassfish.grizzly.servlet
 

P

print(boolean) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(char) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(long) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(float) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(double) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(Object) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(boolean) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(char) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(long) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(float) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(double) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(Object) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
properties - Variable in class org.glassfish.grizzly.servlet.ServletHandler
Holder for our configured properties.
putValue(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl

R

read() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read(byte[]) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read(byte[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
read(char[]) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
read(char[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
readLine() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
ready() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
recycle() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
recycle() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
Registration - Class in org.glassfish.grizzly.servlet
Base class for all complex registrable components within a web application.
Registration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.Registration
 
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
removeContextInitParameter(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
removeValue(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
request - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
The wrapped request.
RequestDispatcherImpl - Class in org.glassfish.grizzly.servlet
Standard implementation of RequestDispatcher that allows a request to be forwarded to a different resource to create the ultimate response, or to include the output of another resource in the response from this resource.
RequestDispatcherImpl(ServletHandler, String, String, String, String, String) - Constructor for class org.glassfish.grizzly.servlet.RequestDispatcherImpl
Construct a new instance of this class, configured according to the specified parameters.
reset() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
reset() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
reset() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
resetBuffer() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
response - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
The wrapped response.

S

sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Override parent's HttpHandler.sendAcknowledgment(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response) to let ExpectationHandler (if one is registered) process the expectation.
sendError(int, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendError(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendError(int, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
sendError(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
sendFile(HttpServletResponse, File) - Static method in class org.glassfish.grizzly.servlet.DefaultServlet
 
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
service(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
servlet - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
servletClass - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
servletClass - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
servletClassName - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
ServletConfigImpl - Class in org.glassfish.grizzly.servlet
Basic ServletConfig implementation.
ServletConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.ServletConfigImpl
 
servletContextImpl - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
ServletHandler - Class in org.glassfish.grizzly.servlet
HttpHandler implementation that provides an entry point for processing a Servlet request.
ServletHandler(ServletConfigImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletHandler
 
ServletInputStreamImpl - Class in org.glassfish.grizzly.servlet
 
ServletInputStreamImpl() - Constructor for class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
servletInstance - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
servletNames - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
ServletOutputStreamImpl - Class in org.glassfish.grizzly.servlet
 
ServletOutputStreamImpl() - Constructor for class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
ServletReaderImpl - Class in org.glassfish.grizzly.servlet
 
ServletReaderImpl(Reader) - Constructor for class org.glassfish.grizzly.servlet.ServletReaderImpl
 
ServletRegistration - Class in org.glassfish.grizzly.servlet
Allows customization of a Servlet registered with the WebappContext.
ServletRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
ServletRegistration(WebappContext, String, Servlet) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
ServletRegistration(WebappContext, String, Class<? extends Servlet>) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
ServletUtils - Class in org.glassfish.grizzly.servlet
Grizzly Servlet utilities.
ServletUtils() - Constructor for class org.glassfish.grizzly.servlet.ServletUtils
 
ServletWriterImpl - Class in org.glassfish.grizzly.servlet
 
ServletWriterImpl(Writer) - Constructor for class org.glassfish.grizzly.servlet.ServletWriterImpl
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.WebappContext
setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setComment(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies a comment that describes a cookie's purpose.
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContentType(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setContentType(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContextImpl(WebappContext) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Set the underlying WebappContext
setContextPath(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setContextPath(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Programmatically set the context path of the Servlet.
setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
setDomain(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies the domain within which this cookie should be presented.
setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Set the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Set the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
setFilter(Filter) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the Filter associated with this object.
setFilterChainFactory(FilterChainFactory) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the Filter's name associated with this object.
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.Registration
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
setInitParameters(Map) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the init parameters associated with this associated Filter.
setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.Registration
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setLoadOnStartup(int) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Sets the loadOnStartup priority on the Servlet represented by this dynamic ServletRegistration.
setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Sets the maximum age of the cookie in seconds.
setMaxInactiveInterval(int) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
setPath(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies a path for the cookie to which the client should return the cookie.
setPathData(Request, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setPathInfo(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setPathInfo(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setQueryString(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setRequestURI(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setServletClass(Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setServletClassName(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setServletInstance(Servlet) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Set the Servlet instance used by this ServletHandler
setServletName(String) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
Set the name of this servlet.
setServletPath(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
setServletPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Programmatically set the servlet path value.
setSession(Session) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Set the Session
setStatus(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setStatus(int, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setStatus(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setStatus(int, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setValue(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Assigns a new value to a cookie after the cookie is created.
setVersion(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Sets the version of the cookie protocol this cookie complies with.
setWrappedCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
skip(long) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
start() - Method in class org.glassfish.grizzly.servlet.ServletHandler

T

toString() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 
type() - Method in enum org.glassfish.grizzly.servlet.DispatcherType
 

U

undeploy() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
urlPatterns - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
urlPatterns - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
usingInputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Using stream flag.
usingOutputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Using output stream flag.
usingReader - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Using writer flag.
usingWriter - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Using writer flag.

V

valueOf(String) - Static method in enum org.glassfish.grizzly.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.grizzly.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebappContext - Class in org.glassfish.grizzly.servlet
This class acts as the foundation for registering listeners, servlets, and filters in an embedded environment.
WebappContext() - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
WebappContext(String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
Creates a simple WebappContext with the root being "/".
WebappContext(String, String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
WebappContext(String, String, String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
write(int) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(byte[]) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(char[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(String, int, int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 

A C D E F G H I L M N O P R S T U V W

Copyright © 2012 Oracle Corporation. All Rights Reserved.