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

R

rawCookies - Variable in class org.glassfish.grizzly.http.server.Request
 
ReadHandler - Interface in org.glassfish.grizzly.http.server.io
Deprecated.
please use ReadHandler
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(String) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
removeAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
Remove the "after-service" listener, which was previously added by Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener).
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(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.
removeDocRoot(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Removes docRoot from the doc root list.
removeHeader(String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
Remove the named request header.
removeHeader(Header) - 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
Remove a HttpHandler
removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified HttpHandler.
removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified JmxEventListener.
removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
Removes the NetworkListener associated with the specified name.
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 - 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 - 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.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
An implementation of this interface will be responsible for executing user's code in HttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response) and notifying ReadHandler, WriteHandler registered by the user.
RequestExecutorProvider.SameThreadProvider - Class in org.glassfish.grizzly.http.server
The RequestExecutorProvider implementation, which always returns null to force the user code to be executed on the current Thread.
RequestExecutorProvider.WorkerThreadProvider - Class in org.glassfish.grizzly.http.server
The RequestExecutorProvider implementation, which checks if the current Thread is a service Thread (see Threads.isService()).
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() - 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.
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.
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 - Variable in class org.glassfish.grizzly.http.server.Response
Coyote response.
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.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
Create a RotatingFileAppender writing access log files in the specified directory and using the specified SimpleDateFormat pattern to generate file names.
RotatingFileAppender(File, String, String) - Constructor for class org.glassfish.grizzly.http.server.accesslog.RotatingFileAppender
Create a RotatingFileAppender writing access log files in the specified directory.
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
 
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