Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
-
Safe
FutureImplimplementation. - SafeFutureImpl() - Constructor for class org.glassfish.grizzly.impl.SafeFutureImpl
-
Creates SafeFutureImpl
- SameThreadIOStrategy - Class in org.glassfish.grizzly.strategies
-
IOStrategy, which executesProcessors in a current thread. - SameThreadProvider() - Constructor for class org.glassfish.grizzly.http.server.RequestExecutorProvider.SameThreadProvider
- saveLastResult(AttributeStorage, TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer
- SC_A_ARE_DONE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
-
Terminates list of attributes
- SC_A_AUTH_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_CONTEXT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_JVM_ROUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_QUERY_STRING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_REMOTE_USER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_REQ_ATTRIBUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
-
Request Attribute is passed as a String
- SC_A_SECRET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SERVLET_PATH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SSL_CERT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SSL_CIPHER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SSL_KEY_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SSL_KEYSIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_SSL_SESSION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_A_STORED_METHOD - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was syntactically incorrect.
- SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
- SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request but refused to fulfill it.
- SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
- SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length. - SC_M_JK_STORED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
-
Request Method is passed as a String
- SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the
Request-Lineis not allowed for the resource identified by theRequest-URI. - SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
- SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
- SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not available.
- SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- SC_REQ_ACCEPT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_ACCEPT_CHARSET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_ACCEPT_ENCODING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_AUTHORIZATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_CONNECTION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_HOST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_PRAGMA - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_REFERER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQ_USER_AGENT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URIis longer than the server is willing to interpret. - SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the requested byte range.
- SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
- SC_RESP_CONTENT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_DATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_LAST_MODIFIED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_LOCATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_SERVLET_ENGINE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_SET_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_SET_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_STATUS - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_RESP_WWW_AUTHENTICATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
- SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Locationfield. - scan(MultipartEntry, MultipartEntryHandler, CompletionHandler<MultipartEntry>) - Static method in class org.glassfish.grizzly.http.multipart.MultipartScanner
-
Initialize the multipart/mixed
MultipartEntryprocessing. - scan(Request, MultipartEntryHandler, CompletionHandler<Request>) - Static method in class org.glassfish.grizzly.http.multipart.MultipartScanner
-
Initialize the multipart HTTP request processing.
- scheme(String) - Method in class org.glassfish.grizzly.http2.frames.CompressedHeadersBuilder
-
Set the scheme portion of the URL for this request header (e.g.
- SEC_WS_ACCEPT - Static variable in class org.glassfish.grizzly.websockets.Constants
- SEC_WS_EXTENSIONS_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
- SEC_WS_KEY_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
- SEC_WS_ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
- SEC_WS_PROTOCOL_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
- SEC_WS_VERSION - Static variable in class org.glassfish.grizzly.websockets.Constants
- SecKey - Class in org.glassfish.grizzly.websockets
-
Class represents
WebSocket's security key, used during the handshake phase. - SecKey() - Constructor for class org.glassfish.grizzly.websockets.SecKey
- SecKey(String) - Constructor for class org.glassfish.grizzly.websockets.SecKey
- secure - Variable in class org.glassfish.grizzly.http.Cookie
- secure - Variable in class org.glassfish.grizzly.http.HttpHeader
- secure - Variable in class org.glassfish.grizzly.http.server.Request
-
Secure flag.
- SEE_OTHER_303 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- select(IOEvent, Connection) - Method in class org.glassfish.grizzly.ChainProcessorSelector
-
Selects
Processor, which will process connection event. - select(IOEvent, Connection) - Method in class org.glassfish.grizzly.DefaultProcessorSelector
-
Selects
Processor, which will process connection event. - select(IOEvent, Connection) - Method in class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
-
Returns
FilterChaininstance, if it's interested in processing passedIOEvent, or null otherwise. - select(IOEvent, Connection) - Method in interface org.glassfish.grizzly.ProcessorSelector
-
Selects
Processor, which will process connection event. - select(IOEvent, Connection) - Method in class org.glassfish.grizzly.StandaloneProcessorSelector
- select(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
- select(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
- selectionKey - Variable in class org.glassfish.grizzly.nio.NIOConnection
- selectionKeyHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
- selectionKeyHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
- SelectionKeyHandler - Interface in org.glassfish.grizzly.nio
-
SelectionKeyHandlerimplementations are responsible for handlingSelectionKeylife cycle events. - selectionKeyInterest2IoEvent(int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
- selectionKeyInterest2IoEvent(int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
- selectorHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
- selectorHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
- SelectorHandler - Interface in org.glassfish.grizzly.nio
- SelectorHandler.Task - Interface in org.glassfish.grizzly.nio
- SelectorHandlerTask - Interface in org.glassfish.grizzly.nio
-
Task, which may be registered on
SelectorHandlerand executed in a Selector thread. - selectorPool - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
- selectorProvider - Variable in class org.glassfish.grizzly.nio.NIOTransport
- selectorProvider - Variable in class org.glassfish.grizzly.NIOTransportBuilder
- selectorRunner - Variable in class org.glassfish.grizzly.nio.NIOConnection
- SelectorRunner - Class in org.glassfish.grizzly.nio
-
Class is responsible for processing certain (single)
SelectorHandler - selectorRunnerCount - Variable in class org.glassfish.grizzly.NIOTransportBuilder
- selectorRunners - Variable in class org.glassfish.grizzly.nio.NIOTransport
- Selectors - Class in org.glassfish.grizzly.nio
-
Utility class for
Selectorrelated operations. - Selectors() - Constructor for class org.glassfish.grizzly.nio.Selectors
- selectProtocol(SSLEngine, String[]) - Method in interface org.glassfish.grizzly.npn.AlpnServerNegotiator
-
Take the necessary actions to declare support for the above protocols and return the selected protocol.
- selectProtocol(SSLEngine, LinkedHashSet<String>) - Method in interface org.glassfish.grizzly.npn.ClientSideNegotiator
-
Select and return a single protocol from the provided set of protocols.
- selectTimeout - Variable in class org.glassfish.grizzly.nio.DefaultSelectorHandler
- SEMI_COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
-
SEMI_COLON.
- send(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- send(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- send(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Send a binary frame to the remote end-point.
- send(String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- send(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- send(String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Send a text frame to the remote end-point.
- send(DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- send(DataFrame, CompletionHandler<DataFrame>) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- 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
Filethat 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
Fileusing 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-Continuewith a response line with the status 100 followed by the final response to this request. - sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Override parent's
HttpHandler.sendAcknowledgment(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response)to letExpectationHandler(if one is registered) process the expectation. - sendClientPreface() - Method in class org.glassfish.grizzly.http2.Http2Session
- sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- 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) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- sendError(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status and clears the buffer.
- sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
- sendError(int, String) - Method in class org.glassfish.grizzly.http.server.Response
-
Send an error response with the specified status and message.
- sendError(int, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- sendError(int, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sends an error response to the client using the specified status and clears the buffer.
- 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.io.OutputBuffer
-
Will use
FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel)to send file to the remote endpoint. - sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
- sendfile(File, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
Calls
write(file, 0, file.length()). - sendFile(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
- sendfileEnabled - Variable in class org.glassfish.grizzly.http.io.OutputBuffer
- sendPing(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
-
Sends a
pingframe with the specified payload (if any). - sendPing(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Sends a
pingframe with the specified payload (if any). - sendPong(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
-
Sends a
pingframe with the specified payload (if any). - sendPong(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Sends a
pingframe with the specified payload (if any). - sendRaw(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
- sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
- sendRedirect(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Send a temporary redirect to the specified redirect location URL.
- sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
- sendServerPreface() - Method in class org.glassfish.grizzly.http2.Http2Session
- sendWindowUpdate(int, int) - Method in class org.glassfish.grizzly.http2.Http2Session
- serializeAndRecycle(Http2Session, List<Http2Frame>) - Method in class org.glassfish.grizzly.http2.Http2FrameCodec
- serializeAndRecycle(Http2Session, Http2Frame) - Method in class org.glassfish.grizzly.http2.Http2FrameCodec
- serializeClientCookies(StringBuilder, boolean, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeClientCookies(StringBuilder, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeClientCookies(Buffer, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeClientCookies(Buffer, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeFrameHeader(Buffer) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
- serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
-
Serialize HTTP packet payload, represented by
HttpContentusing specific transfer encoding. - serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
-
Serialize HTTP packet payload, represented by
HttpContentusing specific transfer encoding. - serializePacket(FilterChainContext, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
-
Serialize HTTP packet payload, represented by
HttpContentusing specific transfer encoding. - serializeServerCookie(StringBuilder, boolean, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(StringBuilder, boolean, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(StringBuilder, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(Buffer, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(Buffer, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(Buffer, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeToDataChunk(DataChunk) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Serializes this ContentType value into a passed
DataChunk. - serializeToDataChunk(DataChunk) - Method in class org.glassfish.grizzly.http.util.HeaderValue
-
Serializes this HeaderValue value into a passed
DataChunk. - server - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
- server() - Static method in class org.glassfish.grizzly.http.CookiesBuilder
-
Returns the server-side cookies builder with the specific "strict cookie version compliance".
- server(boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
-
Returns the server-side cookies builder with the specific "strict cookie version compliance".
- server(boolean, boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
-
Returns the server-side cookies builder with the specific "strict cookie version compliance".
- Server - Enum constant in enum class org.glassfish.grizzly.http.util.Header
- SERVER_ACCEPT - Enum constant in enum class org.glassfish.grizzly.IOEvent
-
Event occurs on a server
Connection, when it becomes ready to accept new clientConnection. - SERVER_KEY_HASH - Static variable in class org.glassfish.grizzly.websockets.Constants
- ServerConfiguration - Class in org.glassfish.grizzly.http.server
-
Configuration options for a particular
HttpServerinstance. - serverConnectionBackLog - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- serverConnections - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
The Server connections.
- ServerCookiesBuilder(boolean, boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
- ServerFilterConfiguration - Class in org.glassfish.grizzly.http.server
-
HttpServerFilterconfiguration. - 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
- serverName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Return the buffer holding the server name, if any.
- serverNameRaw() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Return the buffer holding the server name, if any.
- ServerOutputBuffer - Class in org.glassfish.grizzly.http.server.io
- ServerOutputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
- ServerSideNegotiator - Interface in org.glassfish.grizzly.npn
-
Provides a set of callbacks that will be invoked when negotiation NPN on the server side.
- serverSocketSoTimeout - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
servicemethod and dispatches them to thedoXXX methods defined in this class. - service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected
servicemethod. - service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a request.
- 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
-
Map the
Requestto the properHttpHandler - service(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
Based on the
RequestURI, try to map the file from the#getDocRoots(), and send it back to a client. - service(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
This method should contain the logic for any HTTP extension to the Grizzly HTTP web server.
- SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- ServiceConfigurationError - Error in org.glassfish.grizzly.utils
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.grizzly.utils
-
A simple service-provider lookup mechanism.
- servlet - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
- Servlet - Interface in jakarta.servlet
-
Defines methods that all servlets must implement.
- 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.
- servletClass - Variable in class org.glassfish.grizzly.servlet.ServletHandler
- servletClass - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
- servletClassName - Variable in class org.glassfish.grizzly.servlet.ServletHandler
- ServletConfig - Interface in jakarta.servlet
-
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
- ServletConfigImpl - Class in org.glassfish.grizzly.servlet
-
Basic
ServletConfigimplementation. - ServletConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.ServletConfigImpl
- ServletConnection - Interface in jakarta.servlet
-
Provides information about the connection made to the Servlet container.
- ServletConnectionImpl - Class in org.glassfish.grizzly.servlet
-
Trivial implementation of the
ServletConnection - ServletConnectionImpl(String, Protocol, boolean) - Constructor for class org.glassfish.grizzly.servlet.ServletConnectionImpl
-
Just sets all fields.
- ServletContainerInitializer - Interface in jakarta.servlet
-
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
- ServletContext - Interface in jakarta.servlet
-
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
- ServletContextAttributeEvent - Class in jakarta.servlet
-
Event class for notifications about changes to the attributes of the ServletContext of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
-
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
- ServletContextAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext attribute changes.
- ServletContextEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the servlet context of a web application.
- ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
-
Construct a ServletContextEvent from the given context.
- servletContextImpl - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
- ServletContextListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext lifecycle changes.
- ServletException - Exception in jakarta.servlet
-
Defines a general exception a servlet can throw when it encounters difficulty.
- ServletException() - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception with the specified message.
- ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- ServletHandler - Class in org.glassfish.grizzly.servlet
-
HttpHandler implementation that provides an entry point for processing a Servlet request.
- ServletHandler(ServletConfigImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletHandler
- ServletInputStream - Class in jakarta.servlet
-
Provides an input stream for reading binary data from a client request, including an efficient
readLinemethod for reading data one line at a time. - ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- ServletInputStreamImpl - Class in org.glassfish.grizzly.servlet
- ServletInputStreamImpl(HttpServletRequestImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletInputStreamImpl
- servletInstance - Variable in class org.glassfish.grizzly.servlet.ServletHandler
- servletName - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
- servletName - Variable in class org.glassfish.grizzly.http.server.util.MappingData
- servletNames() - Element in annotation interface jakarta.servlet.annotation.WebFilter
-
The names of the servlets to which the filter applies.
- ServletOutputStream - Class in jakarta.servlet
-
Provides an output stream for sending binary data to the client.
- ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletOutputStreamImpl - Class in org.glassfish.grizzly.servlet
- ServletOutputStreamImpl(HttpServletResponseImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
- servletPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
-
The servlet path for this request.
- ServletReaderImpl - Class in org.glassfish.grizzly.servlet
- ServletReaderImpl(Reader) - Constructor for class org.glassfish.grizzly.servlet.ServletReaderImpl
- ServletRegistration - Class in org.glassfish.grizzly.servlet
-
Allows customization of a
Servletregistered with theWebappContext. - ServletRegistration - Interface in jakarta.servlet
-
Interface through which a
Servletmay be further configured. - ServletRegistration(WebappContext, String, Servlet) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
-
Creates a new ServletRegistration associated with the specified
WebappContext. - ServletRegistration(WebappContext, String, Class<? extends Servlet>) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
-
Creates a new ServletRegistration associated with the specified
WebappContext. - ServletRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
-
Creates a new ServletRegistration associated with the specified
WebappContext. - ServletRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servletregistered via one of the addServlet methods onServletContextmay be further configured. - servletRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
- servletRequest - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
- servletRequest - Variable in class org.glassfish.grizzly.websockets.DefaultWebSocket
- ServletRequest - Interface in jakarta.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications of changes to the attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletRequest attribute changes.
- ServletRequestEvent - Class in jakarta.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
- ServletRequestListener - Interface in jakarta.servlet
-
Interface for receiving notification events about requests coming into and going out of scope of a web application.
- ServletRequestWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- servletResponse - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
The corresponding servlet response
- ServletResponse - Interface in jakarta.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- ServletSecurity - Annotation Interface in jakarta.servlet.annotation
-
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
- ServletSecurity.EmptyRoleSemantic - Enum Class in jakarta.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum Class in jakarta.servlet.annotation
-
Defines the data protection requirements that must be satisfied by the transport
- ServletSecurityElement - Class in jakarta.servlet
-
Java Class representation of a
ServletSecurityannotation value. - ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElementvalue as the default Constraint element and with no HTTP Method specific constraint elements. - ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance from a
ServletSecurityannotation value. - ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElementvalue as the default Constraint element and with a collection of HTTP Method specific constraint elements. - ServletSessionManager - Class in org.glassfish.grizzly.servlet
-
The Servlet-aware
SessionManagerimplementation. - ServletUtils - Class in org.glassfish.grizzly.servlet
-
Grizzly Servlet utilities.
- ServletUtils() - Constructor for class org.glassfish.grizzly.servlet.ServletUtils
- ServletWriterImpl - Class in org.glassfish.grizzly.servlet
- ServletWriterImpl(Writer) - Constructor for class org.glassfish.grizzly.servlet.ServletWriterImpl
- 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_ID_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
-
The Request attribute key for the session id.
- 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.
- SessionCookieConfig - Class in org.glassfish.grizzly.servlet
-
Class that may be used to configure various properties of cookies used for session tracking purposes.
- SessionCookieConfig - Interface in jakarta.servlet
-
Class that may be used to configure various properties of cookies used for session tracking purposes.
- SessionCookieConfig(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.SessionCookieConfig
-
Constructor
- sessionCookieName - Variable in class org.glassfish.grizzly.http.server.Request
- sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session has been created.
- sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session has just been activated.
- sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the SessionID to be used for the push.
- sessionId(String) - Method in class org.glassfish.grizzly.http.server.http2.PushBuilder
-
Set the SessionID to be used for the push.
- sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
-
Receives notification that session id has been changed in a session.
- 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.
- SessionTrackingMode - Enum Class in jakarta.servlet
-
Enumeration of session tracking modes.
- sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session is about to be passivated.
- set(byte) - Method in interface org.glassfish.grizzly.memory.CompositeBuffer.Setter
-
Set the current byte value.
- set(int, int, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
- set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- set(int, ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- set(String) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the content type.
- set(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- set(AttributeHolder, T) - Method in class org.glassfish.grizzly.attributes.Attribute
-
Set attribute value, stored on the
AttributeHolder. - set(AttributeStorage, T) - Method in class org.glassfish.grizzly.attributes.Attribute
-
Set attribute value, stored on the
AttributeStorage. - set(Connection<L>, K, L, int) - Method in class org.glassfish.grizzly.asyncqueue.RecordReadResult
- set(Connection<L>, K, L, int) - Method in class org.glassfish.grizzly.ReadResult
-
One method to set all the WriteResult properties.
- set(Connection<L>, K, L, long) - Method in class org.glassfish.grizzly.asyncqueue.RecordWriteResult
- set(Connection<L>, K, L, long) - Method in class org.glassfish.grizzly.WriteResult
-
One method to set all the WriteResult properties.
- set(Connection, Object, CompletionHandler) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
- set(Connection, Object, CompletionHandler, Interceptor) - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
- set(Connection, WritableMessage, CompletionHandler, Object, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
- set(Connection, ProtocolHandler, WebSocket) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
- set(CompressionConfig) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Copies the source CompressionConfig object value into this object.
- set(BufferChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Set
BufferChunkcontent to CharChunk using givenCharset. - set(ByteChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
- set(ContentType) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the content type.
- set(ContentType) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- set(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
- set(DataChunk, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setAck() - Method in class org.glassfish.grizzly.http2.frames.SettingsFrame.SettingsFrameBuilder
- setAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Mark this packet as an acknowledgment to a client expectation.
- setAddress(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set address, associated with the current
IOEventprocessing. - setAddressHolder(Holder<?>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set address, associated with the current
IOEventprocessing. - setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setAllowCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets if the custom status reason phrases are allowed for this response.
- setAllowCustomStatusMessage(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Sets if the custom status messages (reason phrases) are allowed for this response.
- setAllowDirectWrite(boolean) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Set true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
- setAllowDirectWrite(boolean) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Set true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
- setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
When true, URL that contains encoded slash will be allowed.
- setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
-
Override the default value
- setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http.HttpServerFilter
-
The flag, which enables/disables payload support for HTTP methods, for which HTTP spec doesn't clearly state whether they support payload.
- 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.
- setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http2.Http2ServerFilter
-
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
-
Allow replacement of already added
Mapper.Host,Mapper.ContextandMapper.Wrapperwhen invokingMapper.addHost(java.lang.String, java.lang.String[], java.lang.Object),Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], org.glassfish.grizzly.http.server.naming.NamingContext)etc. - setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Deprecated.
- setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
Deprecated.
- setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
- setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
- setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
- setAttribute(int, Object) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
-
Internal method for dynamic attribute support.
- setAttribute(int, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
-
Internal method for dynamic attribute support.
- setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
- setAttribute(String, Object) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
-
Set a name/value object.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
Set a name/value object.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the specified request attribute to the specified value.
- 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.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
-
Override the
setAttribute()method of the wrapped request. - setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, String) - Method in class jakarta.servlet.http.Cookie
-
Sets the value of the cookie attribute associated with the given name.
- setAttribute(String, String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the value for the given session cookie attribute.
- setAttribute(String, String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set
TransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes. - setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
AttributeBuilderto be used by the createdNIOTransport. - setAttributeBuilder(AttributeBuilder) - Method in interface org.glassfish.grizzly.Transport
-
Set
TransportassociatedAttributeBuilder, which will be used byTransportand itsConnections to store customAttributes. - 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.
- setBroadcaster(Broadcaster) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.websockets.Masker
- setBuffer(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setBuffer(Buffer, MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
- setBufferChunk(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setBufferChunk(Buffer, int, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
- setBufferSize(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
- setBufferSize(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the buffer size to be used for this Response.
- setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the preferred buffer size for the body of the response.
- setByteChunk(ByteChunk) - Method in class org.glassfish.grizzly.http.util.C2BConverter
- setByteEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
- setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
When the buffer is empty, read the data from the input channel.
- setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
When the buffer is full, write the data to the output channel.
- setBytes(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
Sets the message bytes to the specified sub-array of bytes.
- setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Sets the content to the specified subarray of bytes.
- setCacheSize(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
- setCaseSenitive(boolean) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Configure the case sensitivity
- setChannel(SelectableChannel) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setChannelConfigurator(ChannelConfigurator) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Sets the configurator responsible for initial
SelectableChannelconfiguration. - setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding on the wrapped request object.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the character encoding of this HTTP message.
- 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
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the the character encoding (the content-type's charset attribute value).
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
- setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
When the buffer is empty, read the data from the input channel.
- setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
When the buffer is full, write the data to the output channel.
- setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
- setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Sets the content to be a char[]
- setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the encoding.
- setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringDecoder
- setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringEncoder
- setChunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set true, if this
HttpPacketcontent will be transferred in chunking mode, or false if case of fixed-length message. - setChunkingAllowed(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Indicate whether or not chunking may be used by this header.
- 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.
- setClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setCleanFrequencyCheck(int) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Set the number of streams that must be closed before checking if the number of streams exceeds the high-water mark.
- setCleanPercentage(float) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
The number of streams to attempt to remove from the streams structure.
- setClientMode(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Set
SSLEngineto be configured to work in client mode. - setClientSideNegotiator(Connection<?>, AlpnClientNegotiator) - Method in class org.glassfish.grizzly.http2.AlpnSupport
- setClientSideNegotiator(Transport, AlpnClientNegotiator) - Method in class org.glassfish.grizzly.http2.AlpnSupport
- setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the timeout on socket blocking operations for the client
- setClosed() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- setComment(String) - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setComment(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
-
Deprecated.
- setCommitted(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only
HttpContentmessages might be serialized for thisHttpPacket. - setCompletionHandler(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
- setCompressableMimeTypes(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Deprecated.
- setCompressableMimeTypes(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Deprecated.
- 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
-
Deprecated.use getCompressionConfig().setCompressibleMimeTypes(Set<String>)
- setCompressibleMimeTypes(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the mime-types, which are allowed to be compressed.
- setCompressibleMimeTypes(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the mime-types, which are allowed to be compressed.
- setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.use getCompressionConfig().setCompressionMode(mode)
- setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the minimum size of an entity, which will be compressed.
- setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.use getCompressionConfig().setCompressionMinSize(int)
- setCompressionMode(CompressionConfig.CompressionMode) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the
CompressionConfig.CompressionMode. - setConnection(Connection) - Method in class org.glassfish.grizzly.Context
-
Set the processing
Connection. - setConnection(Connection) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Sets the underlying connection used by the request.
- setConnection(Connection) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- setConnectionForKey(NIOConnection, SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
- setConnectionForKey(NIOConnection, SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
- setConnectionTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setConnectionTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setConnectResultHandler(TCPNIOConnection.ConnectResultHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
- setContent(Buffer) - Method in class org.glassfish.grizzly.http.HttpContent
- setContentBroken(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set flag, which is set to true, means that HTTP packet payload was detected as broken due to unexpected error occurred during Transfer-Encoding or Content-Encoding processing.
- setContentBytesRemaining(int) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
- setContentEncodingsSelected(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
- setContentLanguage(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Set the value that will be used by the
Content-Languageresponse header. - setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
- setContentLength(int) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the length of this HTTP message.
- setContentLength(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content length (in bytes) for this Response.
- setContentLength(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setContentLength(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
- setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the content-length of this
HttpPacket. - setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
- setContentLengthLong(long) - 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.servlet.HttpServletResponseImpl
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentType(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
- setContentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the content type.
- setContentType(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the content type for this Response.
- setContentType(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setContentType(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setContentType(ContentType) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the content type.
- 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).
- setContextImpl(WebappContext) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Set the underlying
WebappContext - setContextPath(String) - Method in class org.glassfish.grizzly.http.server.Request
- setContextPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
- setContextPath(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Programmatically set the context path of the Servlet.
- setContextPath(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
- SetCookie - Enum constant in enum class org.glassfish.grizzly.http.util.Header
- setCookies(Cookie[]) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the set of cookies received with this Request.
- setCorePoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setCrc32(CRC32) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setCreationTime(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setCurrentElement(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Set current task element.
- setCustomTimeout(Connection, long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
-
Provides an override mechanism for the default timeout.
- setDaemon(boolean) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setData(Object) - Method in class org.glassfish.grizzly.ProcessorResult
- setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
- setDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified date header to the specified value.
- setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets a response header with the given name and date-value.
- setDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified date header to the specified value.
- setDecodedURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- setDecoderProperties(byte[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder
- setDecodeStatus(GZipDecoder.DecodeStatus) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setDecodeUrl(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Should this class decode the URL
- setDecompressionEnabled(boolean) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
If set to
truecontent-encoding header for incoming data will be respected and data will be decompressed and the decompressed stream will be passed on. - setDefaultContextPath(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
Configures the given virtual server with the given default context path.
- setDefaultEncoding(String) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Set the default character encoding for this InputBuffer, which would be applied if no encoding was explicitly set on HTTP
HttpRequestPacketand character decoding wasn't started yet. - setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the NetworkListener default
ErrorPageGenerator. - setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the default
ErrorPageGenerator. - 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.
- setDefaultResponseContentType(String) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- setDefaultURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- setDetailMessage(String) - Method in class org.glassfish.grizzly.http.server.Response
-
Sets detail error message.
- setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setDirect(boolean) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
Set true, if ByteBufferManager works with direct
ByteBuffers, or false otherwise. - 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.
- setDisableCipherCheck(boolean) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Allows the developer to disable strict cipher suite checking of the connection against RFC 7540's blacklist.
- setDisableUploadTimeout(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
- setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.http.server.HttpHandler
- setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.WebappContext
- setDispatcherTypes(Set<DispatcherType>) - Method in class org.glassfish.grizzly.servlet.FilterMap
- setDocBase(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the (possibly relative) doc base path of this AlternateDocBase.
- setDomain(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setDomain(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
- setDstAddress(L) - Method in class org.glassfish.grizzly.WriteResult
-
Set the destination address, the message was written to.
- setDstAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.WriteResult
-
Set the destination address, the message was written to.
- setEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Enables/disables the
FileCache. - setEnabledCipherSuites(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Sets a list of enabled cipher suites.
- setEnabledProtocols(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Sets a list of enabled protocols.
- setEncoding(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
- setEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
- setEnd(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setEnd(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setEnd(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
- setEnd(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
- setEnd(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
-
Sets the DataChunk end position.
- setEndIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
- setEndMarkerMode(boolean) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setError() - Method in class org.glassfish.grizzly.http.server.Response
-
Set the error flag.
- setError(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
-
This flag indicates whether error occurred during the HTTP processing.
- 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.
- setErrorCode(int) - Method in class org.glassfish.grizzly.TransformationResult
- setErrorDescription(String) - Method in class org.glassfish.grizzly.TransformationResult
- setErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.Response
-
Sets the
ErrorPageGeneratorto be used byResponse.sendError(int)orResponse.sendError(int, java.lang.String). - setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Set the
ExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue"). - setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Set the
ExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue"). - setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
- setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
- setExtensions(List<Extension>) - Method in class org.glassfish.grizzly.websockets.HandShake
- setExternalRemainder(I) - Method in class org.glassfish.grizzly.TransformationResult
- setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.glassfish.grizzly.http.util.MessageBytes
- 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
-
Configure whether or send-file support will enabled which allows sending
Fileresources viaFileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel). - setFilter(Filter) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
-
Set the
Filterassociated with this object. - setFilterChainContext(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- setFilterChainFactory(FilterChainFactory) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setFilterIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
- setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
-
Set the
Filter's name associated with this object. - setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
- setFirst(K) - Method in class org.glassfish.grizzly.utils.Pair
- setFirstHeaderFrame(HeaderBlockHead) - Method in class org.glassfish.grizzly.http2.HeadersDecoder
- setFlag(int) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame.Http2FrameBuilder
- setFlag(int) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
- setFlags(int) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
-
Sets flags for the frame.
- setFrameBuffer(Buffer) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
- setGracefulShutdownSupported(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Enables or disables graceful shutdown support.
- setHandshakeTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Sets the handshake timeout.
- setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
- setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set a request header to be used for the push.
- setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- 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, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets a response header with the given name and value.
- setHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(String, HeaderValue) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- 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.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, 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.Response
-
Set the specified header to the specified value.
- setHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, HeaderValue) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified header to the specified value.
- setHeaderFlag(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setHeaderParsed(boolean) - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
- setHeaderParseStateValue(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.HandShake
- setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
- setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.Cookies
- setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.util.Parameters
- setHeaders(MimeHeaders, boolean) - Method in class org.glassfish.grizzly.http.Cookies
- setHeaderValuesTo(Http2Frame) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame.Http2FrameBuilder
- setHeaderWritten(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
- setHtmlEncodingCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets if we need to encode HTML sensitive characters in custom reason phrase.
- setHttpContext(HttpContext) - Method in class org.glassfish.grizzly.http.ProcessingState
-
Sets the
HttpContextassociated with the processing. - 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
- setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
- setHttpOnly(boolean) - Method in class org.glassfish.grizzly.http.Cookie
-
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
- setHttpOnly(boolean) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
- setHttpOnly(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- 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.
- setId(int) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setIdInternal(String) - Method in class org.glassfish.grizzly.http.server.Session
-
Sets the session identifier for this session.
- setIdleTimeout(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
- setIdleTimeoutInSeconds(int) - Method in class org.glassfish.grizzly.http.KeepAlive
-
Configures idle connection timeout behavior.
- setIgnoreContentModifiers(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set true if parser has to ignore "Transfer-Encoding" and "Content-Encoding" headers and act as none of them were specified.
- setImpl(ThreadPoolConfig) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
- setInflater(Inflater) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setInitialClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
Specifies the context classloader that will be used by threads in this pool.
- setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
- setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
- setInitialOutputBuffer(Buffer) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
- setInitialWindowSize(int) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Sets the default initial stream window size (in bytes) for new HTTP2 connections.
- setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
-
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
- setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Sets the context initialization parameter with the given name and value on this ServletContext.
- setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.Registration
-
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
- setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Sets the context initialization parameter with the given name and value on this ServletContext.
- setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
- setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
-
Set the init parameters associated with this associated
Filter. - setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
- setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
- setInt(int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the buffer to the representation of an int
- setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
Set the the i/o event, this
Processoris interested in - setInterested(IOEvent, boolean) - Method in interface org.glassfish.grizzly.Processor
-
Set the the i/o event, this
Processoris interested in - setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
Method does nothing.
- setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
- setIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified integer header to the specified value.
- setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets a response header with the given name and integer value.
- setIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the specified integer header to the specified value.
- setIoEvent(IOEvent) - Method in class org.glassfish.grizzly.Context
-
Set the processing
IOEvent. - setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.AbstractTransport
- setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Changes the
IOStrategythat will be used. - setIOStrategy(IOStrategy) - Method in interface org.glassfish.grizzly.Transport
- setJmxEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Enables
JMXfor thisHttpServer. - setKeepAlive(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
-
This flag controls the connection keep-alive feature.
- setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
- setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
The max period of time a thread will wait for a new task to process.
- setKernelPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
- setKernelThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set a thread pool which will run Transport internal tasks.
- setKernelThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
-
Set a thread pool which will run Transport internal tasks.
- setKernelThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set the
ThreadPoolConfigto be used by the Transport internal thread pool. - setKernelThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
Set the
ThreadPoolConfigto be used by the Transport internal thread pool. - setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the key manager factory algorithm.
- setKeyPass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of the key in the key store.
- setKeyPass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of the key in the key store.
- setKeyStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets key store payload as byte array.
- setKeyStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets key store file name, also makes sure that if other key store configuration parameters are not set to set them to default values.
- setKeyStorePass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of key store.
- setKeyStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of key store.
- setKeyStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the key store provider name.
- setKeyStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Type of key store.
- setLast(boolean) - Method in class org.glassfish.grizzly.http.HttpContent
- setLast(boolean) - Method in class org.glassfish.grizzly.websockets.DataFrame
- setLastResult(TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
- setLc(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setLcLpPb(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setLimit(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
Maximum amount of data in this buffer.
- setLimit(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Maximum amount of data in this buffer.
- setLimit(int) - Method in class org.glassfish.grizzly.http.util.Parameters
- setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
- setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
loadOnStartuppriority on the Servlet represented by this dynamic ServletRegistration. - setLoadOnStartup(int) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Sets the
loadOnStartuppriority on the Servlet represented by this dynamic ServletRegistration. - setLocalConnectionWindowSize(int) - Method in class org.glassfish.grizzly.http2.Http2Session
- setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been committed yet.
- setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
- setLocale(Locale) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Called explicitly by user to set the Content-Language and the default encoding
- 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.
- setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the locale of the response, if the response has not been committed yet.
- setLocalHost(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the host name of the server servicing this request.
- setLocalMaxConcurrentStreams(int) - Method in class org.glassfish.grizzly.http2.Http2Session
-
Sets the default maximum number of concurrent streams allowed for this session by our side.
- setLocalMaxFramePayloadSize(int) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
-
Sets the maximum allowed HTTP2 frame size.
- setLocalPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Sets the Internet Protocol (IP) port number of the interface on which the request was received.
- setLocalStreamWindowSize(int) - Method in class org.glassfish.grizzly.http2.Http2Session
- setLocked(boolean) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
-
Set the locked state of this parameter map.
- setLong(long) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the buffer to the representation of an long
- setLp(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setManualIOEventControl() - Method in class org.glassfish.grizzly.Context
-
Switches processing to the manual IOEvent control.
- setMappingData(WebSocketMappingData) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the maximum age in seconds for this Cookie.
- setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setMaxAge(int) - Method in class org.glassfish.grizzly.http.Cookie
-
Sets the maximum age of the cookie in seconds.
- setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Sets the maximum age of the cookie in seconds.
- setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setMaxAsyncWriteQueueSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the max size (in bytes) of asynchronous write queue associated with connection.
- setMaxAsyncWriteQueueSize(int) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
Set the max size (in bytes) of asynchronous write queue associated with connection.
- setMaxAsyncWriteQueueSizeInBytes(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- 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.
- setMaxCapacity(int) - Method in class org.glassfish.grizzly.http2.hpack.Decoder
-
Sets a maximum capacity of the header table.
- setMaxCapacity(int) - Method in class org.glassfish.grizzly.http2.hpack.Encoder
-
Sets a maximum capacity of the header table.
- setMaxConcurrentStreams(int) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Sets the default maximum number of concurrent streams allowed for one session.
- 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.
- setMaxFramePayloadSize(int) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Sets the maximum allowed HTTP2 frame payload size.
- setMaxHeaderListSize(int) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Set the maximum size, in bytes, of the header list.
- setMaxHeaderListSize(int) - Method in class org.glassfish.grizzly.http2.Http2Session
-
Set the maximum size, in bytes, of the header list.
- setMaxHttpHeaderSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Configures the maximum header size for an HTTP request.
- setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxInactiveInterval(int) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxInactiveInterval(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- 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.
- setMaxNumHeaders(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
- setMaxPayloadRemainderToSkip(long) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
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.
- 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. - setMaxPendingBytesPerConnection(int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Configures the maximum number of bytes pending to be written for a particular
Connection. - setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Configures the maximum number of bytes pending to be written for a particular
Connection. - setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.ssl.SSLFilter
-
Configures the maximum number of bytes that may be queued to be written for a particular
Connection. - setMaxPoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- 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.
- setMaxRequestsCount(int) - Method in class org.glassfish.grizzly.http.KeepAlive
-
Configures the max number of HTTP requests allowed to be processed on one keep-alive connection.
- 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
-
The maximum size, in bytes, of the heap cache for files below the water mark set by
FileCache.getMinEntrySize(). - setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransformer
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set the
TransportassociatedMemoryManager, which will be used by theTransport, itsConnections and by during processing I/O events, occurred onConnections. - setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
MemoryManagerto be used by the createdNIOTransport. - setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setMemoryManager(MemoryManager) - Method in interface org.glassfish.grizzly.Transport
-
Set the
TransportassociatedMemoryManager, which will be used by theTransport, itsConnections and by during processing I/O events, occurred onConnections. - setMessage(Object) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
- setMessage(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Set message object, associated with the current processing.
- setMessage(K) - Method in class org.glassfish.grizzly.ReadResult
-
Set the message, which was read.
- setMessage(K) - Method in class org.glassfish.grizzly.WriteResult
-
Set the message, which was read.
- setMessage(O) - Method in class org.glassfish.grizzly.TransformationResult
- setMessageCloner(MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
- setMethod(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the HTTP request method.
- setMethod(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the HTTP request method used in this Request.
- setMethod(Method) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the HTTP request method.
- setMimeType(String) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the mime-type part of the content-type (the part without charset attribute).
- setMimeType(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- 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.
- setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
MultipartConfigElementto be applied to the mappings defined for thisServletRegistration. - setMultipartConfig(MultipartConfigElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Sets the
MultipartConfigElementto be applied to the mappings defined for thisServletRegistration. - setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setName(String) - Method in class org.glassfish.grizzly.AbstractTransport
-
Sets the
Transportname. - setName(String) - Method in class org.glassfish.grizzly.http.Cookie
- setName(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
Sets the logical name of this
HttpServerinstance. - setName(String) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setName(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setName(String) - Method in interface org.glassfish.grizzly.Transport
-
Sets the
Transportname. - setNeedClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- setNeverForceUpgrade(boolean) - Method in class org.glassfish.grizzly.http2.Http2ClientFilter
-
Configure this filter to completely disable attempts to upgrade to HTTP/2.
- setNew(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setNewConnectionFilterChain(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
- setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
NIOChannelDistributorto be used by the createdNIOTransport. - setNoCompressionUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.use getCompressionConfig().setNoCompressionUserAgents(Set<String>)
- setNoCompressionUserAgents(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the user-agents, which will be always responded with uncompressed data.
- setNoCompressionUserAgents(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the user-agents, which will be always responded with uncompressed data.
- setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Bind the
Notevalue to this Request, replacing any existing binding for this name. - setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.server.Request
-
Bind the
Notevalue to this Request, replacing any existing binding for this name. - setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
- setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setOffset(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Configures NIOTransport to be optimized for specific for the connection multiplexing usecase, when different threads will try to write data simultaneously.
- setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.CharChunk
- setParent(Object) - Method in class org.glassfish.grizzly.http.util.TimeStamp
-
Returns the owner of this stamp ( the object that is time-stamped ).
- 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. - setPath(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setPath(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setPathData(Request, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setPathInfo(String) - Method in class org.glassfish.grizzly.http.server.Request
- setPathInfo(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
- setPathInfo(Request.PathResolver) - Method in class org.glassfish.grizzly.http.server.Request
- setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.ClosingFrame
- setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.DataFrame
- setPayload(String) - Method in class org.glassfish.grizzly.websockets.DataFrame
- setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.BaseFrameType
- setPayload(DataFrame, byte[]) - Method in interface org.glassfish.grizzly.websockets.FrameType
- setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
- setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.TextFrameType
- setPb(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
- setPeerMaxFramePayloadSize(int) - Method in class org.glassfish.grizzly.http2.Http2Session
-
Sets the max payload size to be accepted by the peer.
- setPoolName(String) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setPort(int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
-
The Port this instance is used for mapping.
- setPositionLimit(E, int, int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
- setPositionLimit(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
- setPositionLimit(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
- setPositionLimit(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.BufferArray
- setPositionLimit(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
- setPreserveHeaderCase(boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Set to
trueto preserve header case. - setPriority(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setPriorKnowledge(boolean) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Control how the HTTP/2 connection is established with the server.
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractBindingHandler
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractTransport
-
Sets the default
Processor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences. - setProcessor(Processor) - Method in interface org.glassfish.grizzly.Connection
-
Sets the default
Processor, which will processConnectionI/O events. - setProcessor(Processor) - Method in class org.glassfish.grizzly.Context
- setProcessor(Processor) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setProcessor(Processor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setProcessor(Processor) - Method in interface org.glassfish.grizzly.Transport
-
Sets the default
Processor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences. - setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
Sets the default
ProcessorSelector, which will be used to getProcessorto process I/O events, occurring on connection phase. - setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
Sets the default
ProcessorSelector, which will be used to getProcessorto process I/O events, occurring on connection phase. - setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractTransport
-
Sets the default
ProcessorSelector, which will be used to getProcessorto processConnectionI/O events, in case if thisTransport'sProcessoris null andConnectiondoesn't have neither preferredProcessornorProcessorSelector. - setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Connection
-
Sets the default
ProcessorSelector, which will be used to getProcessorto processConnectionI/O events, in case if thisConnection'sProcessoris null. - setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Transport
-
Sets the default
ProcessorSelector, which will be used to getProcessorto processConnectionI/O events, in case if thisTransport'sProcessoris null andConnectiondoesn't have neither preferredProcessornorProcessorSelector. - setProtocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the HTTP message protocol version.
- setPushBackHandler(PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
-
Deprecated.
- setPushEnabled(boolean) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Configure whether push should be allowed by the server endpoint.
- setPushEnabled(boolean) - Method in class org.glassfish.grizzly.http2.Http2Session
-
Configure whether or not push is enabled on this
Http2Session. - setQuery(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
- setQueryString(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the
queryportion of the request URI. - setQueryString(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the query string associated with this request.
- setQueryStringEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
- setQueue(Queue<Runnable>) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setQueueLimit(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set the default size of
Buffers, which will be allocated for reading data fromTransport'sConnections. - setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffers, which will be allocated for reading data fromConnection. - setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Set the default size of
Buffers, which will be allocated for reading data fromConnection. - setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
- setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Set the default size of
Buffers, which will be allocated for reading data fromConnection. - setReadBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
-
Set the default size of
Buffers, which will be allocated for reading data fromTransport'sConnections. - setReader(AsyncQueueReader<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
- setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
-
Instructs the
ServletInputStreamto invoke the providedReadListenerwhen it is possible to read - setReadListener(ReadListener) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
-
Instructs the
ServletInputStreamto invoke the providedReadListenerwhen it is possible to read - setReadSize(int) - Method in class org.glassfish.grizzly.ReadResult
-
Set the number of bytes, which were read.
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Specifies the timeout for the blocking reads.
- setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Specifies the timeout for the blocking reads.
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the value of the blocking read timeout
- setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Specifies the timeout for the blocking reads.
- setReasonPhrase(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets the status reason phrase for this response.
- setReasonPhrase(Buffer) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
- setRemotePort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Sets the Internet Protocol (IP) source port of the client or last proxy that sent the 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.
- setRemoveHandledContentEncodingHeaders(boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
If enabled the content-encoding header for handled content-encodings is removed.
- setRenegotiationDisabled(boolean) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Completely disables renegotiation.
- setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Sets the request object being wrapped.
- setRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Associates the request that triggered this response.
- setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the request character encoding for this ServletContext.
- setRequestCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Sets the request character encoding for this ServletContext.
- 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
-
Sets @return the
RequestExecutorProviderresponsible for executing user's code inHttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response)and notifyingReadHandler,WriteHandlerregistered by the user. - 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.HttpRequestPacket
-
Set the request URL.
- setRequestURI(String) - Method in class org.glassfish.grizzly.http.server.Request
-
Sets the request URI for this request.
- setRequestURIEncoding(String) - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Set the request URI encoding used by this HttpHandler.
- setRequestURIEncoding(Charset) - 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.
- setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Sets the response being wrapped.
- setResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
- setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the response character encoding for this ServletContext.
- setResponseCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
- setRestrictedUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
- setResult(E) - Method in interface org.glassfish.grizzly.utils.ResultAware
- setResult(R) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
-
Should not be called for ReadyFutureImpl
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
- setReuseAddress(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets whether address may be reused for multiple sockets
- setReuseSessionID(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Deprecated.since 2.3.17
- setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the name of the
runAsrole for thisServletRegistration. - setRunAsRole(String) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Sets the name of the
runAsrole for thisServletRegistration. - 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.
- setSecond(L) - Method in class org.glassfish.grizzly.utils.Pair
- setSecondsMaxAge(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
Sets the maximum time, in seconds, a file may be cached.
- setSecret(String) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
-
If not null, only requests from workers with this secret keyword will be accepted.
- setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as secure.
- setSecure(boolean) - Method in class org.glassfish.grizzly.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the secure status of this HTTP message.
- setSecure(boolean) - Method in class org.glassfish.grizzly.http.LazyCookieState
- setSecure(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Enable or disable security for this listener.
- setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
- setSecurityProtocol(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the SSLContext protocol.
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
- setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
- setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
SelectionKeyHandlerto be used by the createdNIOTransport. - setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
SelectorHandlerto be used by the createdNIOTransport. - setSelectorPool(TemporarySelectorPool) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
- setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Set the
SelectorProviderto be used by this transport. - setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Set the
SelectorProviderto be used by the createdNIOTransport. - setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
- setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
- setSelectorRunnersCount(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Sets the number of
SelectorRunners used for handling NIO events. - setSelectorRunnersCount(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the number of
Selectors to be created to serve Transport connections. - setSelectorThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the
ThreadPoolConfigthat will be used to construct theExecutorServicewhich will run theNIOTransport'sSelectorRunners. - setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
- setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Configure whether or sendfile support will enabled which allows sending
Fileresources viaFileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel). - setSendPushRequestUpstream(boolean) - Method in class org.glassfish.grizzly.http2.Http2ClientFilter
- setSerialized(int, boolean) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Set the header's "serialized" flag.
- setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Set the default server connection backlog size.
- setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- setServerInfo(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Set the value of the
Serverheader to be sent in the response. - 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.HttpRequestPacket
-
Sets the Internet Protocol (IP) port specified in the
Hostrequest header. - setServerPort(int) - Method in class org.glassfish.grizzly.http.server.Request
-
Set the port number of the server to process this request.
- setServerSideNegotiator(Connection<?>, AlpnServerNegotiator) - Method in class org.glassfish.grizzly.http2.AlpnSupport
- setServerSideNegotiator(Transport, AlpnServerNegotiator) - Method in class org.glassfish.grizzly.http2.AlpnSupport
- setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
- setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- setService(boolean) - Static method in class org.glassfish.grizzly.threadpool.Threads
- setServletClass(Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setServletClassName(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
- setServletInstance(Servlet) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Set the
Servletinstance used by thisServletHandler - setServletName(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
- setServletName(String) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
-
Set the name of this servlet.
- setServletPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Programmatically set the servlet path value.
- setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
ServletSecurityElementto be applied to the mappings defined for thisServletRegistration. - setServletSecurity(ServletSecurityElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
-
Sets the
ServletSecurityElementto be applied to the mappings defined for thisServletRegistration. - 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. - setSessionCookieName(String) - Method in class org.glassfish.grizzly.servlet.ServletSessionManager
- setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the HTTP server
SessionManager. - setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.Request
-
Set
SessionManager, null value impliesDefaultSessionManager - setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Sets the HTTP server
SessionManager. - setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Set the
SessionManagerinstance used by thisServletHandler - setSessionManager(SessionManager) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Sets the
SessionManagerthat should be used by thisWebappContext. - setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
-
Sets the session timeout in minutes for this ServletContext.
- setSessionTimeout(int) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Sets the session timeout in minutes for this ServletContext.
- 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.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.glassfish.grizzly.servlet.WebappContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSize(int) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
- setSkipRemainder(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set flag, which is set to true, means that we're not interested in parsing the rest of this HTTP message content and wait for the next HTTP message to come on this
Connection. - setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
- setSrcAddress(L) - Method in class org.glassfish.grizzly.ReadResult
-
Set the source address, the message was read from.
- setSrcAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.ReadResult
-
Set the source address, the message was read from.
- setSSLEngine(Connection, SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
- setSSLEngineConfig(SSLEngineConfigurator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Provides customization of the
SSLEngineused by this listener. - setSSLParameters(SSLParameters) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Apply
SSLParametersto this SSLEngineConfigurator. - setStart(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setStart(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setStart(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Returns the start offset of the bytes.
- setStart(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
- setStart(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
-
Sets the DataChunk start position.
- setStartIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
- setState(E) - Method in class org.glassfish.grizzly.utils.StateHolder
-
Sets current state Current StateHolder locking mode will be used
- setStatus(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
- setStatus(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets the status code for this response.
- setStatus(int) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the HTTP status to be returned with this response.
- setStatus(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
- setStatus(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the status code for 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.HttpResponsePacket
-
Sets the status code for 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.
- setStatus(ProcessorResult.Status) - Method in class org.glassfish.grizzly.ProcessorResult
- setStatus(TransformationResult.Status) - Method in class org.glassfish.grizzly.TransformationResult
- setSticky(boolean) - Method in class org.glassfish.grizzly.portunif.PUContext
- setStreamId(int) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
-
Sets the stream ID associated with the data frame.
- setStreamsHighWaterMark(float) - Method in class org.glassfish.grizzly.http2.Http2Configuration
-
Streams are maintained and periodically cleaned when the stream count (open or otherwise) surpasses the the specified high-water mark.
- setString(String) - Method in class org.glassfish.grizzly.http.server.util.StringParser
-
Set the String we are currently parsing.
- setString(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setString(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the content to be a string
- setSubProtocol(List<String>) - Method in class org.glassfish.grizzly.websockets.HandShake
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
- setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
- setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
- setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
- setThreadFactory(ThreadFactory) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
-
Sets the timeout (in milliseconds) for this AsyncContext.
- 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
-
Set the suspended
Responsetimeout. - setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
Set the timeout for StreamWriter I/O operations.
- setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
Set the timeout for StreamWriter I/O operations.
- setTimeoutInSeconds(long) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
- setTimeoutMillis(E, long) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
- setTimestamp(long) - Method in class org.glassfish.grizzly.http.server.Session
-
Set the timestamp when this session was accessed the last time.
- setting(int, int) - Method in class org.glassfish.grizzly.http2.frames.SettingsFrame.SettingsFrameBuilder
- SETTINGS_ENABLE_PUSH - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_HEADER_TABLE_SIZE - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_INITIAL_WINDOW_SIZE - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_MAX_FRAME_SIZE - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_MAX_HEADER_LIST_SIZE - Static variable in class org.glassfish.grizzly.http2.frames.SettingsFrame
- SETTINGS_TIMEOUT - Enum constant in enum class org.glassfish.grizzly.http2.frames.ErrorCode
- SettingsFrame - Class in org.glassfish.grizzly.http2.frames
-
TODO: Need to implement handling of per-setting flags.
- SettingsFrame.Setting - Class in org.glassfish.grizzly.http2.frames
- SettingsFrame.SettingsFrameBuilder - Class in org.glassfish.grizzly.http2.frames
- SettingsFrameBuilder() - Constructor for class org.glassfish.grizzly.http2.frames.SettingsFrame.SettingsFrameBuilder
- setTomcatAuthentication(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
-
/** If set to true, the authentication will be done in Grizzly.
- 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.
- setTrackingThreadCache(boolean) - Static method in class org.glassfish.grizzly.Grizzly
- setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the supplier of trailer headers.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>)on the wrapped response object. - setTrailerFields(Supplier<Map<String, String>>) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Sets the supplier of trailer headers.
- setTrailers(Supplier<Map<String, String>>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
- setTrailers(Supplier<Map<String, String>>) - Method in class org.glassfish.grizzly.http.server.Response
-
Set the supplier of trailer headers.
- setTrailers(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the mime trailers.
- setTrainThreshold(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
- setTransactionMonitor(DelayedExecutor) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setTransactionTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Sets the time, in seconds, within which a request must complete its processing.
- setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
- setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setTransactionTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
- setTransactionTimeout(DelayedExecutor, long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
- setTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the
TransferEncoding, responsible for the parsing/serialization of the HTTP message content. - setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
This allows the developer to specify a custom
TCPNIOTransportimplementation to be used by this listener. - setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
- setTransport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
- setTruncated() - Method in class org.glassfish.grizzly.http2.frames.HeaderBlockFragment
- setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the trust manager factory algorithm.
- setTrustStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets trust store payload as byte array.
- setTrustStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets trust store file name, also makes sure that if other trust store configuration parameters are not set to set them to default values.
- setTrustStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Password of trust store.
- setTrustStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Sets the trust store provider name.
- setTrustStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Type of trust store.
- setType(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
- setUncountable(boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
- setup(NetworkListener, FilterChainBuilder) - Method in interface org.glassfish.grizzly.http.server.AddOn
-
The method, which will be invoked by
HttpServerin order to initialize the AddOn on the passedNetworkListener. - setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
The method, which will be invoked by
HttpServerin order to initialize the AddOn on the passedNetworkListener. - setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.HttpPipelineOptAddOn
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http2.Http2AddOn
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
-
The method, which will be invoked by
HttpServerin order to initialize the AddOn on the passedNetworkListener. - setUpgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the "Upgrade" header value
- setUploadTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
- setURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- 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.
- setURLPattern(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
- 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.
- setValid(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to this Cookie.
- setValue(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Assigns a new value to a cookie after the cookie is created.
- setValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
- setValue(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Assigns a new value to a cookie after the cookie is created.
- setValue(String) - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
-
Set the value of this parameter.
- setValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
- setValues(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.util.HttpStatus
-
Sets the status and reason phrase on the specified response.
- setVersion(int) - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setVersion(int) - Method in class org.glassfish.grizzly.http.Cookie
-
Sets the version of the cookie protocol this cookie complies with.
- setVersion(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
Sets the version of the cookie protocol this cookie complies with.
- setWantClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- setWebappResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
-
Sets the non-proxied resources of this AlternateDocBase.
- setWebSocket(WebSocket) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- setWorkerThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set a thread pool, which will run IOEvent processing (depending on Transport
IOStrategy) to let kernel threads continue their job. - setWorkerThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
-
Set a thread pool, which will run IOEvent processing (depending on Transport
IOStrategy) to let kernel threads continue their job. - setWorkerThreadPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set the
ThreadPoolConfigto be used by the worker thread pool. - setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
Sets the
ThreadPoolConfigthat will be used to construct theExecutorServiceforIOStrategiesthat require worker threads - setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
Set the
ThreadPoolConfigto be used by the worker thread pool. - setWrappedCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
-
Set the default size of
Buffers, which will be allocated for writing data toTransport'sConnections. - setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffers, which will be allocated for writing data toConnection. - setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Set the default size of
Buffers, which will be allocated for writing data toConnection. - setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Set the default size of
Buffers, which will be allocated for writing data toConnection. - setWriteBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
-
Set the default size of
Buffers, which will be allocated for writing data toTransport'sConnections. - setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
-
Instructs the
ServletOutputStreamto invoke the providedWriteListenerwhen it is possible to write - setWriteListener(WriteListener) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
-
Instructs the
ServletOutputStreamto invoke the providedWriteListenerwhen it is possible to write - setWriter(AsyncQueueWriter<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
-
Specifies the timeout for the blocking writes.
- setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
-
Specifies the timeout for the blocking writes.
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
- setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.NIOTransportBuilder
- setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Specifies the timeout for the blocking writes.
- setWrittenSize(long) - Method in class org.glassfish.grizzly.WriteResult
-
Set the number of bytes, which were written.
- SEVERE_GRIZZLY_COMET_ENGINE_INVALID_NOTIFICATION_HANDLER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0103: Invalid NotificationHandler class [{0}].
- SEVERE_GRIZZLY_CONFIG_SSL_CLASS_LOAD_FAILED_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0054: Unable to load class: {0}.
- SEVERE_GRIZZLY_CONFIG_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0055: Can not configure SSLImplementation.
- SEVERE_GRIZZLY_TRANSPORT_LISTEN_INTERRUPTED_REBIND_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
-
GRIZZLY0034: Listen thread interrupted.
- shiftLow() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
- shrink() - Method in interface org.glassfish.grizzly.Buffer
-
Disposes the buffer part, outside [position, limit] interval if possible.
- shrink() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- shrink() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- shrink() - Method in class org.glassfish.grizzly.memory.HeapBuffer
- shutdown() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Gracefully shuts down the
HttpServerinstance. - shutdown() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Gracefully shuts down the listener.
- shutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
- shutdown() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- shutdown() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
- shutdown() - Method in interface org.glassfish.grizzly.Transport
-
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.HttpServer
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.NetworkListener
- shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
- shutdown(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
-
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
- ShutdownContext - Interface in org.glassfish.grizzly
-
This class will be passed to
GracefulShutdownListenerinstances registered against aTransport. - ShutdownEvent - Class in org.glassfish.grizzly.filterchain
-
An event that
Filterimplementations may listen for if special processing is required during a graceful shutdown. - ShutdownEvent(long, TimeUnit) - Constructor for class org.glassfish.grizzly.filterchain.ShutdownEvent
-
Create a new
ShutdownEventwith the grace period for the shutdown. - shutdownForced() - Method in interface org.glassfish.grizzly.GracefulShutdownListener
-
Invoked when the transport is being shutdown forcefully.
- shutdownFuture - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
Future to control graceful shutdown status
- ShutdownHandler - Interface in org.glassfish.grizzly.http.ajp
-
Handler, which will be called, once Ajp shutdown message received.
- shutdownListeners - Variable in class org.glassfish.grizzly.nio.NIOTransport
- shutdownNow() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Immediately shuts down the
HttpServerinstance. - shutdownNow() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Immediately shuts down the listener.
- shutdownNow() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Forcibly stops the transport and closes all connections.
- shutdownNow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- shutdownNow() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
- shutdownNow() - Method in interface org.glassfish.grizzly.Transport
-
Forcibly stops the transport and closes all connections.
- shutdownRequested(ShutdownContext) - Method in interface org.glassfish.grizzly.GracefulShutdownListener
-
Invoked when an attempt is made to shutdown the transport gracefully.
- shutdownService - Variable in class org.glassfish.grizzly.nio.NIOTransport
-
ExecutorService hosting shutdown listener threads.
- SilentConnectionFilter - Class in org.glassfish.grizzly.utils
-
Filter, which determines silent connections and closes them.
- SilentConnectionFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.SilentConnectionFilter
- SimpleDateFormats - Class in org.glassfish.grizzly.http.server.util
- SimpleDateFormats() - Constructor for class org.glassfish.grizzly.http.server.util.SimpleDateFormats
- SimpleDynamicNIOStrategy - Class in org.glassfish.grizzly.strategies
-
Simple dynamic strategy, which switches I/O processing strategies, basing on statistics.
- SimpleWebSocket - Class in org.glassfish.grizzly.websockets
-
Generic WebSocket implementation.
- SimpleWebSocket(ProtocolHandler, WebSocketListener...) - Constructor for class org.glassfish.grizzly.websockets.SimpleWebSocket
- SimpleWebSocket.State - Enum Class in org.glassfish.grizzly.websockets
- simulateIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
- simulateIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
- size() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.Returns the message size.
- size() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Returns the number of queued bytes.
- size() - Method in class org.glassfish.grizzly.ChainProcessorSelector
- size() - Method in class org.glassfish.grizzly.Context.MinimalisticArrayList
- size() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
- size() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Returns the current number of header fields.
- size() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
- size() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
- size() - Method in class org.glassfish.grizzly.streams.BufferedInput
- size() - Method in interface org.glassfish.grizzly.streams.Input
- size() - Method in class org.glassfish.grizzly.streams.StreamInput
- size() - Method in class org.glassfish.grizzly.utils.ArraySet
- sizeUpdate(int) - Method in class org.glassfish.grizzly.http2.hpack.Encoder
- skip() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
-
Skip the multipart entry processing.
- skip(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
- skip(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
- skip(int) - Method in class org.glassfish.grizzly.streams.BufferedInput
- skip(int) - Method in interface org.glassfish.grizzly.streams.Input
- skip(int) - Method in class org.glassfish.grizzly.streams.StreamInput
- skip(int) - Method in interface org.glassfish.grizzly.streams.StreamReader
- skip(long) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Skips the specified number of bytes/characters.
- skip(long) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
- skip(long) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
- skip(long) - Method in class org.glassfish.grizzly.utils.BufferInputStream
- skip(long, boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Deprecated.pls. use
InputBuffer.skip(long), the block parameter will be ignored - 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.
- skipSpaces(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
- skipSpaces(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
- 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.
- slice() - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new
Bufferwhose content is a shared subsequence of this buffer's content. - slice() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- slice() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- slice() - Method in class org.glassfish.grizzly.memory.HeapBuffer
- slice(int, int) - Method in interface org.glassfish.grizzly.Buffer
-
Creates a new
Bufferwhose content is a shared subsequence of this buffer's content. - slice(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- slice(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- slice(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
- slice(ByteBuffer, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Slice
ByteBufferof required size from big chunk. - slice(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
Get the
ByteBuffer's slice basing on its passed position and limit. - sliceBuffer() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
- smallIcon() - Element in annotation interface jakarta.servlet.annotation.WebFilter
-
The small-icon of the filter
- smallIcon() - Element in annotation interface jakarta.servlet.annotation.WebServlet
-
The small-icon of the servlet
- SocketAcceptor - Interface in org.glassfish.grizzly
-
Common interface for SocketAcceptor implementations.
- SocketBinder - Interface in org.glassfish.grizzly
- SocketConnectorHandler - Interface in org.glassfish.grizzly
-
Socket based client side connector.
- SP - Static variable in class org.glassfish.grizzly.http.server.Constants
-
SP.
- SP - Static variable in class org.glassfish.grizzly.http.util.Constants
-
SP.
- spaceInBytes() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Returns the number of queued bytes.
- split(int) - Method in interface org.glassfish.grizzly.Buffer
-
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
- split(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- split(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- split(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
-
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
- split(String) - Method in class org.glassfish.grizzly.websockets.HandShake
- SSL - Enum constant in enum class jakarta.servlet.SessionTrackingMode
- SSL_CERTIFICATE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
-
SSL Certificate Request Attributite.
- sslBaseFilter - Variable in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
- SSLBaseFilter - Class in org.glassfish.grizzly.ssl
-
SSL
Filterto operate with SSL encrypted data. - SSLBaseFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
- SSLBaseFilter(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Build SSLFilter with the given
SSLEngineConfigurator. - SSLBaseFilter(SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
Build SSLFilter with the given
SSLEngineConfigurator. - SSLBaseFilter.CertificateEvent - Class in org.glassfish.grizzly.ssl
- SSLBaseFilter.HandshakeListener - Interface in org.glassfish.grizzly.ssl
- SSLBaseFilter.SSLTransportFilterWrapper - Class in org.glassfish.grizzly.ssl
- SSLCodec - Class in org.glassfish.grizzly.ssl
-
SSL Codec, which contains SSL encoder and decoder
Transformers. - SSLCodec(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
- SSLCodec(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
- SSLConnectionContext - Class in org.glassfish.grizzly.ssl
-
SSL context associated with a
Connection. - SSLConnectionContext(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLConnectionContext
- sslContext - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- sslContextConfiguration - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- SSLContextConfigurator - Class in org.glassfish.grizzly.ssl
-
Utility class, which helps to configure
SSLContext. - SSLContextConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Default constructor.
- SSLContextConfigurator(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
-
Constructor that allows you creating empty configuration.
- SSLContextConfigurator.GenericStoreException - Exception in org.glassfish.grizzly.ssl
- SSLDecoderTransformer - Class in org.glassfish.grizzly.ssl
-
Transformer, which decodes SSL encrypted data, contained in the input Buffer, to the output Buffer.
- SSLDecoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
- SSLDecoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
- SSLEncoderTransformer - Class in org.glassfish.grizzly.ssl
-
Transformer, which encrypts plain data, contained in the input Buffer, into SSL/TLS data and puts the result to the output Buffer.
- SSLEncoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
- SSLEncoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
- SSLEngineConfigurator - Class in org.glassfish.grizzly.ssl
-
Utility class, which helps to configure
SSLEngine. - SSLEngineConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- SSLEngineConfigurator(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContext. - SSLEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContext, using passed client mode, need/want client auth parameters. - SSLEngineConfigurator(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContextConfigurator. - SSLEngineConfigurator(SSLContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
Create SSL Engine configuration basing on passed
SSLContextConfigurator. - SSLEngineConfigurator(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
- SSLEngineFactory - Interface in org.glassfish.grizzly.ssl
-
The factory responsible for creating
SSLEngine. - SSLFilter - Class in org.glassfish.grizzly.ssl
-
SSL
Filterto operate with SSL encrypted data. - SSLFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
- SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
Build SSLFilter with the given
SSLEngineConfigurator. - SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
Build SSLFilter with the given
SSLEngineConfigurator. - SSLHandshakeCondition(StreamReader, StreamWriter, SSLEngineConfigurator, SSLEngine, SSLStreamWriter.HandshakeCompletionHandler) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
- SSLProtocolFinder - Class in org.glassfish.grizzly.portunif.finders
- SSLProtocolFinder(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
- SSLStreamReader - Class in org.glassfish.grizzly.ssl
-
SSL aware
StreamReaderimplementation, which work like a wrapper over existingStreamReader. - SSLStreamReader(StreamReader) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamReader
- SSLStreamWriter - Class in org.glassfish.grizzly.ssl
-
SSL aware
StreamWriterimplementation, which work like a wrapper over existingStreamWriter. - SSLStreamWriter(StreamWriter) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter
- SSLStreamWriter.HandshakeCompletionHandler - Class in org.glassfish.grizzly.ssl
- SSLStreamWriter.SSLHandshakeCondition - Class in org.glassfish.grizzly.ssl
- SSLSupport - Interface in org.glassfish.grizzly.ssl
-
SSLSupport Interface for SSL-specific functions
- SSLSupport.CipherData - Class in org.glassfish.grizzly.ssl
-
Simple data class that represents the cipher being used, along with the corresponding effective key size.
- SSLSupportImpl - Class in org.glassfish.grizzly.ssl
- SSLSupportImpl(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLSupportImpl
- SSLTransportFilterWrapper(TransportFilter, SSLBaseFilter) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
- SSLUtils - Class in org.glassfish.grizzly.ssl
-
Utility class, which implements the set of useful SSL related operations.
- SSLUtils() - Constructor for class org.glassfish.grizzly.ssl.SSLUtils
- StandaloneProcessor - Class in org.glassfish.grizzly
-
Processor, which is not interested in processing I/O events. - StandaloneProcessor() - Constructor for class org.glassfish.grizzly.StandaloneProcessor
- StandaloneProcessorSelector - Class in org.glassfish.grizzly
- StandaloneProcessorSelector() - Constructor for class org.glassfish.grizzly.StandaloneProcessorSelector
- start - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- start() - Method in class org.glassfish.grizzly.http.server.HttpHandler
-
Called when the
HttpHandler's container is started by invokingHttpServer.start(). - 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.
- start() - Method in class org.glassfish.grizzly.nio.NIOTransport
-
Start TCPNIOTransport.
- start() - Method in class org.glassfish.grizzly.nio.SelectorRunner
- start() - Method in class org.glassfish.grizzly.servlet.ServletHandler
-
Called when the
HttpHandler's container is started by invokingHttpServer.start(). - start() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
- start() - Method in interface org.glassfish.grizzly.Transport
-
Starts the transport
- start() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
- start(Runnable) - Method in interface jakarta.servlet.AsyncContext
-
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified Runnable.
- START_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
- START_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
- startAsync() - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContextwith the original (unwrapped) ServletRequest and ServletResponse objects. - startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to invoke
ServletRequest.startAsync()on the wrapped request object. - startAsync() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Puts this request into asynchronous mode, and initializes its
AsyncContextwith the original (unwrapped) ServletRequest and ServletResponse objects. - startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContextwith the given request and response objects. - startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to invoke
ServletRequest.startAsync(ServletRequest, ServletResponse)on the wrapped request object. - startAsync(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Puts this request into asynchronous mode, and initializes its
AsyncContextwith the given request and response objects. - STARTED - Enum constant in enum class org.glassfish.grizzly.Transport.State
- STARTING - Enum constant in enum class org.glassfish.grizzly.Transport.State
- startSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
- startsWith(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- startsWith(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
- startsWith(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Returns true if the message bytes starts with the specified string.
- startsWith(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Returns true if the message bytes starts with the specified string.
- startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
-
Returns
trueif theDataChunkstarts with the specified string. - startsWith(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
- startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Returns true if the message bytes starts with the specified string.
- startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
-
Returns
trueif theDataChunkstarts with the specified string. - startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Returns true if the message bytes starts with the specified string.
- startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
must hold statelock while calling this method.
- startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
- state - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport state controller
- state - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- state - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
- state() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Get the current processing task state.
- state31 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state311 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state311Distance - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state32 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state321 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state321NumDirectBits - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state32PosSlot - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- state3Len - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- stateAttr - Variable in class org.glassfish.grizzly.AbstractTransformer
- stateful() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
- StateHolder<E> - Class in org.glassfish.grizzly.utils
-
Class, which holds the state.
- StateHolder() - Constructor for class org.glassfish.grizzly.utils.StateHolder
-
Constructs
StateHolder. - StateHolder(E) - Constructor for class org.glassfish.grizzly.utils.StateHolder
-
Constructs
StateHolder. - StateHolder.ConditionElement<E> - Class in org.glassfish.grizzly.utils
- stateInit() - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- stateIsCharState(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- stateless() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
- StatelessFilterChainBuilder() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainBuilder.StatelessFilterChainBuilder
- stateLock - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- stateUpdateChar(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- stateUpdateMatch(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- stateUpdateRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- stateUpdateShortRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
- staticBitIndex - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- staticHolder(T) - Static method in class org.glassfish.grizzly.utils.Holder
- 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
HttpHandlerimplementations, which processes requests to a static resources. - StaticHttpHandlerBase() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
- staticIntHolder(int) - Static method in class org.glassfish.grizzly.utils.Holder
- staticM - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- staticReverseDecodeMethodState - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- staticSymbol - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
- status - Variable in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
- status(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
-
Sets the status code for this response.
- status(int) - Method in class org.glassfish.grizzly.http2.frames.CompressedHeadersBuilder
-
Set the HTTP response status code (e.g.
- status(String) - Method in class org.glassfish.grizzly.http2.frames.CompressedHeadersBuilder
-
Set the HTTP response status code (e.g.
- status(HttpStatus) - Method in class org.glassfish.grizzly.http2.frames.CompressedHeadersBuilder
-
Set the HTTP response status code (e.g.
- 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.
- statusDropsConnection(int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Determine if we must drop the connection because of the HTTP status code.
- statusMatches(int) - Method in class org.glassfish.grizzly.http.util.HttpStatus
- 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.AbstractTransport
-
Deprecated.
- stop() - Method in class org.glassfish.grizzly.http.server.HttpServer
-
Deprecated.
- stop() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Deprecated.
- stop() - Method in class org.glassfish.grizzly.nio.SelectorRunner
- stop() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
- stop() - Method in interface org.glassfish.grizzly.Transport
-
Deprecated.
- stop() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
- STOPPED - Enum constant in enum class org.glassfish.grizzly.Transport.State
- STOPPING - Enum constant in enum class org.glassfish.grizzly.Transport.State
- stopSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
- strategy - Variable in class org.glassfish.grizzly.AbstractTransport
-
Transport strategy
- stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- stream(boolean, byte[], int, int) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Sends a fragment of a complete message.
- stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- stream(boolean, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
Sends a fragment of a complete message.
- Stream - Interface in org.glassfish.grizzly.streams
-
Common interface for Stream readers and writers.
- STREAM_CLOSED - Enum constant in enum class org.glassfish.grizzly.http2.frames.ErrorCode
- StreamAppender - Class in org.glassfish.grizzly.http.server.accesslog
-
An
appenderwriting log entries to anOutputStream. - StreamAppender(OutputStream) - Constructor for class org.glassfish.grizzly.http.server.accesslog.StreamAppender
-
Create a new
StreamAppenderinstance writing log entries to the specifiedOutputStream. - StreamDecodeCondition<E> - Class in org.glassfish.grizzly.streams
- StreamDecodeCondition(StreamReader, Transformer<Stream, E>, ResultAware<E>) - Constructor for class org.glassfish.grizzly.streams.StreamDecodeCondition
- streamDependency(int) - Method in class org.glassfish.grizzly.http2.frames.HeadersFrame.HeadersFrameBuilder
- streamDependency(int) - Method in class org.glassfish.grizzly.http2.frames.PriorityFrame.PriorityFrameBuilder
- streamId - Variable in class org.glassfish.grizzly.http2.frames.Http2Frame.Http2FrameBuilder
- streamId(int) - Method in class org.glassfish.grizzly.http2.frames.Http2Frame.Http2FrameBuilder
- StreamInput - Class in org.glassfish.grizzly.streams
- StreamInput(StreamReader) - Constructor for class org.glassfish.grizzly.streams.StreamInput
- StreamOutput - Class in org.glassfish.grizzly.streams
- StreamOutput(StreamWriter) - Constructor for class org.glassfish.grizzly.streams.StreamOutput
- StreamReader - Interface in org.glassfish.grizzly.streams
-
Interface that defines methods for reading primitive types and arrays of primitive types from a stream.
- streamsHighWaterMark(float) - Method in class org.glassfish.grizzly.http2.Http2Configuration.Http2ConfigurationBuilder
- StreamWriter - Interface in org.glassfish.grizzly.streams
-
Write the primitive Java types and arrays of primitives to some data sink.
- strictVersionOneCompliant - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
- String - Enum constant in enum class org.glassfish.grizzly.http.util.DataChunk.Type
- StringCache - Class in org.glassfish.grizzly.http.util
-
This class implements a String cache for ByteChunk and CharChunk.
- StringCache() - Constructor for class org.glassfish.grizzly.http.util.StringCache
- StringCache.ByteEntry - Class in org.glassfish.grizzly.http.util
- StringCache.CharEntry - Class in org.glassfish.grizzly.http.util
- StringDecoder - Class in org.glassfish.grizzly.utils
- StringDecoder() - Constructor for class org.glassfish.grizzly.utils.StringDecoder
- StringDecoder(String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
- StringDecoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
- StringDecoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
- StringEncoder - Class in org.glassfish.grizzly.utils
- StringEncoder() - Constructor for class org.glassfish.grizzly.utils.StringEncoder
- StringEncoder(String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
- StringEncoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
- StringEncoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
- StringFilter - Class in org.glassfish.grizzly.utils
-
StringFilter implementation, which performs Buffer <-> String transformation.
- StringFilter() - Constructor for class org.glassfish.grizzly.utils.StringFilter
- StringFilter(Charset) - Constructor for class org.glassfish.grizzly.utils.StringFilter
- StringFilter(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringFilter
- StringManager - Class in org.glassfish.grizzly.http.util
-
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
- 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.
- stringTerminateBytes - Variable in class org.glassfish.grizzly.utils.StringDecoder
- stringTerminator - Variable in class org.glassfish.grizzly.utils.StringEncoder
- 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.
- subList(int, int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
- subList(int, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
- subMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
- subState - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- substract() - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract() - Method in class org.glassfish.grizzly.http.util.CharChunk
- substract(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
- substract(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
- SUGGESTED_MAX_PAYLOAD_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
-
Maximum size of data that can be sent in one packet
- supportedProtocols(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
- suspend() - Method in class org.glassfish.grizzly.Context
-
Notify Context its processing will be suspended in the current thread.
- suspend() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
Suspend processing of the current task
- suspend() - Method in class org.glassfish.grizzly.http.server.Response
-
Suspend the
Response. - suspend() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
- suspend(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
-
Deprecated.timeout parameters don't make any sense without CompletionHandler
- suspend(long, TimeUnit, CompletionHandler<Response>) - Method in class org.glassfish.grizzly.http.server.Response
-
Suspend the
Response. - suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.Response
-
Suspend the
Response. - SUSPEND - Enum constant in enum class org.glassfish.grizzly.filterchain.FilterChainContext.State
- 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.
- SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- switchToNewSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
- synchronous(boolean) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
-
Specify whether access log entries should be written
synchronously or not. - SyncThreadPool - Class in org.glassfish.grizzly.threadpool
-
ExecutorServiceimplementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools. - SyncThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool
- SyncThreadPool.SyncThreadWorker - Class in org.glassfish.grizzly.threadpool
- SyncThreadWorker(boolean) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool.SyncThreadWorker
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form