- 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(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(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
-
- 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.
- cancel() - Method in class org.glassfish.grizzly.http.server.Response
-
- canCompressHttpResponse(HttpResponsePacket, CompressionConfig, String[]) - Static method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
Returns true if the HttpResponsePacket could be
compressed, or false otherwise.
- canDecompressHttpRequest(HttpRequestPacket, CompressionConfig, String[]) - Static method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
Returns true if the HttpResponsePacket could be
compressed, or false otherwise.
- canServeCompressed(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
Returns true if this entry could be served compressed as response
to this (passed) specific HttpRequestPacket.
- CERTIFICATES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we store the array of X509Certificate
objects representing the certificate chain presented by our client,
if any.
- changeSessionId(Request, Session) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- changeSessionId() - Method in class org.glassfish.grizzly.http.server.Request
-
Change the session id of the current session associated with this
request and return the new session id.
- changeSessionId(Request, Session) - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
Change the
Session id and return the original id.
- CHECK_NON_SLASH_TERMINATED_FOLDERS_PROP - Static variable in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
- CHUNKED - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- CHUNKED_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
Chunked filters (input and output).
- CIPHER_SUITE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we store the name of the cipher suite
being used on an SSL connection (as an object of type
java.lang.String).
- CLASS_LOADER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The servlet context attribute under which we store the class loader
used for loading servlets (as an object of type java.lang.ClassLoader).
- CLASS_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The servlet context attribute under which we store the class path
for our application class loader (as an object of type String),
delimited with the appropriate path delimiter for this platform.
- ClassLoaderUtil - Class in org.glassfish.grizzly.http.server.util
-
- ClassLoaderUtil() - Constructor for class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
-
- clear() - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
-
Remove all mappings from this map.
- clearCookies() - Method in class org.glassfish.grizzly.http.server.Request
-
Clear the collection of Cookies associated with this Request.
- clearHeaders() - Method in class org.glassfish.grizzly.http.server.Request
-
Clear the collection of Headers associated with this Request.
- clearLocales() - Method in class org.glassfish.grizzly.http.server.Request
-
Clear the collection of Locales associated with this Request.
- clearParameters() - Method in class org.glassfish.grizzly.http.server.Request
-
Clear the collection of parameters associated with this Request.
- close() - Method in interface org.glassfish.grizzly.http.server.accesslog.AccessLogAppender
-
Close any underlying resource owned by this appender.
- close() - Method in class org.glassfish.grizzly.http.server.accesslog.QueueingAppender
-
- close() - Method in class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- close() - Method in class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
- CLOSE - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- CLOSE_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- CLStaticHttpHandler - Class in org.glassfish.grizzly.http.server
-
- CLStaticHttpHandler(ClassLoader, String...) - Constructor for class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Create HttpHandler, which will handle requests
to the static resources resolved by the given class loader.
- COLON - Static variable in class org.glassfish.grizzly.http.server.Constants
-
COLON.
- COLON_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- COMBINED - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
combined format.
- COMBINED_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
combined format.
- COMBINED_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
combined format set to use the
UTC time zone.
- COMMON - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
common format.
- COMMON_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
common format.
- COMMON_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
common format set to use the
UTC time zone.
- compressFile(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Creates a temporary compressed representation of the given cache entry.
- CompressionEncodingFilter - Class in org.glassfish.grizzly.http.server
-
- CompressionEncodingFilter(CompressionConfig, String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
- CompressionEncodingFilter(CompressionConfig.CompressionModeI, int, String[], String[], String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
Creates a new CompressionEncodingFilter based on the provided configuration
details.
- CompressionEncodingFilter(CompressionConfig.CompressionModeI, int, String[], String[], String[], boolean) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
-
Creates a new CompressionEncodingFilter based on the provided configuration
details.
- CompressionLevel - Enum in org.glassfish.grizzly.http.server
-
- configureCompressionEncodings(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- configureSessionCookie(Request, Cookie) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- configureSessionCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
-
Configures the given session cookie.
- configureSessionCookie(Request, Cookie) - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
- CONNECTION - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- Constants - Class in org.glassfish.grizzly.http.server
-
Constants.
- Constants() - Constructor for class org.glassfish.grizzly.http.server.Constants
-
- containsHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Has the specified header been set already in this response?
- containsHeader(Header) - Method in class org.glassfish.grizzly.http.server.Response
-
Has the specified header been set already in this response?
- contentType - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- context - Variable in class org.glassfish.grizzly.http.server.util.Mapper
-
Context associated with this wrapper, used for wrapper mapping.
- Context() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- context - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- CONTEXT_ROOT - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- ContextList() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.ContextList
-
- contextList - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
-
- contextPath(String) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration.Builder
-
- contextPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- contexts - Variable in class org.glassfish.grizzly.http.server.util.Mapper.ContextList
-
- convertToLong(String) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- cookies - Variable in class org.glassfish.grizzly.http.server.Request
-
The set of cookies associated with this Request.
- cookiesParsed - Variable in class org.glassfish.grizzly.http.server.Request
-
Cookies parsed flag.
- copy(File, File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
-
Copy the specified file or directory to the destination.
- CR - Static variable in class org.glassfish.grizzly.http.server.Constants
-
CR.
- create(String, String) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- create(HttpRequestPacket) - Static method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- create(PushBuilder) - Static method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
- create() - Static method in class org.glassfish.grizzly.http.server.Request
-
- create() - Static method in class org.glassfish.grizzly.http.server.SuspendStatus
-
- create() - Static method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- createClassloader(File, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
-
- createInputStream() - Method in class org.glassfish.grizzly.http.server.Request
-
Create and return a NIOInputStream to read the content
associated with this Request.
- createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- createManagementObject() - Method in interface org.glassfish.grizzly.http.server.jmxbase.Monitorable
-
Returns a new JMX
Object that may be registered with the
Grizzly JMX manager.
- createManagementObject() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- createNote(String) - Static method in class org.glassfish.grizzly.http.server.Request
-
Create a named Note associated with this Request.
- createOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
Create and return a ServletOutputStream to write the content
associated with this Response.
- createSession(Request) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- createSession(Request) - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
- createSimpleServer() - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String, SocketAddress) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String, String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createSimpleServer(String, String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
-
- createURLClassLoader(String) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
-
- createURLClassLoader(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
-
- CRLF - Static variable in class org.glassfish.grizzly.http.server.Constants
-
CRLF.
- CRLF_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
-
- ctx - Variable in class org.glassfish.grizzly.http.server.Request
-
- ctx - Variable in class org.glassfish.grizzly.http.server.Response
-
Grizzly FilterChain context,
related to this HTTP request/response
- generate(Request, int, String, String, Throwable) - Method in class org.glassfish.grizzly.http.server.DefaultErrorPageGenerator
-
Returns the HTML representation of the error page corresponding to the
given HTTP response status.
- generate(Request, int, String, String, Throwable) - Method in interface org.glassfish.grizzly.http.server.ErrorPageGenerator
-
Returns the HTML representation of the error page corresponding to the
given HTTP response status.
- GET - Static variable in class org.glassfish.grizzly.http.server.Constants
-
GET.
- get(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getAddOns() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Return the array of the registered
AddOns.
- getAddOnSet() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns the direct addons collection, registered on the NetworkListener.
- getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the specified request attribute if it exists; otherwise, return
null.
- getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
-
Return an attribute.
- getAttributeNames() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the names of all request attributes for this Request, or an
empty
Set if there are none.
- getAuthorization() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the authorization credentials sent with this request.
- getAuthType() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the authentication type used for this Request.
- getBackendConfiguration() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getBackendConfiguration() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getBasePath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the absolute doc base path of this AlternateDocBase.
- getBufferSize() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the actual buffer size used for this Response.
- getByteBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the character encoding for this Request.
- getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the character encoding used for this Response.
- getClassLoader() - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Returns the
ClassLoader used to resolve the requested HTTP resources.
- getCompletionHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getCompletionHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
Get the suspended
Response CompletionHandler.
- getCompressedFilesFolder() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Returns the folder to be used to store temporary compressed files.
- getCompressibleMimeTypes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Returns the FileCache compression configuration settings.
- getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns CompressionConfig configuration.
- getCompressionLevel(String) - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
Set compression level.
- getCompressionMinSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- getConnectionConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the connection monitoring config.
- getContentLength() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the content length for this Request.
- getContentLength() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the content length that was set or calculated for this Response.
- getContentLengthLong() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the content length for this Request represented by Java long type.
- getContentLengthLong() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the content length that was set or calculated for this Response.
- getContentType() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the content type for this Request.
- getContentType() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the content type that was set or calculated for this response,
or null if no content type was set.
- getContext() - Method in class org.glassfish.grizzly.http.server.Request
-
- getContextNames() - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Return all contexts, in //HOST/PATH form
- getContextPath() - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- getContextPath() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the portion of the request URI that indicates the context of the request.
- getCookies() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the set of Cookies received with this Request.
- getCookies() - Method in class org.glassfish.grizzly.http.server.Response
-
Return an array of all cookies set for this response, or
a zero-length array if no cookies have been set.
- getCreationTime() - Method in class org.glassfish.grizzly.http.server.Session
-
Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
- getDateHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the value of the specified date header, if any; otherwise
return -1.
- getDateHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the value of the specified date header, if any; otherwise
return -1.
- getDecodedRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
-
Get the decoded request URI.
- getDefaultDocRoot() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Return the default directory from where files will be serviced.
- getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getDefaultHostName() - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getDefaultQueryEncoding() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getDetailMessage() - Method in class org.glassfish.grizzly.http.server.Response
-
Gets detail error message.
- getDocBase() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the (possibly relative) doc base path of this AlternateDocBase.
- getDocRoots() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Return the list of directories where files will be serviced from.
- getErrorPage(String, String, String) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
- getErrorPageGenerator(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- getErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.Response
-
- getExceptionErrorPage(String, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
- getExecutor(Request) - Method in interface org.glassfish.grizzly.http.server.RequestExecutorProvider
-
Returns the
Executor to execute user's code associated with the
Request processing.
- getExecutor(Request) - Method in class org.glassfish.grizzly.http.server.RequestExecutorProvider.SameThreadProvider
-
- getExecutor(Request) - Method in class org.glassfish.grizzly.http.server.RequestExecutorProvider.WorkerThreadProvider
-
- getFile(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
Returns the entry's
File reference.
- getFileCache() - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
-
- getFileCache() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getFileCacheConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the file cache monitoring config.
- getFileSize(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
Returns the entry file size.
- getFilterChain() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getFormat() - Method in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
Return the normalized format associated with this instance.
- getFormats() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- getFullServerName() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- getHeader(String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the first value of the specified header, if any; otherwise,
return null
- getHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the first value of the specified header, if any; otherwise,
return null
- getHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Return the value for the specified header, or null if this
header has not been set.
- getHeaderNames() - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the set of header to be used for the push.
- getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the names of all headers received with this request.
- getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Response
-
Return an array of all the header names set for this response, or
a zero-length array if no headers have been set.
- getHeaders() - Method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
- getHeaders(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return all of the values of the specified header, if any; otherwise,
return an empty enumeration.
- getHeaders(Header) - Method in class org.glassfish.grizzly.http.server.Request
-
Return all of the values of the specified header, if any; otherwise,
return an empty enumeration.
- getHeaderValues(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Return an array of all the header values associated with the
specified header name, or an zero-length array if there are no such
header values.
- getHeapCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Return the heap space used for cache
- getHost() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- getHost() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- getHost() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getHosts() - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getHttpCodecFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getHttpConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the http monitoring config.
- getHttpFilter() - Method in class org.glassfish.grizzly.http.server.Request
-
- getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- getHttpHandlerPath() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the part of this request's URL that calls the HttpHandler.
- getHttpHandlers() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getHttpHandlersWithMapping() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getHttpRequest() - Method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
- getHttpServerFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getHttpServerName() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getHttpServerVersion() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getIdInternal() - Method in class org.glassfish.grizzly.http.server.Session
-
- getIndex() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the zero-relative index of our current parsing position
within the string being parsed.
- getInfo() - Method in class org.glassfish.grizzly.http.server.Response
-
Return descriptive information about this Response implementation and
the corresponding version number, in the format
<description>/<version>.
- getInputBuffer() - Method in class org.glassfish.grizzly.http.server.Request
-
- getInputStream() - Method in class org.glassfish.grizzly.http.server.Request
-
- getIntHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the value of the specified header as an integer, or -1 if there
is no such header for this request.
- getIntHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the value of the specified header as an integer, or -1 if there
is no such header for this request.
- getJmxEventListeners() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getJrouteId() - Method in class org.glassfish.grizzly.http.server.Request
-
Gets the jroute id of this request, which may have been
sent as a separate JROUTE cookie or appended to the
session identifier encoded in the URI (if cookies have been disabled).
- getKeepAlive() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getLength() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the length of the string we are parsing.
- getListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getListeners() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getLocalAddr() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocale() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the preferred Locale that the client will accept content in,
based on the value for the first Accept-Language header
that was encountered.
- getLocale() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the Locale assigned to this response.
- getLocales() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the set of preferred Locales that the client will accept
content in, based on the values for any Accept-Language
headers that were encountered.
- getLocalName() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalPort() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
- getManagementObject(boolean) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getMappedCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Return the size of Mapped memory used for caching
- getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gets the maximum POST body size, which can buffered in memory.
- getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum POST body size, which can buffered in memory.
- getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxDispatchDepth() - Static method in class org.glassfish.grizzly.http.server.Request
-
- getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gets the maximum size of the POST body generated by an HTML form.
- getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum size of the POST body generated by an HTML form.
- getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMaxPayloadRemainderToSkip() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getMaxPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Gets the maximum size of the POST body.
- getMaxRequestHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns the maximum number of headers allowed for a request.
- getMaxRequestParameters() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns the maximum number of parameters allowed per request.
- getMaxResponseHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Returns the maximum number of headers allowed for a response.
- getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMemoryConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the memory monitoring config.
- getMessage() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the error message that was set with sendError()
for this Response.
- getMethod() - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the method to be used for the push.
- getMethod() - Method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
- getMethod() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the HTTP request method used in this Request.
- getMinEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Get the web server monitoring config.
- getName() - Method in class org.glassfish.grizzly.http.server.GrizzlyPrincipal
-
- getName() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Get the HttpHandler name.
- getName() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getName() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- getNIOInputStream() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the
NIOInputStream for this
Request.
- getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the
NIOOutputStream associated with this
Response.
- getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the
NIOReader associated with this
Request.
- getNIOWriter() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the
NIOWriter associated with this
Response.
- getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the Note value associated with this Request,
or null if no such binding exists.
- getNoteNames() - Method in class org.glassfish.grizzly.http.server.Request
-
Return a
Set containing the String names of all note bindings
that exist for this request.
- getOutputBuffer() - Method in class org.glassfish.grizzly.http.server.Response
-
- getOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
- getParameter(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the value of the specified request parameter, if any; otherwise,
return null.
- getParameterMap() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns a
Map of the parameters of this request.
- getParameterNames() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the names of all defined request parameters for this request.
- getParameters() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the low-level parameters holder for finer control over parameters.
- getParameterValues(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the defined values for the specified request parameter, if any;
otherwise, return null.
- getPath() - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the URI path to be used for the push.
- getPath() - Method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
- getPathInfo() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns any extra path information associated with the URL the client
sent when it made this request.
- getPort() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getPort() - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getPortRange() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getPostBody(int) - Method in class org.glassfish.grizzly.http.server.Request
-
Gets the POST body of this request.
- getProtocol() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the protocol and version used to make this Request.
- getPushBuilder() - Method in class org.glassfish.grizzly.http.server.Request
-
- getQueryString() - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the query string to be used for the push.
- getQueryString() - Method in class org.glassfish.grizzly.http.server.Request
-
- getRawCookies() - Method in class org.glassfish.grizzly.http.server.Request
-
TODO DOCS
- getReader() - Method in class org.glassfish.grizzly.http.server.Request
-
- getRelativeURI(Request) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- getRemoteAddr() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the remote IP address making this Request.
- getRemoteHost() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the remote host name making this Request.
- getRemotePort() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemoteUser() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the name of the remote user that has been authenticated
for this Request.
- getRemoteUserMapping() - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Returns the HTTP request header name, whose value (if non-null) would be used
to set the name of the remote user that has been authenticated
for HTTP Request.
- getRequest() - Method in class org.glassfish.grizzly.http.server.Request
-
- getRequest() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the Request with which this Response is associated.
- getRequestedSessionId() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the session identifier included in this request, if any.
- getRequestExecutor() - Method in class org.glassfish.grizzly.http.server.Request
-
- getRequestExecutorProvider() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- getRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the request URI for this request.
- getRequestURIEncoding() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Get the request URI encoding used by this HttpHandler.
- getRequestURL() - Method in class org.glassfish.grizzly.http.server.Request
-
Reconstructs the URL the client used to make the request.
- getResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the proxied resources of this AlternateDocBase.
- getResponse() - Method in class org.glassfish.grizzly.http.server.Request
-
- getResponse() - Method in class org.glassfish.grizzly.http.server.Response
-
Get the HttpResponsePacket.
- getRestrictedUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getScheme() - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Returns the HTTP request scheme, which if non-null overrides default one
picked up by framework during request processing.
- getScheme() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Get the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- getScheme() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the scheme used to make this Request.
- getScheme() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Get the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- getSchemeMapping() - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Returns the HTTP request header name, whose value (if non-null) would be used
to override default protocol scheme picked up by framework during
request processing.
- getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getServerConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- getServerConnection() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getServerName() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the server name responding to this Request.
- getServerPort() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the server port responding to this Request.
- getSession(Request, String) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- getSession() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the session associated with this Request, creating one
if necessary.
- getSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the session associated with this Request, creating one
if necessary and requested.
- getSession(Request, String) - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
Return the session associated with this Request, creating one
if necessary and requested.
- getSessionCookieName() - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- getSessionCookieName() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- getSessionCookieName() - Method in class org.glassfish.grizzly.http.server.Request
-
- getSessionCookieName() - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
- getSessionId() - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Return the SessionID to be used for the push.
- getSessionManager(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- getSessionManager() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getSessionManager() - Method in class org.glassfish.grizzly.http.server.Request
-
- getSessionManager() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- getSessionTimeout() - Method in class org.glassfish.grizzly.http.server.Session
-
Return a long representing the maximum idle time (in milliseconds) a session can be.
- getSessionTimeoutSeconds() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns the maximum time interval, in seconds, that
the HTTP server will keep this session open between
client accesses.
- getSslEngineConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getStatus() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the HTTP status code associated with this Response.
- getString() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Return the String we are currently parsing.
- getSuspendContext() - Method in class org.glassfish.grizzly.http.server.Response
-
Get the context of the suspended Response.
- getSuspendStatus() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getThreadPool() - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- getThreadPool() - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- getThreadPoolConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the thread pool monitoring config.
- getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
- getTimeoutHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- getTimeoutHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
- getTimestamp() - Method in class org.glassfish.grizzly.http.server.Session
-
- getTransactionTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getTransport() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getTransportConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the transport monitoring config.
- getUploadTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getUri() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- getUri() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- getUriEncoding() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- getUrlPattern() - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- getUrlPattern() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the url pattern of this AlternateDocBase.
- getUrlPatternSlashCount() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the number of slashes in the url pattern of this AlternateDocBase.
- getUrlPatternSuffix() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the extension suffix of the url pattern of this AlternateDocBase.
- getUrlPatternType() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the url pattern type (exact, wildcard, extension) of this
AlternateDocBase.
- getUrlPatternWildcardPath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the wildcard path of this AlternateDocBase (this is the path
specified by the wildcard pattern, minus the trailing '*').
- getUserPrincipal() - Method in class org.glassfish.grizzly.http.server.Request
-
Return the principal that has been authenticated for this Request.
- getWebappResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Gets the non-proxied resources of this AlternateDocBase.
- getWebServerConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
-
Get the web server monitoring config.
- getWrapperNames(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getWrappersString(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- getWriter() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the
NIOWriter associated with this
Response.
- Globals - Class in org.glassfish.grizzly.http.server.util
-
Global constants that are applicable to multiple packages within Catalina.
- Globals() - Constructor for class org.glassfish.grizzly.http.server.util.Globals
-
- GrizzlyPrincipal - Class in org.glassfish.grizzly.http.server
-
Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
- GrizzlyPrincipal(String) - Constructor for class org.glassfish.grizzly.http.server.GrizzlyPrincipal
-
- GZIP_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
-
GZIP filter (output).
- rawCookies - Variable in class org.glassfish.grizzly.http.server.Request
-
- ReadHandler - Interface in org.glassfish.grizzly.http.server.io
-
- recycle() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
-
- recycle() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
-
- recycle() - Method in class org.glassfish.grizzly.http.server.http2.PushEvent
-
This should be called by the entity generating the actual push and container requests.
- recycle() - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- recycle() - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- recycle() - Method in class org.glassfish.grizzly.http.server.Request
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.glassfish.grizzly.http.server.Response
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.glassfish.grizzly.http.server.util.MappingData
-
- recycle() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- redirectPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- redirectURLCC - Variable in class org.glassfish.grizzly.http.server.Response
-
Recyclable buffer to hold the redirect URL.
- REFERER - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
referer format.
- REFERER_FORMAT - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
String representing our version of Apache's
referer format.
- REFERER_UTC - Static variable in class org.glassfish.grizzly.http.server.accesslog.ApacheLogFormat
-
A
format compatible with Apache's
referer format set to use the
UTC time zone.
- registerAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Registers
AddOn on this NetworkListener.
- remove(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- remove(String) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
-
Remove the mapping for this key from the map if present.
- removeAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
-
- removeAllHttpHandlers() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Remove the specified request attribute if it exists.
- removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
-
Remove an attribute.
- removeContext(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Remove a context from an existing host.
- removeDocRoot(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
-
Removes docRoot from the doc root list.
- removeDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Removes the directory from the list of directories where static files will be serviced from.
- removeHeader(String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Remove the named request header.
- removeHost(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Remove a host from the mapper.
- removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- removeNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
-
Remove the Note value associated with this request.
- removeSessionCookies() - Method in class org.glassfish.grizzly.http.server.Response
-
Removes any Set-Cookie response headers whose value contains the
string "JSESSIONID=" or "JSESSIONIDSSO="
- removeWrapper(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Remove a wrapper from the context associated with this wrapper.
- removeWrapper(String, String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Remove a wrapper from an existing context.
- removeWrapper(Mapper.Context, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
- replayPayload(Buffer) - Method in class org.glassfish.grizzly.http.server.Request
-
Replays request's payload by setting new payload Buffer.
- Request - Class in org.glassfish.grizzly.http.server
-
Wrapper object for the Coyote request.
- Request() - Constructor for class org.glassfish.grizzly.http.server.Request
-
Deprecated.
- Request(Response) - Constructor for class org.glassfish.grizzly.http.server.Request
-
- request - Variable in class org.glassfish.grizzly.http.server.Request
-
HTTP Request Packet
- request - Variable in class org.glassfish.grizzly.http.server.Response
-
The request with which this response is associated.
- Request.PathResolver - Interface in org.glassfish.grizzly.http.server
-
- requestDispatcherPath - Variable in class org.glassfish.grizzly.http.server.Request
-
The current request dispatcher path.
- requestedSessionCookie - Variable in class org.glassfish.grizzly.http.server.Request
-
Was the requested session ID received in a cookie?
- requestedSessionId - Variable in class org.glassfish.grizzly.http.server.Request
-
The requested session ID (if any) for this request.
- requestedSessionURL - Variable in class org.glassfish.grizzly.http.server.Request
-
Was the requested session ID received in a URL?
- RequestExecutorProvider - Interface in org.glassfish.grizzly.http.server
-
- RequestExecutorProvider.SameThreadProvider - Class in org.glassfish.grizzly.http.server
-
- RequestExecutorProvider.WorkerThreadProvider - Class in org.glassfish.grizzly.http.server
-
- requestParametersParsed - Variable in class org.glassfish.grizzly.http.server.Request
-
Request parameters parsed flag.
- requestPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- requestURI - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- RequestUtils - Class in org.glassfish.grizzly.http.server.util
-
- RequestUtils() - Constructor for class org.glassfish.grizzly.http.server.util.RequestUtils
-
- requiresAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Request
-
- reset() - Method in class org.glassfish.grizzly.http.server.Response
-
Clears any data that exists in the buffer as well as the status code
and headers.
- reset(int, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Reset this response, and specify the values for the HTTP status code
and corresponding message.
- reset() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
-
- reset() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Reset the current state of the parser to the beginning of the
current string being parsed.
- resetBuffer() - Method in class org.glassfish.grizzly.http.server.Response
-
Reset the data buffer but not any status or header information.
- resetBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.Response
-
Reset the data buffer and the using Writer/Stream flags but not any
status or header information.
- resolve(Request) - Method in interface org.glassfish.grizzly.http.server.Request.PathResolver
-
- resources - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
-
- RESOURCES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The JNDI directory context which is associated with the context.
- response - Variable in class org.glassfish.grizzly.http.server.Request
-
The response with which this request is associated.
- Response - Class in org.glassfish.grizzly.http.server
-
Wrapper object for the Coyote response.
- Response() - Constructor for class org.glassfish.grizzly.http.server.Response
-
- response - Variable in class org.glassfish.grizzly.http.server.Response
-
Coyote response.
- Response.SuspendedContextImpl - Class in org.glassfish.grizzly.http.server
-
- Response.SuspendTimeout - Class in org.glassfish.grizzly.http.server
-
- resume() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Resumes a paused listener.
- resume() - Method in class org.glassfish.grizzly.http.server.Response
-
Complete the
Response and finish/commit it.
- ROOT - Static variable in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
- rotatedDaily() - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation, on a daily basis.
- rotatedHourly() - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation, on a hourly basis.
- RotatingFileAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
An
appender writing log entries to
Files,
and rotating/archiving them when necessary.
- RotatingFileAppender(File, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- RotatingFileAppender(File, String, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
-
- rotationPattern(String) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set up automatic log-file rotation based on a specified
SimpleDateFormat pattern.
- run() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- SameThreadProvider() - Constructor for class org.glassfish.grizzly.http.server.RequestExecutorProvider.SameThreadProvider
-
- secure - Variable in class org.glassfish.grizzly.http.server.Request
-
Secure flag.
- SEND_FILE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
-
The value of this request attribute, as set by the developer must be a
File
that exists, is not a directory, and is readable.
- SEND_FILE_ENABLED_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
-
Request attribute will be associated with a boolean value indicating
whether or not it's possible to transfer a
File using sendfile.
- SEND_FILE_START_OFFSET_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
-
The value of this request attribute signifies the starting offset of the file
transfer.
- SEND_FILE_WRITE_LEN_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
-
The value of this request attribute signifies the total number of bytes to
transfer.
- sendAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Response
-
Send an acknowledgment of a request.
- sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
The default implementation will acknowledge an Expect: 100-Continue
with a response line with the status 100 followed by the final response
to this request.
- sendError(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Send an error response with the specified status and a
default message.
- sendError(int, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Send an error response with the specified status and message.
- sendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
Generate and send an error page for the given HTTP response status.
- sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- sendFile(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- sendRedirect(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Send a temporary redirect to the specified redirect location URL.
- server - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
-
- ServerConfiguration - Class in org.glassfish.grizzly.http.server
-
Configuration options for a particular
HttpServer instance.
- ServerFilterConfiguration - Class in org.glassfish.grizzly.http.server
-
- ServerFilterConfiguration() - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerFilterConfiguration(String, String) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerFilterConfiguration(ServerFilterConfiguration) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- ServerInputBuffer - Class in org.glassfish.grizzly.http.server.io
-
Server-side implementation of the InputBuffer.
- ServerInputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerInputBuffer
-
- ServerOutputBuffer - Class in org.glassfish.grizzly.http.server.io
-
- ServerOutputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
-
- service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
This method should contain the logic for any HTTP extension to the
Grizzly HTTP web server.
- service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- service(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Based on the
Request URI, try to map the file from the
#getDocRoots(), and send it back to a client.
- SERVLET_NAME_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward a servlet name to
an error page.
- servletName - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
-
- servletName - Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- Session - Class in org.glassfish.grizzly.http.server
-
Simple session object.
- Session() - Constructor for class org.glassfish.grizzly.http.server.Session
-
- Session(String) - Constructor for class org.glassfish.grizzly.http.server.Session
-
Create a new session using a session identifier
- SESSION_COOKIE_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The name of the cookie used to pass the session identifier back
and forth with the client.
- SESSION_COOKIE_PATTERN - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
- SESSION_PARAMETER_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The name of the path parameter used to pass the session identifier
back and forth with the client.
- sessionCookieName - Variable in class org.glassfish.grizzly.http.server.Request
-
- sessionId(String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Set the SessionID to be used for the push.
- sessionManager - Variable in class org.glassfish.grizzly.http.server.Request
-
- SessionManager - Interface in org.glassfish.grizzly.http.server
-
HTTP session manager abstraction responsible for keeping track of HTTP session
associated with a user
Request.
- sessionParsed - Variable in class org.glassfish.grizzly.http.server.Request
-
Session parsed flag.
- setAllowCustomStatusMessage(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Sets if the custom status messages (reason phrases) are allowed for
this response.
- setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
When true, URL that contains encoded slash will be allowed.
- setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
The flag, which enables/disables payload support for HTTP methods,
for which HTTP spec doesn't clearly state whether they support payload.
- setAllowReplacement(boolean) - Static method in class org.glassfish.grizzly.http.server.util.Mapper
-
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the specified request attribute to the specified value.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Session
-
Add an attribute to this session.
- setAuthPassThroughEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setBackendConfiguration(BackendConfiguration) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the auxiliary configuration, which might be used, when Grizzly HttpServer
is running behind HTTP gateway like reverse proxy or load balancer.
- setBackendConfiguration(BackendConfiguration) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the auxiliary configuration, which might be used, when Grizzly
HttpServer is running behind HTTP gateway like reverse proxy or load
balancer.
- setBasePath(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the absolute doc base path of this AlternateDocBase.
- setBufferSize(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the buffer size to be used for this Response.
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Response
-
- setChunkingEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Enable/disable chunking of an HTTP response body if no content length has been explictly specified.
- setCompressedFilesFolder(File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the folder to be used to store temporary compressed files.
- setCompressibleMimeTypes(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setContentLength(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content length (in bytes) for this Response.
- setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content length (in bytes) for this Response.
- setContentType(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content type for this Response.
- setContentType(ContentType) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content type for this Response.
- setContext(String, String[], NamingContext) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Set context, used for wrapper mapping (request dispatcher).
- setContextPath(String) - Method in class org.glassfish.grizzly.http.server.Request
-
- setContextPath(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
-
- setCookies(Cookie[]) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the set of cookies received with this Request.
- setDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified date header to the specified value.
- setDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified date header to the specified value.
- setDecodeUrl(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Should this class decode the URL
- setDefaultContextPath(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Configures the given virtual server with the given default context path.
- setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- setDefaultHostName(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Set default host.
- setDefaultQueryEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the default character encoding used to decode request URI's query part.
- setDetailMessage(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Sets detail error message.
- setDirectorySlashOff(boolean) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
-
If the directorySlashOff is true HTTP 301 redirect will not be
sent when requested static resource is a directory.
- setDisableUploadTimeout(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- setDocBase(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the (possibly relative) doc base path of this AlternateDocBase.
- setEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- setError() - Method in class org.glassfish.grizzly.http.server.Response
-
Set the error flag.
- setErrorAndSendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-
Generate and send an error page for the given HTTP response status.
- setErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.Response
-
- setFileCacheEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Set true to configure this StaticHttpHandler
to use file cache to serve static resources, or false otherwise.
- setFileSendEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- setGracefulShutdownSupported(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Enables or disables graceful shutdown support.
- setHeader(String, String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Set a request header to be used for the push.
- setHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- setHttpHandlerPath(String) - Method in class org.glassfish.grizzly.http.server.Request
-
- setHttpHandlerPath(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
-
- setHttpServerName(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the server name used for HTTP response headers and default generated error pages.
- setHttpServerVersion(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the version of the server info sent in HTTP response headers and the default generated error pages.
- setIdInternal(String) - Method in class org.glassfish.grizzly.http.server.Session
-
Sets the session identifier for this session.
- setIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified integer header to the specified value.
- setIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified integer header to the specified value.
- setJmxEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- setLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the Locale that is appropriate for this response, including
setting the appropriate character encoding.
- setLocked(boolean) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
-
Set the locked state of this parameter map.
- setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum POST body size, which can buffered in memory.
- setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum POST body size, which can buffered in memory.
- setMaxCacheEntries(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the maximum number of files that may be cached.
- setMaxDispatchDepth(int) - Static method in class org.glassfish.grizzly.http.server.Request
-
Static setter method for the maximum dispatch depth
- setMaxEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
The maximum size, in bytes, a resource may be before it can no
longer be considered cacheable.
- setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum size of the POST body generated by an HTML form.
- setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum size of the POST body generated by an HTML form.
- setMaxHttpHeaderSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Configures the maximum header size for an HTTP request.
- setMaxLargeFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the maximum size, in bytes, of the memory mapped cache for large
files.
- setMaxPayloadRemainderToSkip(long) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Set the maximum request payload remainder (in bytes) HttpServerFilter
will try to swallow after HTTP request processing is over in order to
keep the connection alive.
- setMaxPendingBytes(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
The maximum size, in bytes, of all data waiting to be written to the associated Connection.
- setMaxPostSize(long) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum size of the POST body.
- setMaxRequestHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum number of headers allowed for a request.
- setMaxRequestParameters(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the maximum number of parameters allowed for a request.
- setMaxResponseHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the maximum number of headers allowed for a response.
- setMaxSmallFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- setMethod(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the HTTP request method used in this Request.
- setMinEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
The maximum size, in bytes, a file must be in order to be cached
in the heap cache.
- setName(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Sets the logical name of this
HttpServer instance.
- setNoCompressionUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.server.Request
-
Bind the Note value to this Request,
replacing any existing binding for this name.
- setPassTraceRequest(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
If
passTraceRequest is
true, the
TRACE request
will be passed to the registered
HttpHandlers.
- setPathInfo(String) - Method in class org.glassfish.grizzly.http.server.Request
-
- setPathInfo(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
-
- setPort(int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
The Port this instance is used for mapping.
- setQueryString(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the query string associated with this request.
- setRemoteUserMapping(String) - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Sets the HTTP request header name, whose value (if non-null) would be used
to set the name of the remote user that has been authenticated
for HTTP Request.
- setRequestedSessionCookie(boolean) - Method in class org.glassfish.grizzly.http.server.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a cookie.
- setRequestedSessionId(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the requested session ID for this request.
- setRequestedSessionURL(boolean) - Method in class org.glassfish.grizzly.http.server.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a URL.
- setRequestExecutorProvider(RequestExecutorProvider) - Method in class org.glassfish.grizzly.http.server.Request
-
- setRequestParameters(Parameters) - Method in class org.glassfish.grizzly.http.server.Request
-
This method may be used if some other entity processed request parameters
and wishes to expose them via the request.
- setRequestURI(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the request URI for this request.
- setRequestURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Set the request URI encoding used by this HttpHandler.
- setRequestURIEncoding(String) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Set the request URI encoding used by this HttpHandler.
- setResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the proxied resources of this AlternateDocBase.
- setRestrictedUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setReuseSessionID(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- setScheme(String) - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Sets the HTTP request scheme, which if non-null overrides default one
picked up by framework during request processing.
- setScheme(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Set the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- setScheme(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Set the HTTP request scheme, which if non-null overrides default one
picked up by framework during runtime.
- setSchemeMapping(String) - Method in class org.glassfish.grizzly.http.server.BackendConfiguration
-
Sets the HTTP request header name, whose value (if non-null) would be used
to override default protocol scheme picked up by framework during
request processing.
- setSecondsMaxAge(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the maximum time, in seconds, a file may be cached.
- setSecure(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Enable or disable security for this listener.
- setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- setServerName(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the name of the server (virtual host) to process this request.
- setServerPort(int) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the port number of the server to process this request.
- setSessionCookieName(String) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
-
- setSessionCookieName(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the session cookie name, if not set default JSESSIONID name will be used
- setSessionCookieName(String) - Method in interface org.glassfish.grizzly.http.server.SessionManager
-
Set the session cookie name that will be used by sessions created by this
SessionManager.
- setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.Request
-
- setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- setSessionTimeout(long) - Method in class org.glassfish.grizzly.http.server.Session
-
Set a long representing the maximum idle time (in milliseconds) a session can be.
- setSessionTimeoutSeconds(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Specifies the time, in seconds, between client requests before the
HTTP server will invalidate this session.
- setSSLEngineConfig(SSLEngineConfigurator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Provides customization of the
SSLEngine used by this listener.
- setStatus(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the HTTP status to be returned with this response.
- setStatus(int, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the HTTP status and message to be returned with this response.
- setStatus(HttpStatus) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the HTTP status and message to be returned with this response.
- setString(String) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Set the String we are currently parsing.
- setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
- setTimestamp(long) - Method in class org.glassfish.grizzly.http.server.Session
-
Set the timestamp when this session was accessed the last time.
- setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
If enabled is true the TRACE method will be
respected and a proper response will be generated.
- setTransactionTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the time, in seconds, within which a request must complete its
processing.
- setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
This allows the developer to specify a custom TCPNIOTransport implementation to be used by this
listener.
- setup(NetworkListener, FilterChainBuilder) - Method in interface org.glassfish.grizzly.http.server.AddOn
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.HttpPipelineOptAddOn
-
- setUploadTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setUriEncoding(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setUrlPattern(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the url pattern of this AlternateDocBase.
- setUserPrincipal(Principal) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the Principal who has been authenticated for this Request.
- setValid(boolean) - Method in class org.glassfish.grizzly.http.server.Session
-
Set this object as validated.
- setWebappResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the non-proxied resources of this AlternateDocBase.
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- shutdown() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Gracefully shuts down the HttpServer instance.
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- shutdown() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gracefully shuts down the listener.
- shutdownNow() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Immediately shuts down the HttpServer instance.
- shutdownNow() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Immediately shuts down the listener.
- SimpleDateFormats - Class in org.glassfish.grizzly.http.server.util
-
- SimpleDateFormats() - Constructor for class org.glassfish.grizzly.http.server.util.SimpleDateFormats
-
- skipChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Advance the current parsing position while it is pointing at the
specified character, or until it moves past the end of the string.
- skipPostBody(int) - Method in class org.glassfish.grizzly.http.server.Request
-
Skips the POST body of this request.
- skipText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Advance the current parsing position while it is pointing at a
non-whitespace character, or until it moves past the end of the string.
- skipWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Advance the current parsing position while it is pointing at a
whitespace character, or until it moves past the end of the string.
- SP - Static variable in class org.glassfish.grizzly.http.server.Constants
-
SP.
- SSL_CERTIFICATE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
SSL Certificate Request Attributite.
- start() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
- start() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
-
- start() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Starts the HttpServer.
- start() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Starts the listener.
- StaticHttpHandler - Class in org.glassfish.grizzly.http.server
-
HttpHandler, which processes requests to a static resources.
- StaticHttpHandler() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Create HttpHandler, which, by default, will handle requests
to the static resources located in the current directory.
- StaticHttpHandler(String...) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Create a new instance which will look for static pages located
under the docRoot.
- StaticHttpHandler(Set<String>) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
-
Create a new instance which will look for static pages located
under the docRoot.
- StaticHttpHandlerBase - Class in org.glassfish.grizzly.http.server
-
The basic class for
HttpHandler implementations,
which processes requests to a static resources.
- StaticHttpHandlerBase() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- STATUS_CODE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The request attribute under which we forward an HTTP status code
(as an object of type Integer) to an error page.
- statusThreshold(int) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Set the minimum response status that will trigger an entry
in an access log configured by this instance.
- stop() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- stop() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- StreamAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
- StreamAppender(OutputStream) - Constructor for class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
- StringParser - Class in org.glassfish.grizzly.http.server.util
-
Utility class for string parsing that is higher performance than
StringParser for simple delimited text cases.
- StringParser() - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
-
Construct a string parser with no preset string to be parsed.
- StringParser(String) - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
-
Construct a string parser that is initialized to parse the specified
string.
- subHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- subject - Variable in class org.glassfish.grizzly.http.server.Request
-
The Subject associated with the current AccessControllerContext
- SUBJECT_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
The subject under which the AccessControlContext is running.
- subMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- suspend() - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit, CompletionHandler<Response>) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
-
- SuspendContext - Interface in org.glassfish.grizzly.http.server
-
Interface represents a context of the suspended
Response.
- SuspendedContextImpl() - Constructor for class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- SuspendStatus - Class in org.glassfish.grizzly.http.server
-
The request/response suspend status bound to a specific thread.
- synchronous(boolean) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Specify whether access log entries should be written
synchronously or not.