Serialized Form
-
Package org.eclipse.jetty.client
-
Exception org.eclipse.jetty.client.HttpRequestException
class HttpRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
request
Request request
-
-
-
Exception org.eclipse.jetty.client.HttpResponseException
class HttpResponseException extends RuntimeException implements Serializable-
Serialized Fields
-
response
Response response
-
-
-
-
Package org.eclipse.jetty.ee10.annotations
-
Package org.eclipse.jetty.ee10.fcgi.proxy
-
Class org.eclipse.jetty.ee10.fcgi.proxy.FastCGIProxyServlet
class FastCGIProxyServlet extends AsyncProxyServlet.Transparent implements Serializable
-
-
Package org.eclipse.jetty.ee10.jndi.factories
-
Class org.eclipse.jetty.ee10.jndi.factories.MailSessionReference
class MailSessionReference extends Reference implements Serializable
-
-
Package org.eclipse.jetty.ee10.jsp
-
Class org.eclipse.jetty.ee10.jsp.JettyJspServlet
class JettyJspServlet extends org.apache.jasper.servlet.JspServlet implements Serializable- serialVersionUID:
- -5387857473125086791L
-
-
Package org.eclipse.jetty.ee10.proxy
-
Class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
class AbstractProxyServlet extends jakarta.servlet.http.HttpServlet implements Serializable -
Class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet
class AsyncMiddleManServlet extends AbstractProxyServlet implements Serializable -
Class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet.Transparent
class Transparent extends AsyncMiddleManServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
Class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet
class AsyncProxyServlet extends ProxyServlet implements Serializable -
Class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet.Transparent
class Transparent extends AsyncProxyServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
Class org.eclipse.jetty.ee10.proxy.BalancerServlet
class BalancerServlet extends ProxyServlet implements Serializable-
Serialized Fields
-
_balancerMembers
List<org.eclipse.jetty.ee10.proxy.BalancerServlet.BalancerMember> _balancerMembers
-
_proxyPassReverse
boolean _proxyPassReverse
-
_stickySessions
boolean _stickySessions
-
counter
AtomicLong counter
-
-
-
Class org.eclipse.jetty.ee10.proxy.ProxyServlet
class ProxyServlet extends AbstractProxyServlet implements Serializable -
Class org.eclipse.jetty.ee10.proxy.ProxyServlet.Transparent
class Transparent extends ProxyServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
-
Package org.eclipse.jetty.ee10.servlet
-
Class org.eclipse.jetty.ee10.servlet.DefaultServlet
class DefaultServlet extends ResourceServlet implements Serializable-
Serialized Fields
-
warned
AtomicBoolean warned
-
-
-
Class org.eclipse.jetty.ee10.servlet.Invoker
class Invoker extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
-
_invokerEntry
ServletHandler.MappedServlet _invokerEntry
-
_nonContextServlets
boolean _nonContextServlets
-
_parameters
Map<String,
String> _parameters -
_servletHandler
ServletHandler _servletHandler
-
_verbose
boolean _verbose
-
-
-
Class org.eclipse.jetty.ee10.servlet.JspPropertyGroupServlet
class JspPropertyGroupServlet extends jakarta.servlet.GenericServlet implements Serializable- serialVersionUID:
- 3681783214726776945L
-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
-
_dftServlet
ServletHolder _dftServlet
-
_jspServlet
ServletHolder _jspServlet
-
_servletHandler
ServletHandler _servletHandler
-
_starJspMapped
boolean _starJspMapped
-
-
Class org.eclipse.jetty.ee10.servlet.NoJspServlet
class NoJspServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_warned
boolean _warned
-
-
-
Exception org.eclipse.jetty.ee10.servlet.QuietServletException
class QuietServletException extends jakarta.servlet.ServletException implements Serializable -
Class org.eclipse.jetty.ee10.servlet.ResourceServlet
class ResourceServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_pathInfoOnly
boolean _pathInfoOnly
-
_resourceService
org.eclipse.jetty.ee10.servlet.ResourceServlet.ServletResourceService _resourceService
-
_welcomeServletMode
org.eclipse.jetty.ee10.servlet.ResourceServlet.WelcomeServletMode _welcomeServletMode
-
-
-
Class org.eclipse.jetty.ee10.servlet.ServletHandler.Default404Servlet
class Default404Servlet extends jakarta.servlet.http.HttpServlet implements Serializable
-
-
Package org.eclipse.jetty.ee10.servlets
-
Class org.eclipse.jetty.ee10.servlets.EventSourceServlet
class EventSourceServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
heartBeatPeriod
int heartBeatPeriod
-
scheduler
ScheduledExecutorService scheduler
-
-
-
-
Package org.eclipse.jetty.ee10.websocket.jakarta.common
-
Exception org.eclipse.jetty.ee10.websocket.jakarta.common.InitException
class InitException extends IllegalStateException implements Serializable- serialVersionUID:
- -4691138423037387558L
-
-
Package org.eclipse.jetty.ee10.websocket.server
-
Class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServlet
class JettyWebSocketServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
components
WebSocketComponents components
-
customizer
org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServlet.CustomizedWebSocketServletFactory customizer
-
mappings
WebSocketMappings mappings
-
-
-
-
Package org.eclipse.jetty.http
-
Exception org.eclipse.jetty.http.BadMessageException
class BadMessageException extends HttpException.RuntimeException implements Serializable -
Exception org.eclipse.jetty.http.ComplianceViolationException
class ComplianceViolationException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
event
ComplianceViolation.Event event
-
-
-
Exception org.eclipse.jetty.http.CookieParser.InvalidCookieException
class InvalidCookieException extends IllegalArgumentException implements Serializable -
Exception org.eclipse.jetty.http.HttpException.IllegalArgumentException
class IllegalArgumentException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
_code
int _code
-
_reason
String _reason
-
-
-
Exception org.eclipse.jetty.http.HttpException.RuntimeException
class RuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
_code
int _code
-
_reason
String _reason
-
-
-
Class org.eclipse.jetty.http.HttpURI.Immutable
class Immutable extends Object implements Serializable- serialVersionUID:
- 2245620284548399386L
-
-
Package org.eclipse.jetty.http.compression
-
Exception org.eclipse.jetty.http.compression.EncodingException
class EncodingException extends Exception implements Serializable
-
-
Package org.eclipse.jetty.http2.hpack
-
Exception org.eclipse.jetty.http2.hpack.HpackException
class HpackException extends Exception implements Serializable -
Exception org.eclipse.jetty.http2.hpack.HpackException.CompressionException
class CompressionException extends HpackException.SessionException implements Serializable -
Exception org.eclipse.jetty.http2.hpack.HpackException.SessionException
class SessionException extends HpackException implements Serializable -
Exception org.eclipse.jetty.http2.hpack.HpackException.StreamException
class StreamException extends HpackException implements Serializable
-
-
Package org.eclipse.jetty.http3.qpack
-
Exception org.eclipse.jetty.http3.qpack.QpackException
class QpackException extends Exception implements Serializable-
Serialized Fields
-
_errorCode
long _errorCode
-
-
-
Exception org.eclipse.jetty.http3.qpack.QpackException.SessionException
class SessionException extends QpackException implements Serializable -
Exception org.eclipse.jetty.http3.qpack.QpackException.StreamException
class StreamException extends QpackException implements Serializable
-
-
Package org.eclipse.jetty.io
-
Exception org.eclipse.jetty.io.EofException
class EofException extends EOFException implements Serializable -
Exception org.eclipse.jetty.io.QuietException.Exception
class Exception extends Exception implements Serializable -
Exception org.eclipse.jetty.io.QuietException.RuntimeException
class RuntimeException extends RuntimeException implements Serializable -
Exception org.eclipse.jetty.io.RuntimeIOException
class RuntimeIOException extends RuntimeException implements Serializable
-
-
Package org.eclipse.jetty.io.ssl
-
Class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
class Event extends EventObject implements Serializable-
Serialized Fields
-
endPoint
EndPoint endPoint
-
-
-
-
Package org.eclipse.jetty.plus.security
-
Class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
class DBUserPrincipal extends UserPrincipal implements Serializable-
Serialized Fields
-
_key
int _key
-
-
-
-
Package org.eclipse.jetty.security
-
Class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
class JDBCUserPrincipal extends UserPrincipal implements Serializable-
Serialized Fields
-
_userKey
int _userKey
-
-
-
Class org.eclipse.jetty.security.RolePrincipal
class RolePrincipal extends Object implements Serializable- serialVersionUID:
- 2998397924051854402L
-
Serialized Fields
-
_roleName
String _roleName
-
-
Exception org.eclipse.jetty.security.ServerAuthException
class ServerAuthException extends GeneralSecurityException implements Serializable -
Class org.eclipse.jetty.security.UserPrincipal
class UserPrincipal extends Object implements Serializable- serialVersionUID:
- -6226920753748399662L
-
Serialized Fields
-
_credential
Credential _credential
-
_name
String _name
-
-
-
Package org.eclipse.jetty.security.authentication
-
Class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSent
class UserAuthenticationSent extends LoginAuthenticator.UserAuthenticationSucceeded implements Serializable -
Class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
class UserAuthenticationSucceeded extends Object implements Serializable- serialVersionUID:
- -6290411814232723403L
-
Serialized Fields
-
_authenticationType
String _authenticationType
-
-
Class org.eclipse.jetty.security.authentication.SessionAuthentication
class SessionAuthentication extends LoginAuthenticator.UserAuthenticationSucceeded implements Serializable- serialVersionUID:
- -4643200685888258706L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Package org.eclipse.jetty.security.jaas
-
Class org.eclipse.jetty.security.jaas.JAASPrincipal
class JAASPrincipal extends Object implements Serializable- serialVersionUID:
- -5538962177019315479L
-
Serialized Fields
-
_name
String _name
-
-
Class org.eclipse.jetty.security.jaas.JAASRole
class JAASRole extends JAASPrincipal implements Serializable- serialVersionUID:
- 3465114254970134526L
-
-
Package org.eclipse.jetty.security.openid
-
Class org.eclipse.jetty.security.openid.OpenIdCredentials
class OpenIdCredentials extends Object implements Serializable- serialVersionUID:
- 4766053233370044796L
-
Exception org.eclipse.jetty.security.openid.OpenIdCredentials.AuthenticationException
class AuthenticationException extends Exception implements Serializable -
Class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
class OpenIdUserPrincipal extends Object implements Serializable- serialVersionUID:
- 1521094652756670469L
-
Serialized Fields
-
_credentials
OpenIdCredentials _credentials
-
-
-
Package org.eclipse.jetty.server
-
Exception org.eclipse.jetty.server.Request.Handler.AbortException
class AbortException extends Exception implements Serializable
-
-
Package org.eclipse.jetty.session
-
Class org.eclipse.jetty.session.SessionData
class SessionData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_accessed
long _accessed
-
_attributes
Map<String,
Object> _attributes -
_contextPath
String _contextPath
-
_cookieSet
long _cookieSet
-
_created
long _created
-
_dirty
boolean _dirty
-
_expiry
long _expiry
-
_id
String _id
-
_lastAccessed
long _lastAccessed
-
_lastNode
String _lastNode
-
_lastSaved
long _lastSaved
-
_maxInactiveMs
long _maxInactiveMs
-
_metaDataDirty
boolean _metaDataDirty
-
_vhost
String _vhost
-
-
Exception org.eclipse.jetty.session.UnreadableSessionDataException
class UnreadableSessionDataException extends Exception implements Serializable- serialVersionUID:
- 1806303483488966566L
-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
Exception org.eclipse.jetty.session.UnwriteableSessionDataException
class UnwriteableSessionDataException extends Exception implements Serializable-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
-
-
Package org.eclipse.jetty.start
-
Exception org.eclipse.jetty.start.PropsException
class PropsException extends RuntimeException implements Serializable -
Exception org.eclipse.jetty.start.UsageException
class UsageException extends RuntimeException implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
-
Package org.eclipse.jetty.util
-
Class org.eclipse.jetty.util.AsciiLowerCaseSet
-
Class org.eclipse.jetty.util.AtomicBiInteger
class AtomicBiInteger extends AtomicLong implements Serializable -
Class org.eclipse.jetty.util.ClassMatcher.ByClass
-
Serialized Fields
-
_entries
Map<String,
ClassMatcher.Entry> _entries
-
-
-
Class org.eclipse.jetty.util.ClassMatcher.ByLocation
-
Class org.eclipse.jetty.util.ClassMatcher.ByModule
-
Serialized Fields
-
_entries
Index.Mutable<ClassMatcher.Entry> _entries
-
-
-
Class org.eclipse.jetty.util.ConstantThrowable
class ConstantThrowable extends Throwable implements Serializable -
Class org.eclipse.jetty.util.HostMap
-
Class org.eclipse.jetty.util.LazyList
class LazyList extends Object implements Serializable -
Class org.eclipse.jetty.util.MultiMap
-
Exception org.eclipse.jetty.util.StaticException
class StaticException extends Exception implements Serializable -
Exception org.eclipse.jetty.util.Utf8StringBuilder.Utf8CharacterCodingException
class Utf8CharacterCodingException extends CharacterCodingException implements Serializable -
Exception org.eclipse.jetty.util.Utf8StringBuilder.Utf8IllegalArgumentException
class Utf8IllegalArgumentException extends IllegalArgumentException implements Serializable
-
-
Package org.eclipse.jetty.util.component
-
Exception org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
class StopException extends RuntimeException implements Serializable
-
-
Package org.eclipse.jetty.util.security
-
Class org.eclipse.jetty.util.security.Credential
class Credential extends Object implements Serializable- serialVersionUID:
- -7760551052768181572L
-
Class org.eclipse.jetty.util.security.Credential.Crypt
class Crypt extends Credential implements Serializable- serialVersionUID:
- -2027792997664744210L
-
Serialized Fields
-
_cooked
String _cooked
-
-
Class org.eclipse.jetty.util.security.Credential.MD5
class MD5 extends Credential implements Serializable- serialVersionUID:
- 5533846540822684240L
-
Serialized Fields
-
_digest
byte[] _digest
-
-
Class org.eclipse.jetty.util.security.Password
class Password extends Credential implements Serializable- serialVersionUID:
- 5062906681431569445L
-
Serialized Fields
-
_pw
String _pw
-
-
-
Package org.eclipse.jetty.util.thread
-
Class org.eclipse.jetty.util.thread.AutoLock
class AutoLock extends Object implements Serializable- serialVersionUID:
- 3300696774541816341L
-
Serialized Fields
-
_lock
ReentrantLock _lock
-
-
Class org.eclipse.jetty.util.thread.AutoLock.WithCondition
class WithCondition extends AutoLock implements Serializable-
Serialized Fields
-
_condition
Condition _condition
-
-
-
-
Package org.eclipse.jetty.websocket.api.exceptions
-
Exception org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
class BadPayloadException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.CloseException
class CloseException extends WebSocketException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Exception org.eclipse.jetty.websocket.api.exceptions.InvalidWebSocketException
class InvalidWebSocketException extends WebSocketException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.MessageTooLargeException
class MessageTooLargeException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.PolicyViolationException
class PolicyViolationException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.ProtocolException
class ProtocolException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.UpgradeException
class UpgradeException extends WebSocketException implements Serializable-
Serialized Fields
-
requestURI
URI requestURI
-
responseStatusCode
int responseStatusCode
-
-
-
Exception org.eclipse.jetty.websocket.api.exceptions.WebSocketException
class WebSocketException extends RuntimeException implements Serializable -
Exception org.eclipse.jetty.websocket.api.exceptions.WebSocketTimeoutException
class WebSocketTimeoutException extends WebSocketException implements Serializable- serialVersionUID:
- -6145098200250676673L
-
-
Package org.eclipse.jetty.websocket.core.exception
-
Exception org.eclipse.jetty.websocket.core.exception.BadPayloadException
class BadPayloadException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.BadPayloadException.InvalidUtf8
class InvalidUtf8 extends BadPayloadException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.CloseException
class CloseException extends WebSocketException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
Exception org.eclipse.jetty.websocket.core.exception.DuplicateAnnotationException
class DuplicateAnnotationException extends InvalidWebSocketException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
class InvalidSignatureException extends InvalidWebSocketException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.InvalidWebSocketException
class InvalidWebSocketException extends WebSocketException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.MessageTooLargeException
class MessageTooLargeException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.ProtocolException
class ProtocolException extends CloseException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.UpgradeException
class UpgradeException extends WebSocketException implements Serializable-
Serialized Fields
-
requestURI
URI requestURI
-
responseStatusCode
int responseStatusCode
-
-
-
Exception org.eclipse.jetty.websocket.core.exception.WebSocketException
class WebSocketException extends RuntimeException implements Serializable -
Exception org.eclipse.jetty.websocket.core.exception.WebSocketTimeoutException
class WebSocketTimeoutException extends WebSocketException implements Serializable- serialVersionUID:
- -6145098200250676673L
-
Exception org.eclipse.jetty.websocket.core.exception.WebSocketWriteTimeoutException
class WebSocketWriteTimeoutException extends WebSocketTimeoutException implements Serializable
-
-
Package org.eclipse.jetty.xml
-
Exception org.eclipse.jetty.xml.XmlConfigurationException
class XmlConfigurationException extends IllegalStateException implements Serializable
-