- A - Static variable in class org.glassfish.grizzly.http.server.Constants
-
'A'.
- a - Static variable in class org.glassfish.grizzly.http.server.Constants
-
'a'.
- access() - Method in class org.glassfish.grizzly.http.server.Session
-
Updates the "last accessed" timestamp with the current time.
- AccessLogAppender - Interface in org.glassfish.grizzly.http.server.accesslog
-
An interface defining an appender for Grizzly access logs entries.
- AccessLogBuilder - Class in org.glassfish.grizzly.http.server.accesslog
-
A simple builder to configure access logging for Grizzly.
- AccessLogBuilder(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- AccessLogBuilder(File) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
- AccessLogFormat - Interface in org.glassfish.grizzly.http.server.accesslog
-
An interface defining a component capable of formatting
Responses into printable
access log entries.
- AccessLogProbe - Class in org.glassfish.grizzly.http.server.accesslog
-
- AccessLogProbe(AccessLogAppender, AccessLogFormat) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
- AccessLogProbe(AccessLogAppender, AccessLogFormat, int) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
- ACK_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- Adapter() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
- Adapter() - Constructor for class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
- add(HttpRequestPacket, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a resource to the cache.
- add(HttpRequestPacket, File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a
File resource to the cache.
- add(HttpRequestPacket, File, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Add a resource to the cache.
- addAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
-
Add the listener, which will be notified, once Request processing will be finished.
- addCachingHeaders(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- addContext(String, String, Object, String[], NamingContext) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Context to an existing Host.
- addContext(String, String, Object, String[], NamingContext, List<AlternateDocBase>) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Context to an existing Host.
- addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
-
Add a Cookie to the set of Cookies associated with this Request.
- addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified Cookie to those that will be included with this Response.
- addDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified date header to the specified value.
- addDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified date header to the specified value.
- addDocRoot(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Adds doc root (path prefix), which will be used to look up resources.
- addDocRoot(String) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Add the directory to the list of directories where files will be serviced from.
- addDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Add the directory to the list of directories where files will be serviced from.
- addHandler(HttpHandler, String[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- addHandler(HttpHandler, HttpHandlerRegistration[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Add a request header to be used for the push.
- addHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Add a request header to be used for the push.
- addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified header to the specified value.
- addHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified header to the specified value.
- addHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified header to the specified value.
- addHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified header to the specified value.
- addHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- addHost(String, String[], Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new host to the mapper.
- addHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- addHttpHandler(HttpHandler, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Adds the specified
HttpHandler with its associated mapping(s).
- addHttpHandler(HttpHandler, HttpHandlerRegistration...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Adds the specified
HttpHandler with its associated mapping(s).
- addIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified integer header to the specified value.
- addIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Add the specified integer header to the specified value.
- addJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Add a
JmxEventListener which will be notified when the
HttpServer is started and JMX was enabled
prior to starting or if the
HttpServer was started with JMX disabled, but JMX was enabled at a later point in
time.
- addListener(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Adds the specified listener to the server instance.
- addLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Request
-
Add a Locale to the set of preferred Locales for this Request.
- addMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- AddOn - Interface in org.glassfish.grizzly.http.server
-
The
HttpServer addon interface, responsible for adding features like WebSockets, Comet to HttpServer.
- addParameter(String, String[]) - Method in class org.glassfish.grizzly.http.server.Request
-
Add a parameter name and corresponding set of values to this Request.
- addSessionCookieInternal(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
-
Special method for adding a session cookie as we should be overriding any previous
- addToFileCache(Request, Response, File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- addWrapper(String, String, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Wrapper to an existing Context.
- addWrapper(String, String, String, Object, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Wrapper to an existing Context.
- addWrapper(String, String, String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a new Wrapper to an existing Context.
- addWrapper(String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Add a wrapper to the context associated with this wrapper.
- addWrapper(String, Object, boolean, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- addWrapper(String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- addWrapper(Mapper.Context, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- addWrapper(Mapper.Context, String, Object, boolean, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- addWrapper(Mapper.Context, String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Adds a wrapper to the given context.
- advance() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Advance the current parsing position by one, if we are not already past the end of the string.
- AfterServiceListener - Interface in org.glassfish.grizzly.http.server
-
- afterServicesList - Variable in class org.glassfish.grizzly.http.server.Request
-
- AGENT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
user-agent format.
- AGENT_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
user-agent format.
- AGENT_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
user-agent format set to use the
UTC
time zone.
- AggregatorAddOn - Class in org.glassfish.grizzly.http.server.util
-
AggregatorAddOn installs AggregatorFilter into HttpServer FilterChain.
- AggregatorAddOn() - Constructor for class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
- allowReplacement() - Static method in class org.glassfish.grizzly.http.server.util.Mapper
-
- ALT_DD_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The servlet context attribute under which we store the alternate deployment descriptor for this web application
- AlternateDocBase - Class in org.glassfish.grizzly.http.server.util
-
- AlternateDocBase() - Constructor for class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
- alternateDocBases - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- ApacheLogFormat - Class in org.glassfish.grizzly.http.server.accesslog
-
- ApacheLogFormat(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
- ApacheLogFormat(TimeZone, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
- appCommitted - Variable in class org.glassfish.grizzly.http.server.Response
-
The application commit flag.
- append(String) - Method in interface org.glassfish.grizzly.http.server.accesslog.AccessLogAppender
-
Append the specified access log entry.
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.QueueingAppender
-
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- append(String) - Method in class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
- appendRequestURL(Request, StringBuilder) - Static method in class org.glassfish.grizzly.http.server.Request
-
Appends the reconstructed URL the client used to make the request.
- appendRequestURL(Request, StringBuffer) - Static method in class org.glassfish.grizzly.http.server.Request
-
Appends the reconstructed URL the client used to make the request.
- applyDecoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
- applyEncoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
- areTrailersAvailable() - Method in class org.glassfish.grizzly.http.server.Request
-
- asyncInput() - Method in class org.glassfish.grizzly.http.server.Request
-
- attributes() - Method in class org.glassfish.grizzly.http.server.Session
-
- AUTHORIZATION_HEADER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
Default header names.