- 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(Header, 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.
- setTrailers(Supplier<Map<String, String>>) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the supplier of trailer headers.
- 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.