Skip navigation links
A C D E F G H I L M N O P Q 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.
addFilterMap(FilterMap, boolean) - Method in class org.glassfish.grizzly.servlet.WebappContext
Add a filter mapping to this 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.
addListener(T) - Method in class org.glassfish.grizzly.servlet.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.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.glassfish.grizzly.servlet.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.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.glassfish.grizzly.servlet.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.
authenticate(HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
available() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 

C

changeSessionId() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
changeSessionId(Request, Session) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
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
 
close() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
 
compareTo(ServletRegistration) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 
configureServletEnv() - Method in class org.glassfish.grizzly.servlet.ServletHandler
configureSessionCookie(Request, Cookie) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
containsHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
context - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The context for this request.
contextPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The context path for this request.
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
 
createEventListenerInstance(Class<? extends EventListener>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given EventListener class.
createEventListenerInstance(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given EventListener class.
createFilter(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
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.
createFilterInstance(FilterRegistration) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Filter class.
createFilterInstance(Class<? extends Filter>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Filter class.
createHttpUpgradeHandlerInstance(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given HttpUpgradeHandler class.
createListener(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
createServlet(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
createServletInstance(ServletRegistration) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Servlet class.
createServletInstance(Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Servlet class.
createSession(Request) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
crossContext - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
If this request is cross context, since this changes session access behavior.
ctx - Variable in class org.glassfish.grizzly.servlet.Registration
 
customizeErrorPage(Response, String, int, Throwable) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Customize the error page returned to the client.

D

declareRoles(String...) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
DefaultServlet - Class in org.glassfish.grizzly.servlet
This servlet will be invoked when no other servlet matches the request URI.
DefaultServlet(StaticHttpHandlerBase) - 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
destroyFilters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
disableAsyncSupport() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Disables async support for this request.
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, WebappContext, boolean, DispatcherType) - Constructor for class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Construct a new wrapped request around the specified servlet request.
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 - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The dispatcher type.
doServletService(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 

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) - Constructor for class org.glassfish.grizzly.servlet.FilterChainFactory
 
filterChainFactory - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
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
 
FilterMap - Class in org.glassfish.grizzly.servlet
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.glassfish.grizzly.servlet.FilterMap
 
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.
filterRegistrations - Variable in class org.glassfish.grizzly.servlet.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

G

getAsyncContext() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getAttribute() method of the wrapped request.
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
Override the getAttributeNames() method of the wrapped request.
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
 
getClassLoader() - Method in class org.glassfish.grizzly.servlet.WebappContext
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.
getComment() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getContentLength() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContentLengthLong() - 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
Override the getContextPath() method of the wrapped request.
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
getDefaultSessionTrackingModes() - Method in class org.glassfish.grizzly.servlet.WebappContext
getDispatcherType() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getDispatcherType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getDispatcherTypes() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getDomain() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the domain name set for this cookie.
getDomain() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getEffectiveMajorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getEffectiveMinorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getEffectiveSessionTrackingModes() - Method in class org.glassfish.grizzly.servlet.WebappContext
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
 
getFilterChainFactory() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getFilterMaps() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getFilterName() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getFilterName() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
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
getHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHeaderNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaderNames() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHeaders(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaders(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHttpUpgradeHandler() - 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
getInputStream() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
Returns an input stream for this web connection.
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
getJspConfigDescriptor() - Method in class org.glassfish.grizzly.servlet.WebappContext
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.
getMaxAge() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
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
 
getName() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getNamedDispatcher(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getOutputStream() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getOutputStream() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
Returns an output stream for this web connection.
getParameter(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameter() method of the wrapped request.
getParameter(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterMap() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterMap() method of the wrapped request.
getParameterMap() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterNames() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterNames() method of the wrapped request.
getParameterNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterValues() method of the wrapped request.
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getPart(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getParts() - 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.
getPath() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getPathInfo() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getPathInfo() method of the wrapped request.
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
Override the getQueryString() method of the wrapped request.
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.DispatchedHttpServletRequest
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
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
Override the getRequestURI() method of the wrapped request.
getRequestURI() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestURL() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getRequestURL() method of the wrapped request.
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
 
getRunAsRole() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
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.HttpServletRequestImpl
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.FilterMap
 
getServletName() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getServletNameFilterMappings(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the current servlet name mappings of the Filter with the given name.
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
Override the getServletPath() method of the wrapped request.
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
getSession(Request, String) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
getSessionContext() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getSessionCookieConfig() - Method in class org.glassfish.grizzly.servlet.WebappContext
getSessionCookieName() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Overrides default (JSESSIONID) session cookie name.
getSessionCookieName() - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
getSessionManager(Request) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getStatus() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getURLPattern() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getUrlPatternFilterMappings(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the current URL pattern mappings of the Filter with the given name.
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.
getVirtualServerName() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
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, Session) - Constructor for class org.glassfish.grizzly.servlet.HttpSessionImpl
Create an HttpSession.

I

ib - Variable in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
initialize(Request, HttpServletResponseImpl, WebappContext) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
initialize(Response, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
initialize - Variable in class org.glassfish.grizzly.servlet.ServletHandler
Initialize the ServletContext
initialize() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
initialize() - 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
 
instance() - Static method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
invalidate() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
invokeFilterChain(ServletRequest, ServletResponse) - Method in interface org.glassfish.grizzly.servlet.FilterChainInvoker
 
isAsyncStarted() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isAsyncSupported - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
isAsyncSupported() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isAsyncSupported - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
isCommitted() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
isError() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
isFinished() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
isHttpOnly() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
isHttpOnly() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
isNew() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
isReady() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
isReady() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
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
isSecure() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
isSpecial(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Is this attribute name one of the special ones that is added only for included servlets?
isUpgrade() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
isUserInRole(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isValid() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Is the current Session valid?

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
login(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
logout() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 

M

mark(int) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
mark(int) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
markSupported() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
markSupported() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
mergeValues(Object, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Merge the two sets of parameter values into a single String array.

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

pathInfo - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The path information for this request.
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

Q

queryString - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The query string for this request.

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
Override the removeAttribute() method of the wrapped request.
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
 
removeFilterMaps() - Method in class org.glassfish.grizzly.servlet.WebappContext
Removes any filter mappings from this Context.
removeValue(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
request - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
The wrapped request.
requestDispatcherPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The current request dispatcher path.
requestURI - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The request URI for this request.
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.ServletInputStreamImpl
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
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
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(HttpServletRequestImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
servletInstance - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
ServletOutputStreamImpl - Class in org.glassfish.grizzly.servlet
 
ServletOutputStreamImpl(HttpServletResponseImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
servletPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The servlet path for this request.
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.
servletRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
servletRequest - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
servletResponse - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
The corresponding servlet response
ServletSessionManager - Class in org.glassfish.grizzly.servlet
The Servlet-aware SessionManager implementation.
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
 
SessionCookieConfig - Class in org.glassfish.grizzly.servlet
Class that may be used to configure various properties of cookies used for session tracking purposes.
SessionCookieConfig(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.SessionCookieConfig
Constructor
setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the setAttribute() method of the wrapped request.
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.
setComment(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContentLengthLong(long) - 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.HttpServletRequestImpl
 
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
 
setDispatcherTypes(Set<DispatcherType>) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setDomain(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
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.
setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setHttpOnly(boolean) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
setHttpOnly(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
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.
setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
setInitParameters(Map<String, String>) - 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.
setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setMaxInactiveInterval(int) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
setMultipartConfig(MultipartConfigElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setName(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setPath(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setPathData(Request, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setPathInfo(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setReadListener(ReadListener) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
setRunAsRole(String) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
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.
setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setServerInfo(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Set the value of the Server header to be sent in the response.
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.FilterMap
 
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.HttpServletRequestImpl
Programmatically set the servlet path value.
setServletSecurity(ServletSecurityElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setSessionCookieName(String) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
 
setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Set the SessionManager instance used by this ServletHandler
setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.servlet.WebappContext
Sets the SessionManager that should be used by this WebappContext.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.glassfish.grizzly.servlet.WebappContext
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
setURLPattern(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
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
 
setWriteListener(WriteListener) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
skip(long) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
skip(long) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
start() - Method in class org.glassfish.grizzly.servlet.ServletHandler
startAsync() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
startAsync(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl

T

toString() - Method in class org.glassfish.grizzly.servlet.FilterMap
Render a String representation of this object.
toString() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 

U

undeploy() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
unmodifiableFilterRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
unregisterAllFilters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
unregisterFilter(Filter) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
upgrade(Class<T>) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Create an instance of HttpUpgradeHandler for an given class and uses it for the http protocol upgrade processing.
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

validateURLPattern(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Validate the syntax of a proposed <url-pattern> for conformance with specification requirements.

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
 
WebConnectionImpl - Class in org.glassfish.grizzly.servlet
Implementation of WebConnection for Servlet 3.1
WebConnectionImpl(HttpServletRequestImpl, ServletInputStream, ServletOutputStream) - Constructor for class org.glassfish.grizzly.servlet.WebConnectionImpl
 
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 Q R S T U V W 
Skip navigation links

Copyright © 2020 Oracle Corporation. All Rights Reserved.