Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UDecoder - Class in org.glassfish.grizzly.http.util
-
All URL decoding happens here.
- UDecoder() - Constructor for class org.glassfish.grizzly.http.util.UDecoder
- UDecoder(boolean) - Constructor for class org.glassfish.grizzly.http.util.UDecoder
- UDPNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio.transport
-
The UDP transport
AsyncQueueReaderimplementation, based on the Java NIO - UDPNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
- UDPNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio.transport
-
The UDP transport
AsyncQueueWriterimplementation, based on the Java NIO - UDPNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
- UDPNIOBindingHandler - Class in org.glassfish.grizzly.nio.transport
-
This class may be used to apply a custom
Processorand/orProcessorSelectoratomically within a bind operation - not something that can normally be done using theUDPNIOTransportalone. - UDPNIOBindingHandler(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
- UDPNIOBindingHandler.Builder - Class in org.glassfish.grizzly.nio.transport
- UDPNIOConnection - Class in org.glassfish.grizzly.nio.transport
-
Connectionimplementation for theUDPNIOTransport - UDPNIOConnection(UDPNIOTransport, DatagramChannel) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOConnection
- UDPNIOConnectorHandler - Class in org.glassfish.grizzly.nio.transport
-
UDP NIO transport client side ConnectorHandler implementation
- UDPNIOConnectorHandler(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
- UDPNIOConnectorHandler.Builder - Class in org.glassfish.grizzly.nio.transport
- UDPNIOServerConnection - Class in org.glassfish.grizzly.nio.transport
-
Server
Connectionimplementation for theUDPNIOTransport - UDPNIOServerConnection(UDPNIOTransport, DatagramChannel) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
- UDPNIOTemporarySelectorReader - Class in org.glassfish.grizzly.nio.transport
- UDPNIOTemporarySelectorReader(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorReader
- UDPNIOTemporarySelectorWriter - Class in org.glassfish.grizzly.nio.transport
- UDPNIOTemporarySelectorWriter(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
- UDPNIOTransport - Class in org.glassfish.grizzly.nio.transport
-
UDP NIO transport implementation
- UDPNIOTransport() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport
- UDPNIOTransport(String) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport
- UDPNIOTransport.RegisterChannelCompletionHandler - Class in org.glassfish.grizzly.nio.transport
- UDPNIOTransport.TransportConnectorHandler - Class in org.glassfish.grizzly.nio.transport
-
Transport default
UDPNIOConnectorHandler. - UDPNIOTransportBuilder - Class in org.glassfish.grizzly.nio.transport
-
NIOTransportBuilderimplementation forUDP. - UDPNIOTransportBuilder(Class<? extends UDPNIOTransport>) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
- UDPNIOTransportFilter - Class in org.glassfish.grizzly.nio.transport
-
The
UDPNIOTransport's transportFilterimplementation - UEncoder - Class in org.glassfish.grizzly.http.util
-
Efficient implementation for encoders.
- UEncoder() - Constructor for class org.glassfish.grizzly.http.util.UEncoder
- UNAUTHORIZED_401 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- UnavailableException - Exception in jakarta.servlet
-
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
- UnavailableException(String) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
- UnavailableException(String, int) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
- unbind(CompletionHandler<Closeable>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
- unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
- unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
Unbinds bound
Transportconnection. - unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
- unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
Unbinds bound
Transportconnection. - unbind(Connection<?>) - Method in interface org.glassfish.grizzly.SocketBinder
-
Unbinds bound
Transportconnection. - unbindAll() - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
This operation is not supported by implementations of
AbstractBindingHandler. - unbindAll() - Method in class org.glassfish.grizzly.nio.NIOTransport
- unbindAll() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
- unbindAll() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
- unbindAll() - Method in interface org.glassfish.grizzly.SocketBinder
-
Unbinds all bound
Transportconnections. - unblock(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Unblocks multicast datagrams from the given source address.
- uncaughtException(Thread, Throwable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
- UNCOUNTABLE_RECORD_SPACE_VALUE - Static variable in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
- UNDEFINED - Enum constant in enum class org.glassfish.grizzly.http.Method.PayloadExpectation
- undeploy() - Method in class org.glassfish.grizzly.servlet.WebappContext
- underlying() - Method in interface org.glassfish.grizzly.Buffer
-
Return the underlying buffer
- underlying() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- underlying() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- underlying() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
- underlying() - Method in class org.glassfish.grizzly.memory.HeapBuffer
- underlyingInput - Variable in class org.glassfish.grizzly.streams.TransformerInput
- underlyingOutput - Variable in class org.glassfish.grizzly.streams.TransformerOutput
- unescape(String) - Method in class org.glassfish.grizzly.http.Cookie
- unescape(String) - Method in class org.glassfish.grizzly.http.server.Request
- unescapeDoubleQuotes(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Unescapes any double quotes in the given cookie value.
- unescapeDoubleQuotes(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Un-escapes any double quotes in the given cookie value.
- unescapeDoubleQuotes(BufferChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Unescapes any double quotes in the given cookie value.
- unescapeDoubleQuotes(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Unescapes any double quotes in the given cookie value.
- unescapeDoubleQuotes(CharChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Unescapes any double quotes in the given cookie value.
- unescapeDoubleQuotes(DataChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
-
Unescapes any double quotes in the given cookie value.
- unframe(Buffer) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- UNKNOWN - Enum constant in enum class org.glassfish.grizzly.utils.ExceptionHandler.Severity
- UNKNOWN - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
- UnknownFrame - Class in org.glassfish.grizzly.http2.frames
-
Holder class when we encounter frames of an unknown type.
- UnknownFrame(int, int) - Constructor for class org.glassfish.grizzly.http2.frames.UnknownFrame
- UNLIMITED_SIZE - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
Constant set via
AsyncQueueWriter.setMaxPendingBytesPerConnection(int)means the async write queue size is unlimited. - UNLIMITED_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.SilentConnectionFilter
- UNLIMITED_TRANSACTION_TIMEOUT - Static variable in interface org.glassfish.grizzly.threadpool.WorkerThread
- unmask() - Method in class org.glassfish.grizzly.websockets.Masker
- unmask(int) - Method in class org.glassfish.grizzly.websockets.Masker
- unmodifiableFilterRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
- unparsedHostC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
- unregister(WebSocketApplication) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
- unregisterAll() - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
-
Un-registers all
WebSocketApplicationinstances with theWebSocketEngine. - unregisterAllFilters() - Method in class org.glassfish.grizzly.servlet.WebappContext
- unregisterFilter(Filter) - Method in class org.glassfish.grizzly.servlet.WebappContext
- UnsafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
-
Simple thread-unsafe
Futureimplementation. - UNSET - Static variable in class org.glassfish.grizzly.http.Cookie
- UNSET_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.DelayedExecutor
- UNSET_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.SilentConnectionFilter
- UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- unwrapAll(FilterChainContext, SSLConnectionContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
- update(byte[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
- update(byte[], int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
- updateByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
- updated(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
- updated(E) - Method in interface org.glassfish.grizzly.CompletionHandler
-
The callback method may be called, when there is some progress in operation execution, but it is still not completed
- updated(E) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
-
The callback method may be called, when there is some progress in operation execution, but it is still not completed
- updated(Object) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
- updated(DataFrame) - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
- updated(WriteResult) - Method in class org.glassfish.grizzly.http2.utils.ChunkedCompletionHandler
- updateInputContentBuffer(Buffer) - Method in class org.glassfish.grizzly.http.io.InputBuffer
- updateInputContentBuffer(Buffer) - Method in class org.glassfish.grizzly.http.server.io.ServerInputBuffer
- updatePaths(Request, MappingData) - Static method in class org.glassfish.grizzly.http.server.HttpHandler
-
Utility method to update
Requestpath values. - updateUserPrincipal(Request) - Method in class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
- upgrade - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
- upgrade - Variable in class org.glassfish.grizzly.http.HttpHeader
- upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Creates an instance of
HttpUpgradeHandlerfor a given class and uses it for the http protocol upgrade processing. - upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Create an instance of
HttpUpgradeHandlerfor a given class and uses it for the http protocol upgrade processing. - upgrade(Class<T>) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Create an instance of
HttpUpgradeHandlerfor an given class and uses it for the http protocol upgrade processing. - upgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
-
Set the HTTP upgrade type.
- upgrade(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
- upgrade(FilterChainContext, HttpContent, Mapper) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
- upgrade(HttpRequestPacket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
-
Checks protocol specific information can and should be upgraded.
- Upgrade - Enum constant in enum class org.glassfish.grizzly.http.util.Header
- UPGRADE - Static variable in class org.glassfish.grizzly.websockets.Constants
- UpgradeOutputSink - Class in org.glassfish.grizzly.http2
-
The
StreamOutputSinkimplementation, which is used when upgrading HTTP -> HTTP/2 connections. - UpgradeOutputSink(Http2Session) - Constructor for class org.glassfish.grizzly.http2.UpgradeOutputSink
- uri - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
- uri - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
- uri(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
-
Set the request URI.
- URL - Enum constant in enum class jakarta.servlet.SessionTrackingMode
- URLDecoder - Class in org.glassfish.grizzly.http.util
- URLDecoder() - Constructor for class org.glassfish.grizzly.http.util.URLDecoder
- urlEncode(Writer, byte[], int, int) - Method in class org.glassfish.grizzly.http.util.UEncoder
- urlEncode(Writer, byte[], int, int, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
- urlEncode(Writer, String) - Method in class org.glassfish.grizzly.http.util.UEncoder
-
URL Encode string, using a specified encoding.
- urlEncode(Writer, String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
-
URL Encode string, using a specified encoding.
- urlEncoder - Variable in class org.glassfish.grizzly.http.server.Response
-
URL encoder.
- urlPattern(String) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration.Builder
- urlPatterns - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
- urlPatterns() - Element in annotation interface jakarta.servlet.annotation.WebFilter
-
The URL patterns to which the filter applies
- urlPatterns() - Element in annotation interface jakarta.servlet.annotation.WebServlet
-
The URL patterns of the servlet
- USE_LEGACY_PARSER - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
- USE_PROXY_305 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- USE_SEND_FILE - Static variable in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
- UserAgent - Enum constant in enum class org.glassfish.grizzly.http.util.Header
- userPrincipal - Variable in class org.glassfish.grizzly.http.server.Request
-
User principal.
- usingInputStream - Variable in class org.glassfish.grizzly.http.multipart.MultipartEntry
-
Using stream flag.
- usingInputStream - Variable in class org.glassfish.grizzly.http.server.Request
-
Using stream flag.
- usingInputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Using stream flag.
- usingLazyCookieState - Variable in class org.glassfish.grizzly.http.Cookie
- usingOutputStream - Variable in class org.glassfish.grizzly.http.server.Response
-
Using output stream flag.
- usingOutputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Using output stream flag.
- usingReader - Variable in class org.glassfish.grizzly.http.multipart.MultipartEntry
-
Using writer flag.
- usingReader - Variable in class org.glassfish.grizzly.http.server.Request
-
Using writer flag.
- usingReader - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
-
Using writer flag.
- usingWriter - Variable in class org.glassfish.grizzly.http.server.Response
-
Using writer flag.
- usingWriter - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
-
Using writer flag.
- utf8 - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
- UTF8_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
- utf8Decode(boolean, byte[], DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
- Utf8DecodingError - Exception in org.glassfish.grizzly.websockets
- Utf8DecodingError(String) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
- Utf8DecodingError(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
- Utf8DecodingError(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
- Utf8Utils - Class in org.glassfish.grizzly.websockets
- Utf8Utils() - Constructor for class org.glassfish.grizzly.websockets.Utf8Utils
- Utils - Class in org.glassfish.grizzly.websockets
- Utils() - Constructor for class org.glassfish.grizzly.websockets.Utils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form