Serialized Form
-
Package jakarta.servlet
-
Class jakarta.servlet.GenericFilter
class GenericFilter extends Object implements Serializable- serialVersionUID:
- 4060116231031076581L
-
Class jakarta.servlet.GenericServlet
class GenericServlet extends Object implements Serializable- serialVersionUID:
- -8592279577370996712L
-
Class jakarta.servlet.ServletContextAttributeEvent
class ServletContextAttributeEvent extends ServletContextEvent implements Serializable- serialVersionUID:
- -5804680734245618303L
-
Class jakarta.servlet.ServletContextEvent
class ServletContextEvent extends EventObject implements Serializable- serialVersionUID:
- -7501701636134222423L
-
Exception jakarta.servlet.ServletException
class ServletException extends Exception implements Serializable- serialVersionUID:
- 4221302886851315160L
-
Serialized Fields
-
rootCause
Throwable rootCause
-
-
Class jakarta.servlet.ServletRequestAttributeEvent
class ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable- serialVersionUID:
- -1466635426192317793L
-
Class jakarta.servlet.ServletRequestEvent
class ServletRequestEvent extends EventObject implements Serializable- serialVersionUID:
- -7467864054698729101L
-
-
Package jakarta.servlet.http
-
Class jakarta.servlet.http.Cookie
class Cookie extends Object implements Serializable- serialVersionUID:
- -5433071011125749022L
-
Class jakarta.servlet.http.HttpFilter
class HttpFilter extends GenericFilter implements Serializable- serialVersionUID:
- 7478463438252262094L
-
Class jakarta.servlet.http.HttpServlet
class HttpServlet extends GenericServlet implements Serializable- serialVersionUID:
- 8466325577512134784L
-
Serialized Fields
-
legacyHeadHandling
boolean legacyHeadHandling
-
-
Class jakarta.servlet.http.HttpSessionBindingEvent
class HttpSessionBindingEvent extends HttpSessionEvent implements Serializable- serialVersionUID:
- 7308000419984825907L
-
Class jakarta.servlet.http.HttpSessionEvent
class HttpSessionEvent extends EventObject implements Serializable- serialVersionUID:
- -7622791603672342895L
-
-
Package org.glassfish.grizzly
-
Exception org.glassfish.grizzly.PendingWriteQueueLimitExceededException
class PendingWriteQueueLimitExceededException extends IOException implements Serializable- serialVersionUID:
- -7713985866708297095L
-
Exception org.glassfish.grizzly.TransformationException
class TransformationException extends RuntimeException implements Serializable
-
-
Package org.glassfish.grizzly.http
-
Exception org.glassfish.grizzly.http.ContentEncodingException
class ContentEncodingException extends IllegalStateException implements Serializable -
Exception org.glassfish.grizzly.http.HttpBrokenContentException
class HttpBrokenContentException extends RuntimeException implements Serializable
-
-
Package org.glassfish.grizzly.http.server
-
Class org.glassfish.grizzly.http.server.GrizzlyPrincipal
class GrizzlyPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
The username of the user represented by this Principal.
-
-
-
Package org.glassfish.grizzly.http.server.naming
-
Exception org.glassfish.grizzly.http.server.naming.NamingException
class NamingException extends Exception implements Serializable
-
-
Package org.glassfish.grizzly.http.server.util
-
Class org.glassfish.grizzly.http.server.util.ParameterMap
-
Serialized Fields
-
locked
boolean locked
The current lock state of this parameter map.
-
-
-
-
Package org.glassfish.grizzly.http.util
-
Class org.glassfish.grizzly.http.util.ByteChunk
class ByteChunk extends Object implements Serializable- serialVersionUID:
- -1L
-
Class org.glassfish.grizzly.http.util.CharChunk
class CharChunk extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
buff
char[] buff
-
cachedString
String cachedString
-
end
int end
-
isSet
boolean isSet
-
limit
int limit
-
optimizedWrite
boolean optimizedWrite
-
start
int start
-
-
Class org.glassfish.grizzly.http.util.FastDateFormat
class FastDateFormat extends DateFormat implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
df
DateFormat df
-
lastSec
long lastSec
-
sb
StringBuffer sb
-
-
Class org.glassfish.grizzly.http.util.MessageBytes
class MessageBytes extends Object implements Serializable-
Serialized Fields
-
byteC
ByteChunk byteC
-
caseSensitive
boolean caseSensitive
-
charC
CharChunk charC
-
hasHashCode
boolean hasHashCode
-
hashCode
int hashCode
-
hasIntValue
boolean hasIntValue
-
hasLongValue
boolean hasLongValue
-
hasStrValue
boolean hasStrValue
-
intValue
int intValue
-
longValue
long longValue
-
strValue
String strValue
-
type
int type
-
-
-
Exception org.glassfish.grizzly.http.util.MimeHeaders.MaxHeaderCountExceededException
class MaxHeaderCountExceededException extends IllegalStateException implements Serializable -
Class org.glassfish.grizzly.http.util.TimeStamp
class TimeStamp extends Object implements Serializable-
Serialized Fields
-
creationTime
long creationTime
-
id
int id
-
isNew
boolean isNew
-
isValid
boolean isValid
-
lastAccessedTime
long lastAccessedTime
-
maxInactiveInterval
long maxInactiveInterval
-
name
MessageBytes name
-
parent
Object parent
-
thisAccessedTime
long thisAccessedTime
-
-
-
-
Package org.glassfish.grizzly.http2
-
Exception org.glassfish.grizzly.http2.HeaderDecodingException
class HeaderDecodingException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
ErrorCode errorCode
-
errorType
org.glassfish.grizzly.http2.HeaderDecodingException.ErrorType errorType
-
-
-
Exception org.glassfish.grizzly.http2.Http2SessionException
class Http2SessionException extends IOException implements Serializable-
Serialized Fields
-
errorCode
ErrorCode errorCode
-
-
-
Exception org.glassfish.grizzly.http2.Http2StreamException
class Http2StreamException extends IOException implements Serializable-
Serialized Fields
-
errorCode
ErrorCode errorCode
-
streamId
int streamId
-
-
-
-
Package org.glassfish.grizzly.servlet
-
Class org.glassfish.grizzly.servlet.DefaultServlet
class DefaultServlet extends HttpServlet implements Serializable-
Serialized Fields
-
staticHttpHandlerBase
StaticHttpHandlerBase staticHttpHandlerBase
-
-
-
Class org.glassfish.grizzly.servlet.FilterMap
class FilterMap extends Object implements Serializable-
Serialized Fields
-
dispatcherTypes
Set<DispatcherType> dispatcherTypes
The dispatcher types of this filter mapping -
filterName
String filterName
The name of the filter with which this filter mapping is associated -
servletName
String servletName
The servlet name for which this filter mapping applies -
urlPattern
String urlPattern
The URL pattern for which this filter mapping applies
-
-
-
-
Package org.glassfish.grizzly.ssl
-
Exception org.glassfish.grizzly.ssl.SSLContextConfigurator.GenericStoreException
class GenericStoreException extends RuntimeException implements Serializable
-
-
Package org.glassfish.grizzly.utils
-
Error org.glassfish.grizzly.utils.ServiceConfigurationError
class ServiceConfigurationError extends Error implements Serializable
-
-
Package org.glassfish.grizzly.websockets
-
Exception org.glassfish.grizzly.websockets.FramingException
class FramingException extends WebSocketException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.glassfish.grizzly.websockets.HandshakeException
class HandshakeException extends WebSocketException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.glassfish.grizzly.websockets.ProtocolError
class ProtocolError extends FramingException implements Serializable -
Exception org.glassfish.grizzly.websockets.Utf8DecodingError
class Utf8DecodingError extends FramingException implements Serializable -
Exception org.glassfish.grizzly.websockets.WebSocketException
class WebSocketException extends RuntimeException implements Serializable
-