A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

C

cancel() - Method in class org.glassfish.grizzly.http.server.Response
Deprecated.
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() - 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 class org.glassfish.grizzly.http.server.DefaultSessionManager
 
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
Simple ClassLoader utility.
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
HttpHandler, which processes requests to a static resources resolved by a given ClassLoader.
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.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.
CompressionEncodingFilter(CompressionConfig, String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
CompressionLevel - Enum in org.glassfish.grizzly.http.server
Deprecated.
pls. use org.glassfish.grizzly.http.Compression#CompressionLevel.
configureCompressionEncodings(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
configureSessionCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
Configures the given session cookie.
configureSessionCookie(Request, Cookie) - Method in class org.glassfish.grizzly.http.server.DefaultSessionManager
 
configureSessionCookie(Request, Cookie) - Method in interface org.glassfish.grizzly.http.server.SessionManager
Configure session cookie before adding it to the Request.getResponse().
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 - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
Context() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Context
 
CONTEXT_ROOT - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
 
contextList - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
ContextList() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
contextPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
contextPath(String) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration.Builder
 
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
 
COOKIE_COMMENT_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_DOMAIN_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_HTTP_ONLY_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_MAX_AGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_SAME_SITE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
COOKIE_SECURE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Constants
 
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() - 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
 
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
Construct a new PushEvent based on the values contained within the provided PushBuilder.
createClassloader(File, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Deprecated.
removal candidate, never used
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
Create a new Session associated with the Request.
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, 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
 
createSimpleServer(String, SocketAddress) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(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
Construct a URLClassLoader based on a canonical file location.
createURLClassLoader(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Construct a URLClassLoader based on a canonical file location.
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
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages