A B C D E F G H I J K L M N O P Q R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- 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(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Returns
FileCacheEntry. - GET - Static variable in class org.glassfish.grizzly.http.server.Constants
-
GET.
- 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
Setif there are none. - getAuthorization() - Method in class org.glassfish.grizzly.http.server.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
-
Returns the entry's
ByteBufferrepresentation. - 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
ClassLoaderused 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
ResponseCompletionHandler. - 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
-
Deprecated.use getCompressionConfig().getCompressibleMimeTypes()
- getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.use getCompressionConfig().getCompressionMode().name()
- 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
CompressionConfigconfiguration. - 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
-
Deprecated.use getCompressionConfig().getCompressionMinSize()
- getConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
- getConnection() - Method in class org.glassfish.grizzly.http.server.Request
- 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
nullif 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() - Method in class org.glassfish.grizzly.http.server.Response
- getErrorPageGenerator(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Returns the
ErrorPageGenerator, that might be used (if an error occurs) duringRequestprocessing. - 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
- 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
Filereference. - 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(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Return the value for the specified header, or
nullif this header has not been set. - getHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the first value of the specified header, if any; otherwise, return
null - 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
-
Deprecated.
- getHttpHandlersWithMapping() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Returns the
HttpHandlermap. - 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
-
Return the
InputStreamfor thisRequest. - 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
JROUTEcookie 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-Languageheader 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-Languageheaders 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
NIOInputStreamfor thisRequest. - getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the
NIOOutputStreamassociated with thisResponse. - getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
-
Returns the
NIOReaderassociated with thisRequest. - getNIOWriter() - Method in class org.glassfish.grizzly.http.server.Response
-
Return the
NIOWriterassociated with thisResponse. - getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.use getCompressionConfig().getNoCompressionUserAgents()
- getNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
-
Return the
Notevalue associated with this Request, ornullif no such binding exists. - getNoteNames() - Method in class org.glassfish.grizzly.http.server.Request
-
Return a
Setcontaining 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
-
Return the
OutputStreamassociated with thisResponse. - 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
Mapof 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.
- getProtocolRequestId() - 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
- getRequestId() - Method in class org.glassfish.grizzly.http.server.Request
- 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
- 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
- getServerPort() - Method in class org.glassfish.grizzly.http.server.Request
- 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 class org.glassfish.grizzly.http.server.DefaultSessionManager
- 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() - 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
- getSessionManager(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
- 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
-
Get the suspended
Responsetimeout. - getTimeoutHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
- getTimeoutHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
-
Get the suspended
ResponseTimeoutHandler. - getTimestamp() - Method in class org.glassfish.grizzly.http.server.Session
- getTrailers() - Method in class org.glassfish.grizzly.http.server.Request
-
Get the request trailer headers.
- getTrailers() - Method in class org.glassfish.grizzly.http.server.Response
- 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
NIOWriterassociated with thisResponse. - 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).
All Classes All Packages