Serialized Form
-
Package org.eclipse.jetty.annotations
-
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.fcgi.server.proxy
-
Class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
class FastCGIProxyServlet extends AsyncProxyServlet.Transparent implements Serializable
-
-
Package org.eclipse.jetty.http
-
Exception org.eclipse.jetty.http.BadMessageException
class BadMessageException extends RuntimeException implements Serializable-
Serialized Fields
-
_code
int _code
-
_reason
String _reason
-
-
-
Exception org.eclipse.jetty.http.CookieParser.InvalidCookieException
class InvalidCookieException extends IllegalArgumentException implements Serializable
-
-
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.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
-
-
Package org.eclipse.jetty.jaas
-
Class org.eclipse.jetty.jaas.JAASPrincipal
class JAASPrincipal extends Object implements Serializable- serialVersionUID:
- -5538962177019315479L
-
Serialized Fields
-
_name
String _name
-
-
Class org.eclipse.jetty.jaas.JAASRole
class JAASRole extends JAASPrincipal implements Serializable- serialVersionUID:
- 3465114254970134526L
-
-
Package org.eclipse.jetty.jndi.factories
-
Class org.eclipse.jetty.jndi.factories.MailSessionReference
class MailSessionReference extends Reference implements Serializable
-
-
Package org.eclipse.jetty.jsp
-
Class org.eclipse.jetty.jsp.JettyJspServlet
class JettyJspServlet extends org.apache.jasper.servlet.JspServlet implements Serializable- serialVersionUID:
- -5387857473125086791L
-
-
Package org.eclipse.jetty.nosql
-
Class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
class NoSqlSessionData extends SessionData implements Serializable
-
-
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.proxy
-
Class org.eclipse.jetty.proxy.AbstractProxyServlet
class AbstractProxyServlet extends javax.servlet.http.HttpServlet implements Serializable -
Class org.eclipse.jetty.proxy.AsyncMiddleManServlet
class AsyncMiddleManServlet extends AbstractProxyServlet implements Serializable -
Class org.eclipse.jetty.proxy.AsyncMiddleManServlet.Transparent
class Transparent extends AsyncMiddleManServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
Class org.eclipse.jetty.proxy.AsyncProxyServlet
class AsyncProxyServlet extends ProxyServlet implements Serializable -
Class org.eclipse.jetty.proxy.AsyncProxyServlet.Transparent
class Transparent extends AsyncProxyServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
Class org.eclipse.jetty.proxy.BalancerServlet
class BalancerServlet extends ProxyServlet implements Serializable-
Serialized Fields
-
_balancerMembers
List<org.eclipse.jetty.proxy.BalancerServlet.BalancerMember> _balancerMembers
-
_proxyPassReverse
boolean _proxyPassReverse
-
_stickySessions
boolean _stickySessions
-
counter
AtomicLong counter
-
-
-
Class org.eclipse.jetty.proxy.ProxyServlet
class ProxyServlet extends AbstractProxyServlet implements Serializable -
Class org.eclipse.jetty.proxy.ProxyServlet.Transparent
class Transparent extends ProxyServlet implements Serializable-
Serialized Fields
-
delegate
AbstractProxyServlet.TransparentDelegate delegate
-
-
-
-
Package org.eclipse.jetty.security
-
Class org.eclipse.jetty.security.AbstractUserAuthentication
class AbstractUserAuthentication extends Object implements Serializable- serialVersionUID:
- -6290411814232723403L
-
Serialized Fields
-
_method
String _method
-
-
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.UserAuthentication
class UserAuthentication extends AbstractUserAuthentication 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.FormAuthenticator.FormAuthentication
class FormAuthentication extends UserAuthentication implements Serializable -
Class org.eclipse.jetty.security.authentication.SessionAuthentication
class SessionAuthentication extends AbstractUserAuthentication implements Serializable- serialVersionUID:
- -4643200685888258706L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Package org.eclipse.jetty.security.openid
-
Class org.eclipse.jetty.security.openid.OpenIdAuthenticator.OpenIdAuthentication
class OpenIdAuthentication extends UserAuthentication implements Serializable -
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.Authentication.Failed
class Failed extends QuietServletException implements Serializable -
Exception org.eclipse.jetty.server.QuietServletException
class QuietServletException extends javax.servlet.ServletException implements Serializable
-
-
Package org.eclipse.jetty.server.session
-
Class org.eclipse.jetty.server.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.server.session.UnreadableSessionDataException
class UnreadableSessionDataException extends Exception implements Serializable- serialVersionUID:
- 1806303483488966566L
-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
Exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
class UnwriteableSessionDataException extends Exception implements Serializable-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
-
-
Package org.eclipse.jetty.servlet
-
Class org.eclipse.jetty.servlet.DefaultServlet
class DefaultServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 4930458713846881193L
-
Serialized Fields
-
_cache
CachedContentFactory _cache
-
_contextHandler
ContextHandler _contextHandler
-
_mimeTypes
MimeTypes _mimeTypes
-
_relativeResourceBase
String _relativeResourceBase
-
_resourceBase
Resource _resourceBase
-
_resourceService
ResourceService _resourceService
-
_servletContext
javax.servlet.ServletContext _servletContext
-
_servletHandler
ServletHandler _servletHandler
-
_stylesheet
Resource _stylesheet
-
_useFileMappedBuffer
boolean _useFileMappedBuffer
-
_welcomeExactServlets
boolean _welcomeExactServlets
-
_welcomes
String[] _welcomes
-
_welcomeServlets
boolean _welcomeServlets
-
-
Class org.eclipse.jetty.servlet.Invoker
class Invoker extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
-
_invokerEntry
MatchedResource<ServletHandler.MappedServlet> _invokerEntry
-
_nonContextServlets
boolean _nonContextServlets
-
_parameters
Map<String,
String> _parameters -
_servletHandler
ServletHandler _servletHandler
-
_verbose
boolean _verbose
-
-
-
Class org.eclipse.jetty.servlet.JspPropertyGroupServlet
class JspPropertyGroupServlet extends javax.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.servlet.NoJspServlet
class NoJspServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_warned
boolean _warned
-
-
-
Class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
class Default404Servlet extends javax.servlet.http.HttpServlet implements Serializable -
Class org.eclipse.jetty.servlet.StatisticsServlet
class StatisticsServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
_connectors
List<Connector> _connectors
-
_memoryBean
MemoryMXBean _memoryBean
-
_restrictToLocalhost
boolean _restrictToLocalhost
-
_statsHandler
StatisticsHandler _statsHandler
-
-
-
-
Package org.eclipse.jetty.session.infinispan
-
Class org.eclipse.jetty.session.infinispan.InfinispanSessionData
class InfinispanSessionData extends SessionData implements Serializable-
Serialized Fields
-
_serializedAttributes
byte[] _serializedAttributes
-
-
-
-
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.ArrayUtil
class ArrayUtil extends Object implements Serializable -
Class org.eclipse.jetty.util.AsciiLowerCaseSet
-
Class org.eclipse.jetty.util.AtomicBiInteger
class AtomicBiInteger extends AtomicLong implements Serializable -
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 -
Exception org.eclipse.jetty.util.MultiException
class MultiException extends Exception implements Serializable -
Class org.eclipse.jetty.util.MultiMap
-
Class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
-
Exception org.eclipse.jetty.util.StaticException
class StaticException extends Exception implements Serializable -
Exception org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
class NotUtf8Exception 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.Constraint
class Constraint extends Object implements Serializable -
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.webapp
-
Class org.eclipse.jetty.webapp.ClassMatcher.ByClass
-
Serialized Fields
-
_entries
Map<String,
ClassMatcher.Entry> _entries
-
-
-
Class org.eclipse.jetty.webapp.ClassMatcher.ByLocation
-
Class org.eclipse.jetty.webapp.ClassMatcher.ByModule
-
Serialized Fields
-
_entries
Index.Mutable<ClassMatcher.Entry> _entries
-
-
-
-
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.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.websocket.javax.common
-
Exception org.eclipse.jetty.websocket.javax.common.InitException
class InitException extends IllegalStateException implements Serializable- serialVersionUID:
- -4691138423037387558L
-
-
Package org.eclipse.jetty.websocket.server
-
Class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
class JettyWebSocketServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
components
WebSocketComponents components
-
customizer
org.eclipse.jetty.websocket.server.JettyWebSocketServlet.CustomizedWebSocketServletFactory customizer
-
mapping
WebSocketMappings mapping
-
-
-