A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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(File) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Create a new
AccessLogBuilderwriting logs to the specified file. - AccessLogBuilder(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Create a new
AccessLogBuilderwriting logs to the specified file. - 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
-
A Grizzly probe used to provide access logs generation.
- AccessLogProbe(AccessLogAppender, AccessLogFormat) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Create a new
AccessLogProbeformatting data with the specified format and appending it to the specified appender. - AccessLogProbe(AccessLogAppender, AccessLogFormat, int) - Constructor for class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Create a new
AccessLogProbeformatting data with the specified format and appending it to the specified appender. - 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
Fileresource 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(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Add the directory to the list of directories where files will be serviced from.
- 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.
- addHandler(HttpHandler, String[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
Add a
HttpHandlerand its associated array of mapping. - addHandler(HttpHandler, HttpHandlerRegistration[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
Add a
HttpHandlerand its associated array of mapping. - addHeader(String, 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.http2.PushBuilder
-
Add a request header to be used for the push.
- 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
-
Adds the specified
HttpHandleras a root handler. - addHttpHandler(HttpHandler, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Adds the specified
HttpHandlerwith its associated mapping(s). - addHttpHandler(HttpHandler, HttpHandlerRegistration...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Adds the specified
HttpHandlerwith 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
JmxEventListenerwhich will be notified when theHttpServeris started and JMX was enabled prior to starting or if theHttpServerwas 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
listenerto 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
HttpServeraddon 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, 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(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(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
-
The listener, which could be registered on a
RequestusingRequest.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)and be notified once theRequestprocessing will be completed. - 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
Stringrepresenting our version of Apache's user-agent format. - AGENT_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
- AggregatorAddOn - Class in org.glassfish.grizzly.http.server.util
-
AggregatorAddOn installs
AggregatorAddOn.AggregatorFilterinto 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
-
true if replacement of already added [@link Host},
Mapper.ContextandMapper.Wrapperwhen invokingMapper.addHost(java.lang.String, java.lang.String[], java.lang.Object),Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], org.glassfish.grizzly.http.server.naming.NamingContext)etc. - 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
-
An
AccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats. - ApacheLogFormat(String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
Create a new
ApacheLogFormatinstance by parsing the format from the specifiedString. - ApacheLogFormat(TimeZone, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
Create a new
ApacheLogFormatinstance by parsing the format from the specifiedString. - 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, StringBuffer) - Static method in class org.glassfish.grizzly.http.server.Request
-
Appends the reconstructed URL the client used to make the request.
- appendRequestURL(Request, StringBuilder) - 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
- attributes() - Method in class org.glassfish.grizzly.http.server.Session
-
Return a
ConcurrentMapof attributes. - AUTHORIZATION_HEADER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
Default header names.
All Classes All Packages