Serialized Form
- 
Package org.apache.catalina- 
Class org.apache.catalina.ContainerEvent extends java.util.EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
datajava.lang.Object data The event data associated with this event.
- 
typejava.lang.String type The event type this instance represents.
 
- 
 
- 
Class org.apache.catalina.LifecycleEvent extends java.util.EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
datajava.lang.Object data The event data associated with this event.
- 
typejava.lang.String type The event type this instance represents.
 
- 
 
- 
Class org.apache.catalina.LifecycleException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.SessionEvent extends java.util.EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
datajava.lang.Object data The event data associated with this event.
- 
sessionSession session The Session on which this event occurred.
- 
typejava.lang.String type The event type this instance represents.
 
- 
 
 
- 
- 
Package org.apache.catalina.authenticator- 
Class org.apache.catalina.authenticator.SavedRequest extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bodyByteChunk body The body of this request.
- 
contentTypejava.lang.String contentType The content type of the request, used if this is a POST.
- 
cookiesjava.util.List<Cookie> cookies The set of Cookies associated with this Request.
- 
decodedRequestURIjava.lang.String decodedRequestURI The decode request URI associated with this Request. Path parameters are also excluded
- 
headersjava.util.Map<java.lang.String,java.util.List<java.lang.String>> headers The set of Headers associated with this Request. Each key is a header name, while the value is a List containing one or more actual values for this header. The values are returned as an Iterator when you ask for them.
- 
localesjava.util.List<java.util.Locale> locales The set of Locales associated with this Request.
- 
methodjava.lang.String method The request method used on this Request.
- 
queryStringjava.lang.String queryString The query string associated with this Request.
- 
requestURIjava.lang.String requestURI The request URI associated with this Request.
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnEntry extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
authTypejava.lang.String authType 
- 
canReauthenticateboolean canReauthenticate 
- 
passwordjava.lang.String password 
- 
sessionKeysjava.util.concurrent.ConcurrentMap<SingleSignOnSessionKey,SingleSignOnSessionKey> sessionKeys 
- 
usernamejava.lang.String username 
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnListener extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
ssoIdjava.lang.String ssoId 
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnSessionKey extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
contextNamejava.lang.String contextName 
- 
hostNamejava.lang.String hostName 
- 
sessionIdjava.lang.String sessionId 
 
- 
 
 
- 
- 
Package org.apache.catalina.connector- 
Class org.apache.catalina.connector.ClientAbortException extends java.io.IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.connector.CoyotePrincipal extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
namejava.lang.String name The username of the user represented by this Principal.
 
- 
 
 
- 
- 
Package org.apache.catalina.core- 
Class org.apache.catalina.core.ApplicationFilterConfig extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
filterDefFilterDef filterDef TheFilterDefthat defines our associated Filter.
- 
onamejavax.management.ObjectName oname JMX registration name
 
- 
 
 
- 
- 
Package org.apache.catalina.deploy- 
Class org.apache.catalina.deploy.NamingResourcesImpl extends LifecycleMBeanBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
containerjava.lang.Object container Associated container object.
- 
ejbsjava.util.Map<java.lang.String,ContextEjb> ejbs The EJB resource references for this web application, keyed by name.
- 
entriesjava.util.Set<java.lang.String> entries Set of naming entries, keyed by name.
- 
envsjava.util.Map<java.lang.String,ContextEnvironment> envs The environment entries for this web application, keyed by name.
- 
localEjbsjava.util.Map<java.lang.String,ContextLocalEjb> localEjbs The local EJB resource references for this web application, keyed by name.
- 
mdrsjava.util.Map<java.lang.String,MessageDestinationRef> mdrs The message destination references for this web application, keyed by name.
- 
resourceEnvRefsjava.util.HashMap<java.lang.String,ContextResourceEnvRef> resourceEnvRefs The resource environment references for this web application, keyed by name.
- 
resourceLinksjava.util.HashMap<java.lang.String,ContextResourceLink> resourceLinks The resource links for this web application, keyed by name.
- 
resourceRequireExplicitRegistrationboolean resourceRequireExplicitRegistration 
- 
resourcesjava.util.HashMap<java.lang.String,ContextResource> resources The resource references for this web application, keyed by name.
- 
servicesjava.util.HashMap<java.lang.String,ContextService> services The web service references for this web application, keyed by name.
- 
supportjava.beans.PropertyChangeSupport support The property change support for this component.
- 
transactionContextTransaction transaction The transaction for this webapp.
 
- 
 
 
- 
- 
Package org.apache.catalina.filters- 
Class org.apache.catalina.filters.CsrfPreventionFilter.LruCache extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.ha- 
Class org.apache.catalina.ha.ClusterMessageBase extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
timestamplong timestamp 
 
- 
 
 
- 
- 
Package org.apache.catalina.ha.authenticator- 
Class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener extends SingleSignOnListener implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.ha.deploy- 
Class org.apache.catalina.ha.deploy.FileMessage extends ClusterMessageBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
contextNamejava.lang.String contextName 
- 
databyte[] data 
- 
dataLengthint dataLength 
- 
fileNamejava.lang.String fileName 
- 
messageNumberint messageNumber 
- 
totalNrOfMsgslong totalNrOfMsgs 
 
- 
 
- 
Class org.apache.catalina.ha.deploy.UndeployMessage extends java.lang.Object implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
addressMember address 
- 
contextNamejava.lang.String contextName 
- 
timestamplong timestamp 
- 
uniqueIdjava.lang.String uniqueId 
 
- 
 
 
- 
- 
Package org.apache.catalina.ha.session- 
Class org.apache.catalina.ha.session.DeltaRequest extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.ha.session.DeltaSession extends StandardSession implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.ha.session.SessionMessageImpl extends ClusterMessageBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
mContextNamejava.lang.String mContextName 
- 
mEvtTypeint mEvtType 
- 
mSessionbyte[] mSession 
- 
mSessionIDjava.lang.String mSessionID 
- 
serializationTimestamplong serializationTimestamp 
- 
timestampSetboolean timestampSet 
- 
uniqueIdjava.lang.String uniqueId 
 
- 
 
 
- 
- 
Package org.apache.catalina.manager- 
Class org.apache.catalina.manager.HTMLManagerServlet extends ManagerServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
showProxySessionsboolean showProxySessions 
 
- 
 
- 
Class org.apache.catalina.manager.JMXProxyServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.manager.ManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
configBasejava.io.File configBase Path where context descriptors should be deployed.
- 
debugint debug The debugging detail level for this servlet.
- 
onamejavax.management.ObjectName oname The associated deployer ObjectName.
- 
versionedjava.io.File versioned Path used to store revisions of webapps.
 
- 
 
- 
Class org.apache.catalina.manager.StatusManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
globalRequestProcessorsjava.util.Vector<javax.management.ObjectName> globalRequestProcessors Vector of global request processors object names.
- 
mBeanServerjavax.management.MBeanServer mBeanServer MBean server.
- 
protocolHandlersjava.util.Vector<javax.management.ObjectName> protocolHandlers Vector of protocol handlers object names.
- 
requestProcessorsjava.util.Vector<javax.management.ObjectName> requestProcessors Vector of request processors object names.
- 
threadPoolsjava.util.Vector<javax.management.ObjectName> threadPools Vector of thread pools object names.
 
- 
 
 
- 
- 
Package org.apache.catalina.manager.host- 
Class org.apache.catalina.manager.host.HostManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
debugint debug The debugging detail level for this servlet.
 
- 
 
- 
Class org.apache.catalina.manager.host.HTMLHostManagerServlet extends HostManagerServlet implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.realm- 
Class org.apache.catalina.realm.GenericPrincipal extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplaceprivate java.lang.Object writeReplace() 
 
- 
- 
Serialized Fields- 
namejava.lang.String name The username of the user represented by this Principal.
- 
passwordjava.lang.String password The authentication credentials for the user represented by this Principal.
- 
rolesjava.lang.String[] roles The set of roles associated with this user.
- 
userPrincipaljava.security.Principal userPrincipal The authenticated Principal to be exposed to applications.
 
- 
 
- 
Class org.apache.catalina.realm.UserDatabaseRealm.UserDatabasePrincipal extends GenericPrincipal implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplaceprivate java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionMagic method fromSerializable.- Throws:
- java.io.ObjectStreamException- Not thrown by this implementation
 
 
- 
 
 
- 
- 
Package org.apache.catalina.security- 
Class org.apache.catalina.security.DeployXmlPermission extends java.security.BasicPermission implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.servlets- 
Class org.apache.catalina.servlets.CGIServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
cgiExecutablejava.lang.String cgiExecutable the executable to use with the script
- 
cgiExecutableArgsjava.util.List<java.lang.String> cgiExecutableArgs additional arguments for the executable
- 
cgiMethodsjava.util.Set<java.lang.String> cgiMethods 
- 
cgiMethodsAllboolean cgiMethodsAll 
- 
cgiPathPrefixjava.lang.String cgiPathPrefix The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)
- 
cmdLineArgumentsDecodedPatternjava.util.regex.Pattern cmdLineArgumentsDecodedPattern Limits the decoded form of individual command line arguments. Default varies by platform.
- 
cmdLineArgumentsEncodedPatternjava.util.regex.Pattern cmdLineArgumentsEncodedPattern Limits the encoded form of individual command line arguments. By default values are limited to those allowed by the RFC. See https://tools.ietf.org/html/rfc3875#section-4.4 Uses \Q...\E to avoid individual quoting.
- 
enableCmdLineArgumentsboolean enableCmdLineArguments Enable creation of script command line arguments from query-string. See https://tools.ietf.org/html/rfc3875#section-4.4 4.4. The Script Command Line
- 
envHttpHeadersPatternjava.util.regex.Pattern envHttpHeadersPattern The regular expression used to select HTTP headers to be passed to the CGI process as environment variables. The name of the environment variable will be the name of the HTTP header converter to upper case, prefixed withHTTP_and with all-characters converted to_.
- 
parameterEncodingjava.lang.String parameterEncoding the encoding to use for parameters
- 
shellEnvjava.util.Hashtable<java.lang.String,java.lang.String> shellEnv the shell environment variables to be passed to the CGI script
- 
stderrTimeoutlong stderrTimeout The time (in milliseconds) to wait for the reading of stderr to complete before terminating the CGI process.
 
- 
 
- 
Class org.apache.catalina.servlets.DefaultServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowPartialPutboolean allowPartialPut Flag that indicates whether partial PUTs are permitted.
- 
compressionFormatsDefaultServlet.CompressionFormat[] compressionFormats List of compression formats to serve and their preference order.
- 
contextXsltFilejava.lang.String contextXsltFile Allow customized directory listing per context.
- 
debugint debug The debugging detail level for this servlet.
- 
fileEncodingjava.lang.String fileEncoding File encoding to be used when reading static files. If none is specified the platform default is used.
- 
globalXsltFilejava.lang.String globalXsltFile Allow customized directory listing per instance.
- 
inputint input The input buffer size to use when serving resources.
- 
listingsboolean listings Should we generate directory listings?
- 
localXsltFilejava.lang.String localXsltFile Allow customized directory listing per directory.
- 
outputint output The output buffer size to use when serving resources.
- 
readmeFilejava.lang.String readmeFile Allow a readme file to be included.
- 
readOnlyboolean readOnly Read only flag. By default, it's set to true.
- 
sendfileSizeint sendfileSize Minimum size for sendfile usage in bytes.
- 
showServerInfoboolean showServerInfo Flag to determine if server information is presented.
- 
sortListingsboolean sortListings Flag to determine if resources should be sorted.
- 
useAcceptRangesboolean useAcceptRanges Should the Accept-Ranges: bytes header be send with static resources?
- 
useBomIfPresentorg.apache.catalina.servlets.DefaultServlet.BomConfig useBomIfPresent If a file has a BOM, should that be used in preference to fileEncoding? Will default toDefaultServlet.BomConfig.TRUEinDefaultServlet.init().
 
- 
 
- 
Class org.apache.catalina.servlets.DefaultServlet.CompressionFormat extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
encodingjava.lang.String encoding 
- 
extensionjava.lang.String extension 
 
- 
 
- 
Class org.apache.catalina.servlets.WebdavServlet extends DefaultServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowSpecialPathsboolean allowSpecialPaths Is access allowed via WebDAV to the special paths (/WEB-INF and /META-INF)?
- 
collectionLocksjava.util.List<org.apache.catalina.servlets.WebdavServlet.LockInfo> collectionLocks List of the inheritable collection locks.
- 
lockNullResourcesjava.util.Map<java.lang.String,java.util.List<java.lang.String>> lockNullResources Repository of the lock-null resources.Key : path of the collection containing the lock-null resource 
 Value : List of lock-null resource which are members of the collection. Each element of the List is the path associated with the lock-null resource.
- 
maxDepthint maxDepth Default depth in spec is infinite. Limit depth to 3 by default as infinite depth makes operations very expensive.
- 
resourceLocksjava.util.Map<java.lang.String,org.apache.catalina.servlets.WebdavServlet.LockInfo> resourceLocks Repository of the locks put on single resources.Key : path 
 Value : LockInfo
- 
secretjava.lang.String secret Secret information used to generate reasonably secure lock ids.
 
- 
 
 
- 
- 
Package org.apache.catalina.session- 
Class org.apache.catalina.session.StandardSession extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributesjava.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> attributes The collection of user data attributes associated with this Session.
- 
creationTimelong creationTime The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
- 
idjava.lang.String id The session identifier of this Session.
- 
isNewboolean isNew Flag indicating whether this session is new or not.
- 
isValidboolean isValid Flag indicating whether this session is valid or not.
- 
lastAccessedTimelong lastAccessedTime The last accessed time for this Session.
- 
maxInactiveIntervalint maxInactiveInterval The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session. A negative time indicates that the session should never time out.
- 
thisAccessedTimelong thisAccessedTime The current accessed time for this session.
 
- 
 
- 
Class org.apache.catalina.session.TooManyActiveSessionsException extends java.lang.IllegalStateException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
maxActiveSessionsint maxActiveSessions The maximum number of active sessions the server will tolerate.
 
- 
 
 
- 
- 
Package org.apache.catalina.ssi- 
Class org.apache.catalina.ssi.SSIServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowExecboolean allowExec Allow exec (normally blocked for security)
- 
bufferedboolean buffered Should the output be buffered.
- 
debugint debug Debug level for this servlet.
- 
expiresjava.lang.Long expires Expiration time in seconds for the doc.
- 
inputEncodingjava.lang.String inputEncoding Input encoding. If not specified, uses platform default
- 
isVirtualWebappRelativeboolean isVirtualWebappRelative virtual path can be webapp-relative
- 
outputEncodingjava.lang.String outputEncoding Output encoding. If not specified, uses platform default
 
- 
 
- 
Class org.apache.catalina.ssi.SSIStopProcessingException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.tribes- 
Class org.apache.catalina.tribes.ByteMessage extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException- Throws:
- java.io.IOException- An IO error occurred
- See Also:
- Externalizable.readExternal(java.io.ObjectInput)
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException- An IO error occurred
- See Also:
- Externalizable.writeExternal(java.io.ObjectOutput)
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.ChannelException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
faultyMembersjava.util.ArrayList<ChannelException.FaultyMember> faultyMembers Holds a list of faulty members
 
- 
 
- 
Class org.apache.catalina.tribes.RemoteProcessException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.UniqueId extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
idbyte[] id 
 
- 
 
 
- 
- 
Package org.apache.catalina.tribes.group- 
Class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.group.RpcMessage extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply extends RpcMessage implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.catalina.tribes.io- 
Class org.apache.catalina.tribes.io.ChannelData extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
addressMember address The source or reply-to address for this message
- 
messageXByteBuffer message The message data, stored in a dynamic buffer
- 
optionsint options The options this message was sent with
- 
timestamplong timestamp The timestamp that goes with this message
- 
uniqueIdbyte[] uniqueId A unique message id
 
- 
 
- 
Class org.apache.catalina.tribes.io.XByteBuffer extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bufbyte[] buf Variable to hold the data
- 
bufSizeint bufSize Current length of data in the buffer
- 
discardboolean discard Flag for discarding invalid packages If this flag is set to true, and append(byte[],...) is called, the data added will be inspected, and if it doesn't start withSTART_DATAit will be thrown away.
 
- 
 
 
- 
- 
Package org.apache.catalina.tribes.membership- 
Class org.apache.catalina.tribes.membership.MemberImpl extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.membership.StaticMember extends MemberImpl implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.catalina.tribes.tipis- 
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMap extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
innerMapjava.util.concurrent.ConcurrentMap<K,AbstractReplicatedMap.MapEntry<K,V>> innerMap 
- 
logLog log 
 
- 
 
- 
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.tipis.LazyReplicatedMap extends AbstractReplicatedMap<K,V> implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.tipis.ReplicatedMap extends AbstractReplicatedMap<K,V> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.util- 
Class org.apache.catalina.util.ParameterMap extends java.lang.Object implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.catalina.util.ResourceSet extends java.util.HashSet<T> implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
lockedboolean locked The current lock state of this parameter map.
 
- 
 
 
- 
- 
Package org.apache.coyote- 
Class org.apache.coyote.CloseNowException extends java.io.IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.coyote.ProtocolException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.coyote.http11- 
Class org.apache.coyote.http11.HeadersTooLargeException extends java.lang.IllegalStateException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.el- 
Class org.apache.el.MethodExpressionImpl extends MethodExpression implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.el.MethodExpressionLiteral extends MethodExpression implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.el.ValueExpressionImpl extends ValueExpression implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.el.ValueExpressionLiteral extends ValueExpression implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
 
- 
- 
Package org.apache.el.lang- 
Class org.apache.el.lang.FunctionMapperImpl extends FunctionMapper implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
Class org.apache.el.lang.FunctionMapperImpl.Function extends java.lang.Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.el.lang.VariableMapperImpl extends VariableMapper implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
 
- 
- 
Package org.apache.jasper- 
Class org.apache.jasper.JasperException extends ServletException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jasper.el- 
Class org.apache.jasper.el.JspELException extends ELException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspMethodExpression extends MethodExpression implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
- 
Class org.apache.jasper.el.JspMethodNotFoundException extends MethodNotFoundException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspPropertyNotFoundException extends PropertyNotFoundException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspPropertyNotWritableException extends PropertyNotWritableException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspValueExpression extends ValueExpression implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
- 
writeExternalpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.jasper.runtime- 
Class org.apache.jasper.runtime.HttpJspBase extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jasper.servlet- 
Class org.apache.jasper.servlet.JspServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
configServletConfig config 
- 
jspFilejava.lang.String jspFile 
 
- 
 
 
- 
- 
Package org.apache.juli.logging- 
Class org.apache.juli.logging.LogConfigurationException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.naming- 
Class org.apache.naming.AbstractRef extends javax.naming.Reference implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.EjbRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.HandlerRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.LookupRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceEnvRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceLinkRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ServiceRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
handlersjava.util.List<HandlerRef> handlers The list to save the handler Reference objects, because they can't be saved in the addrs vector.
 
- 
 
- 
Class org.apache.naming.TransactionRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2- 
Class org.apache.tomcat.dbcp.dbcp2.ListException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
exceptionListjava.util.List<java.lang.Throwable> exceptionList 
 
- 
 
- 
Class org.apache.tomcat.dbcp.dbcp2.SQLExceptionList extends java.sql.SQLException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
causeListjava.util.List<? extends java.lang.Throwable> causeList 
 
- 
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2.cpdsadapter- 
Class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS extends java.lang.Object implements Serializable- serialVersionUID:
- -4820523787212147844L
 - 
Serialized Fields- 
accessToUnderlyingConnectionAllowedboolean accessToUnderlyingConnectionAllowed Controls access to the underlying connection
- 
connectionPropertiesjava.util.Properties connectionProperties Connection properties passed to JDBC Driver
- 
descriptionjava.lang.String description Description
- 
driverjava.lang.String driver Driver class name
- 
getConnectionCalledboolean getConnectionCalled Whether or not getConnection has been called
- 
loginTimeoutint loginTimeout Login TimeOut in seconds
- 
maxIdleint maxIdle 
- 
maxPreparedStatementsint maxPreparedStatements 
- 
minEvictableIdleTimeMillisint minEvictableIdleTimeMillis 
- 
numTestsPerEvictionRunint numTestsPerEvictionRun 
- 
poolPreparedStatementsboolean poolPreparedStatements 
- 
timeBetweenEvictionRunsMillislong timeBetweenEvictionRunsMillis 
- 
urljava.lang.String url Url name
- 
userNamejava.lang.String userName User name
- 
userPasswordchar[] userPassword User password
 
- 
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2.datasources- 
Class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource extends java.lang.Object implements Serializable- serialVersionUID:
- -6819270431752240878L
 - 
Serialized Fields- 
dataSourcejavax.sql.ConnectionPoolDataSource dataSource Underlying source of PooledConnections
- 
dataSourceNamejava.lang.String dataSourceName DataSource Name used to find the ConnectionPoolDataSource
- 
defaultAutoCommitjava.lang.Boolean defaultAutoCommit 
- 
defaultBlockWhenExhaustedboolean defaultBlockWhenExhausted 
- 
defaultEvictionPolicyClassNamejava.lang.String defaultEvictionPolicyClassName 
- 
defaultLifoboolean defaultLifo 
- 
defaultMaxIdleint defaultMaxIdle 
- 
defaultMaxTotalint defaultMaxTotal 
- 
defaultMaxWaitMillislong defaultMaxWaitMillis 
- 
defaultMinEvictableIdleTimeMillislong defaultMinEvictableIdleTimeMillis 
- 
defaultMinIdleint defaultMinIdle 
- 
defaultNumTestsPerEvictionRunint defaultNumTestsPerEvictionRun 
- 
defaultReadOnlyjava.lang.Boolean defaultReadOnly 
- 
defaultSoftMinEvictableIdleTimeMillislong defaultSoftMinEvictableIdleTimeMillis 
- 
defaultTestOnBorrowboolean defaultTestOnBorrow 
- 
defaultTestOnCreateboolean defaultTestOnCreate 
- 
defaultTestOnReturnboolean defaultTestOnReturn 
- 
defaultTestWhileIdleboolean defaultTestWhileIdle 
- 
defaultTimeBetweenEvictionRunsMillislong defaultTimeBetweenEvictionRunsMillis 
- 
defaultTransactionIsolationint defaultTransactionIsolation 
- 
descriptionjava.lang.String description Description
- 
getConnectionCalledboolean getConnectionCalled Guards property setters - once true, setters throw IllegalStateException
- 
instanceKeyjava.lang.String instanceKey Instance key
- 
jndiEnvironmentjava.util.Properties jndiEnvironment Environment that may be used to set up a JNDI initial context.
- 
loginTimeoutint loginTimeout Login TimeOut in seconds
- 
logWriterjava.io.PrintWriter logWriter Log stream
- 
maxConnLifetimeMillislong maxConnLifetimeMillis 
- 
rollbackAfterValidationboolean rollbackAfterValidation 
- 
validationQueryjava.lang.String validationQuery 
- 
validationQueryTimeoutSecondsint validationQueryTimeoutSeconds 
 
- 
 
- 
Class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable- serialVersionUID:
- 7872747993848065028L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionSupports Serialization interface.- Throws:
- java.io.IOException- if an error occurs
- java.lang.ClassNotFoundException- if an error occurs
 
 
- 
- 
Serialized Fields- 
perUserBlockWhenExhaustedjava.util.Map<java.lang.String,java.lang.Boolean> perUserBlockWhenExhausted 
- 
perUserDefaultAutoCommitjava.util.Map<java.lang.String,java.lang.Boolean> perUserDefaultAutoCommit 
- 
perUserDefaultReadOnlyjava.util.Map<java.lang.String,java.lang.Boolean> perUserDefaultReadOnly 
- 
perUserDefaultTransactionIsolationjava.util.Map<java.lang.String,java.lang.Integer> perUserDefaultTransactionIsolation 
- 
perUserEvictionPolicyClassNamejava.util.Map<java.lang.String,java.lang.String> perUserEvictionPolicyClassName 
- 
perUserLifojava.util.Map<java.lang.String,java.lang.Boolean> perUserLifo 
- 
perUserMaxIdlejava.util.Map<java.lang.String,java.lang.Integer> perUserMaxIdle 
- 
perUserMaxTotaljava.util.Map<java.lang.String,java.lang.Integer> perUserMaxTotal 
- 
perUserMaxWaitMillisjava.util.Map<java.lang.String,java.lang.Long> perUserMaxWaitMillis 
- 
perUserMinEvictableIdleTimeMillisjava.util.Map<java.lang.String,java.lang.Long> perUserMinEvictableIdleTimeMillis 
- 
perUserMinIdlejava.util.Map<java.lang.String,java.lang.Integer> perUserMinIdle 
- 
perUserNumTestsPerEvictionRunjava.util.Map<java.lang.String,java.lang.Integer> perUserNumTestsPerEvictionRun 
- 
perUserSoftMinEvictableIdleTimeMillisjava.util.Map<java.lang.String,java.lang.Long> perUserSoftMinEvictableIdleTimeMillis 
- 
perUserTestOnBorrowjava.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnBorrow 
- 
perUserTestOnCreatejava.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnCreate 
- 
perUserTestOnReturnjava.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnReturn 
- 
perUserTestWhileIdlejava.util.Map<java.lang.String,java.lang.Boolean> perUserTestWhileIdle 
- 
perUserTimeBetweenEvictionRunsMillisjava.util.Map<java.lang.String,java.lang.Long> perUserTimeBetweenEvictionRunsMillis 
 
- 
 
- 
Class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable- serialVersionUID:
- -1458539734480586454L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionSupports Serialization interface.- Throws:
- java.io.IOException- if an error occurs
- java.lang.ClassNotFoundException- if an error occurs
 
 
- 
- 
Serialized Fields- 
maxTotalint maxTotal 
 
- 
 
 
- 
- 
Package org.apache.tomcat.jdbc.pool- 
Class org.apache.tomcat.jdbc.pool.PoolExhaustedException extends java.sql.SQLException implements Serializable- serialVersionUID:
- 3501536931777262475L
 
- 
Class org.apache.tomcat.jdbc.pool.PoolProperties extends java.lang.Object implements Serializable- serialVersionUID:
- -8519283440854213745L
 - 
Serialized Fields- 
abandonWhenPercentageFullint abandonWhenPercentageFull 
- 
accessToUnderlyingConnectionAllowedboolean accessToUnderlyingConnectionAllowed 
- 
alternateUsernameAllowedboolean alternateUsernameAllowed 
- 
commitOnReturnboolean commitOnReturn 
- 
connectionPropertiesjava.lang.String connectionProperties 
- 
dataSourcejava.lang.Object dataSource 
- 
dataSourceJNDIjava.lang.String dataSourceJNDI 
- 
dbPropertiesjava.util.Properties dbProperties 
- 
defaultAutoCommitjava.lang.Boolean defaultAutoCommit 
- 
defaultCatalogjava.lang.String defaultCatalog 
- 
defaultReadOnlyjava.lang.Boolean defaultReadOnly 
- 
defaultTransactionIsolationint defaultTransactionIsolation 
- 
driverClassNamejava.lang.String driverClassName 
- 
fairQueueboolean fairQueue 
- 
ignoreExceptionOnPreLoadboolean ignoreExceptionOnPreLoad 
- 
initialSizeint initialSize 
- 
initSQLjava.lang.String initSQL 
- 
interceptorsPoolProperties.InterceptorDefinition[] interceptors 
- 
jdbcInterceptorsjava.lang.String jdbcInterceptors 
- 
jmxEnabledboolean jmxEnabled 
- 
logAbandonedboolean logAbandoned 
- 
logValidationErrorsboolean logValidationErrors 
- 
maxActiveint maxActive 
- 
maxAgelong maxAge 
- 
maxIdleint maxIdle 
- 
maxWaitint maxWait 
- 
minEvictableIdleTimeMillisint minEvictableIdleTimeMillis 
- 
minIdleint minIdle 
- 
namejava.lang.String name 
- 
numTestsPerEvictionRunint numTestsPerEvictionRun 
- 
passwordjava.lang.String password 
- 
propagateInterruptStateboolean propagateInterruptState 
- 
removeAbandonedboolean removeAbandoned 
- 
removeAbandonedTimeoutint removeAbandonedTimeout 
- 
rollbackOnReturnboolean rollbackOnReturn 
- 
suspectTimeoutint suspectTimeout 
- 
testOnBorrowboolean testOnBorrow 
- 
testOnConnectboolean testOnConnect 
- 
testOnReturnboolean testOnReturn 
- 
testWhileIdleboolean testWhileIdle 
- 
timeBetweenEvictionRunsMillisint timeBetweenEvictionRunsMillis 
- 
urljava.lang.String url 
- 
useDisposableConnectionFacadeboolean useDisposableConnectionFacade 
- 
useEqualsboolean useEquals 
- 
useLockboolean useLock 
- 
usernamejava.lang.String username 
- 
useStatementFacadeboolean useStatementFacade 
- 
validationIntervallong validationInterval 
- 
validationQueryjava.lang.String validationQuery 
- 
validationQueryTimeoutint validationQueryTimeout 
- 
validatorClassNamejava.lang.String validatorClassName 
 
- 
 
- 
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
classNamejava.lang.String className 
- 
clazzjava.lang.Class<?> clazz 
- 
propertiesjava.util.Map<java.lang.String,PoolProperties.InterceptorProperty> properties 
 
- 
 
- 
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
namejava.lang.String name 
- 
valuejava.lang.String value 
 
- 
 
 
- 
- 
Package org.apache.tomcat.jni- 
Class org.apache.tomcat.jni.Error extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionjava.lang.String description Deprecated.A description of the problem.
- 
errorint error Deprecated.APR error type.
 
- 
 
- 
Class org.apache.tomcat.jni.LibraryNotFoundError extends java.lang.UnsatisfiedLinkError implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
libraryNamesjava.lang.String libraryNames 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util- 
Class org.apache.tomcat.util.MultiThrowable extends java.lang.Throwable implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
throwablesjava.util.List<java.lang.Throwable> throwables 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.bcel.classfile- 
Class org.apache.tomcat.util.bcel.classfile.ClassFormatException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 3243149520175287759L
 
 
- 
- 
Package org.apache.tomcat.util.buf- 
Class org.apache.tomcat.util.buf.AbstractChunk extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
endint end 
- 
hasHashCodeboolean hasHashCode 
- 
hashCodeint hashCode 
- 
isSetboolean isSet 
- 
limitint limit 
- 
startint start 
 
- 
 
- 
Class org.apache.tomcat.util.buf.ByteChunk extends AbstractChunk implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObjectprivate void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException- Throws:
- java.lang.ClassNotFoundException
- java.io.IOException
 
- 
writeObjectprivate void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
- 
Serialized Fields- 
buffbyte[] buff 
 
- 
 
- 
Class org.apache.tomcat.util.buf.ByteChunk.BufferOverflowException extends java.io.IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.buf.CharChunk extends AbstractChunk implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
buffchar[] buff 
 
- 
 
- 
Class org.apache.tomcat.util.buf.MessageBytes extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.util.codec- 
Class org.apache.tomcat.util.codec.DecoderException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.codec.EncoderException extends java.lang.Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.util.descriptor.web- 
Class org.apache.tomcat.util.descriptor.web.ApplicationParameter extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionjava.lang.String description The description of this environment entry.
- 
namejava.lang.String name The name of this application parameter.
- 
overrideboolean override Does this application parameter allow overrides by the application deployment descriptor?
- 
valuejava.lang.String value The value of this application parameter.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextEjb extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
homejava.lang.String home The name of the EJB home implementation class.
- 
linkjava.lang.String link The link to a J2EE EJB definition.
- 
remotejava.lang.String remote The name of the EJB remote implementation class.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextEnvironment extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
overrideboolean override Does this environment entry allow overrides by the application deployment descriptor?
- 
valuejava.lang.String value The value of this environment entry.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextHandler extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
handlerclassjava.lang.String handlerclass The Handler reference class.
- 
portNamesjava.util.ArrayList<java.lang.String> portNames The portName.
- 
soapHeadersjava.util.HashMap<java.lang.String,java.lang.String> soapHeaders A list of QName specifying the SOAP Headers the handler will work on. -namespace and localpart values must be found inside the WSDL. A service-qname is composed by a namespaceURI and a localpart. soapHeader[0] : namespaceURI soapHeader[1] : localpart
- 
soapRolesjava.util.ArrayList<java.lang.String> soapRoles The soapRole.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextLocalEjb extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
homejava.lang.String home The name of the EJB home implementation class.
- 
linkjava.lang.String link The link to a J2EE EJB definition.
- 
localjava.lang.String local The name of the EJB local implementation class.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResource extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
authjava.lang.String auth The authorization requirement for this resource (ApplicationorContainer).
- 
closeMethodjava.lang.String closeMethod The name of the zero argument method to be called when the resource is no longer required to clean-up resources. This method must only speed up the clean-up of resources that would otherwise happen via garbage collection.
- 
closeMethodConfiguredboolean closeMethodConfigured 
- 
scopejava.lang.String scope The sharing scope of this resource factory (ShareableorUnshareable).
- 
singletonboolean singleton Is this resource known to be a singleton resource. The default value is true since this is what users expect although the JavaEE spec implies that the default should be false.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
overrideboolean override Does this environment entry allow overrides by the application deployment descriptor?
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResourceLink extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
factoryjava.lang.String factory The factory to be used for creating the object
- 
globaljava.lang.String global The global name of this resource.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextService extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
displaynamejava.lang.String displayname The WebService reference name.
- 
handlersjava.util.HashMap<java.lang.String,ContextHandler> handlers A list of Handlers to use for this service-ref. The instantiation of the handler have to be done.
- 
jaxrpcmappingfilejava.lang.String jaxrpcmappingfile A file specifying the correlation of the WSDL definition to the interfaces (Service Endpoint Interface, Service Interface).
- 
largeIconjava.lang.String largeIcon A large icon for this WebService.
- 
serviceInterfacejava.lang.String serviceInterface The fully qualified class name of the JAX-WS Service interface that the client depends on.
- 
serviceqnamejava.lang.String[] serviceqname Declares the specific WSDL service element that is being referred to. It is not specified if no wsdl-file is declared or if WSDL contains only 1 service element. A service-qname is composed by a namespaceURI and a localpart. It must be defined if more than 1 service is declared in the WSDL. serviceqname[0] : namespaceURI serviceqname[1] : localpart
- 
smallIconjava.lang.String smallIcon A small icon for this WebService.
- 
wsdlfilejava.lang.String wsdlfile Contains the location (relative to the root of the module) of the web service WSDL description.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextTransaction extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
propertiesjava.util.HashMap<java.lang.String,java.lang.Object> properties Holder for our configured properties.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ErrorPage extends XmlEncodingBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
errorCodeint errorCode The error (status) code for which this error page is active. Note that status code 0 is used for the default error page.
- 
exceptionTypejava.lang.String exceptionType The exception type for which this error page is active.
- 
locationjava.lang.String location The context-relative location to handle this error or exception.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.FilterDef extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
asyncSupportedjava.lang.String asyncSupported 
- 
descriptionjava.lang.String description The description of this filter.
- 
displayNamejava.lang.String displayName The display name of this filter.
- 
filterClassjava.lang.String filterClass The fully qualified name of the Java class that implements this filter.
- 
filterNamejava.lang.String filterName The name of this filter, which must be unique among the filters defined for a particular web application.
- 
largeIconjava.lang.String largeIcon The large icon associated with this filter.
- 
parametersjava.util.Map<java.lang.String,java.lang.String> parameters The set of initialization parameters for this filter, keyed by parameter name.
- 
smallIconjava.lang.String smallIcon The small icon associated with this filter.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.FilterMap extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
dispatcherMappingint dispatcherMapping 
- 
filterNamejava.lang.String filterName 
- 
matchAllServletNamesboolean matchAllServletNames The flag that indicates this mapping will match all servlet-names
- 
matchAllUrlPatternsboolean matchAllUrlPatterns The flag that indicates this mapping will match all url-patterns
- 
servletNamesjava.lang.String[] servletNames The servlet name this mapping matches.
- 
urlPatternsjava.lang.String[] urlPatterns The URL pattern this mapping matches.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.InjectionTarget extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
targetClassjava.lang.String targetClass 
- 
targetNamejava.lang.String targetName 
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.LoginConfig extends XmlEncodingBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
authMethodjava.lang.String authMethod The authentication method to use for application login. Must be BASIC, DIGEST, FORM, or CLIENT-CERT.
- 
errorPagejava.lang.String errorPage The context-relative URI of the error page for form login.
- 
loginPagejava.lang.String loginPage The context-relative URI of the login page for form login.
- 
realmNamejava.lang.String realmName The realm name used when challenging the user for authentication credentials.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.MessageDestination extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
displayNamejava.lang.String displayName The display name of this destination.
- 
largeIconjava.lang.String largeIcon The large icon of this destination.
- 
smallIconjava.lang.String smallIcon The small icon of this destination.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.MessageDestinationRef extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
linkjava.lang.String link The link of this destination ref.
- 
usagejava.lang.String usage The usage of this destination ref.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.MultipartDef extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
fileSizeThresholdjava.lang.String fileSizeThreshold 
- 
locationjava.lang.String location 
- 
maxFileSizejava.lang.String maxFileSize 
- 
maxRequestSizejava.lang.String maxRequestSize 
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ResourceBase extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionjava.lang.String description The description of this resource.
- 
injectionTargetsjava.util.List<InjectionTarget> injectionTargets 
- 
lookupNamejava.lang.String lookupName 
- 
namejava.lang.String name The name of this resource.
- 
propertiesjava.util.HashMap<java.lang.String,java.lang.Object> properties Holder for our configured properties.
- 
resourcesNamingResources resources The NamingResources with which we are associated (if any).
- 
typejava.lang.String type The name of the resource implementation class.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityCollection extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionjava.lang.String description Description of this web resource collection.
- 
isFromDescriptorboolean isFromDescriptor This security collection was established by a deployment descriptor. Defaults totrue.
- 
methodsjava.lang.String[] methods The HTTP methods explicitly covered by this web resource collection.
- 
namejava.lang.String name The name of this web resource collection.
- 
omittedMethodsjava.lang.String[] omittedMethods The HTTP methods explicitly excluded from this web resource collection.
- 
patternsjava.lang.String[] patterns The URL patterns protected by this security collection.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityConstraint extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allRolesboolean allRoles Was the "all roles" wildcard -SecurityConstraint.ROLE_ALL_ROLES- included in the authorization constraints for this security constraint?
- 
authConstraintboolean authConstraint Was an authorization constraint included in this security constraint? This is necessary to distinguish the case where an auth-constraint with no roles (signifying no direct access at all) was requested, versus a lack of auth-constraint which implies no access control checking.
- 
authenticatedUsersboolean authenticatedUsers Was the "all authenticated users" wildcard -SecurityConstraint.ROLE_ALL_AUTHENTICATED_USERS- included in the authorization constraints for this security constraint?
- 
authRolesjava.lang.String[] authRoles The set of roles permitted to access resources protected by this security constraint.
- 
collectionsSecurityCollection[] collections The set of web resource collections protected by this security constraint.
- 
displayNamejava.lang.String displayName The display name of this security constraint.
- 
userConstraintjava.lang.String userConstraint The user data constraint for this security constraint. Must be NONE, INTEGRAL, or CONFIDENTIAL.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityRoleRef extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
linkjava.lang.String link The optional role link.
- 
namejava.lang.String name The (required) role name.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ServletDef extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
asyncSupportedjava.lang.Boolean asyncSupported Does this servlet support async.
- 
descriptionjava.lang.String description The description of this servlet.
- 
displayNamejava.lang.String displayName The display name of this servlet.
- 
enabledjava.lang.Boolean enabled Is this servlet enabled.
- 
jspFilejava.lang.String jspFile The name of the JSP file to which this servlet definition applies
- 
largeIconjava.lang.String largeIcon The large icon associated with this servlet.
- 
loadOnStartupjava.lang.Integer loadOnStartup The load-on-startup order for this servlet
- 
multipartDefMultipartDef multipartDef The multipart configuration, if any, for this servlet
- 
overridableboolean overridable Can this ServletDef be overridden by an SCI?
- 
parametersjava.util.Map<java.lang.String,java.lang.String> parameters The set of initialization parameters for this servlet, keyed by parameter name.
- 
runAsjava.lang.String runAs The run-as configuration for this servlet
- 
securityRoleRefsjava.util.Set<SecurityRoleRef> securityRoleRefs The set of security role references for this servlet
- 
servletClassjava.lang.String servletClass The fully qualified name of the Java class that implements this servlet.
- 
servletNamejava.lang.String servletName The name of this servlet, which must be unique among the servlets defined for a particular web application.
- 
smallIconjava.lang.String smallIcon The small icon associated with this servlet.
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.digester- 
Class org.apache.tomcat.util.digester.ArrayStack extends java.util.ArrayList<E> implements Serializable- serialVersionUID:
- 2130079159931574599L
 
 
- 
- 
Package org.apache.tomcat.util.http- 
Class org.apache.tomcat.util.http.ServerCookie extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
commentMessageBytes comment 
- 
domainMessageBytes domain 
- 
nameMessageBytes name 
- 
pathMessageBytes path 
- 
valueMessageBytes value 
- 
versionint version 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload- 
Class org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException extends java.io.IOException implements Serializable- serialVersionUID:
- -7280778431581963740L
 
- 
Class org.apache.tomcat.util.http.fileupload.FileUploadException extends java.io.IOException implements Serializable- serialVersionUID:
- -4222909057964038517L
 
- 
Class org.apache.tomcat.util.http.fileupload.InvalidFileNameException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 7922042602454350470L
 - 
Serialized Fields- 
namejava.lang.String name The file name causing the exception.
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException extends java.io.IOException implements Serializable- serialVersionUID:
- -161533165102632918L
 
- 
Class org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException extends java.io.IOException implements Serializable- serialVersionUID:
- 6466926458059796677L
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload.impl- 
Class org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException extends FileUploadException implements Serializable- serialVersionUID:
- 2408766352570556046L
 - 
Serialized Fields- 
limitlong limit 
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException extends SizeException implements Serializable- serialVersionUID:
- 8150776562029630058L
 - 
Serialized Fields- 
fieldNamejava.lang.String fieldName Field name of the item, which caused the exception.
- 
fileNamejava.lang.String fileName File name of the item, which caused the exception.
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException extends java.io.IOException implements Serializable- serialVersionUID:
- -7047616958165584154L
 - 
Serialized Fields- 
causeFileUploadException cause The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException extends FileUploadException implements Serializable- serialVersionUID:
- -9073026332015646668L
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException extends FileUploadException implements Serializable- serialVersionUID:
- 1749796615868477269L
 - 
Serialized Fields- 
causejava.io.IOException cause The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.SizeException extends FileUploadException implements Serializable- serialVersionUID:
- -8776225574705254126L
 - 
Serialized Fields- 
actuallong actual The actual size of the request.
- 
permittedlong permitted The maximum permitted size of the request.
 
- 
 
- 
Class org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException extends SizeException implements Serializable- serialVersionUID:
- -2474893167098052828L
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload.util- 
Class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl extends java.lang.Object implements Serializable- serialVersionUID:
- -4455695752627032559L
 - 
Serialized Fields- 
headerNameToValueListMapjava.util.Map<java.lang.String,java.util.List<java.lang.String>> headerNameToValueListMap Map ofStringkeys to aListofStringinstances.
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.modeler- 
Class org.apache.tomcat.util.modeler.AttributeInfo extends FeatureInfo implements Serializable- serialVersionUID:
- -2511626862303972143L
 - 
Serialized Fields- 
displayNamejava.lang.String displayName 
- 
getMethodjava.lang.String getMethod 
- 
isboolean is 
- 
readableboolean readable 
- 
setMethodjava.lang.String setMethod 
- 
writeableboolean writeable 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.BaseAttributeFilter extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
namesjava.util.HashSet<java.lang.String> names The set of attribute names that are accepted by this filter. If this list is empty, all attribute names are accepted.
 
- 
 
- 
Class org.apache.tomcat.util.modeler.FeatureInfo extends java.lang.Object implements Serializable- serialVersionUID:
- -911529176124712296L
 - 
Serialized Fields- 
descriptionjava.lang.String description 
- 
infojavax.management.MBeanFeatureInfo info 
- 
namejava.lang.String name 
- 
typejava.lang.String type 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.ManagedBean extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributesjava.util.Map<java.lang.String,AttributeInfo> attributes 
- 
classNamejava.lang.String className 
- 
descriptionjava.lang.String description 
- 
domainjava.lang.String domain 
- 
groupjava.lang.String group 
- 
mBeanInfoLockjava.util.concurrent.locks.ReadWriteLock mBeanInfoLock 
- 
namejava.lang.String name 
- 
notificationsNotificationInfo[] notifications 
- 
operationsjava.util.Map<java.lang.String,OperationInfo> operations 
- 
typejava.lang.String type 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.NotificationInfo extends FeatureInfo implements Serializable- serialVersionUID:
- -6319885418912650856L
 - 
Serialized Fields- 
notifTypesjava.lang.String[] notifTypes 
- 
notifTypesLockjava.util.concurrent.locks.ReadWriteLock notifTypesLock 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.OperationInfo extends FeatureInfo implements Serializable- serialVersionUID:
- 4418342922072614875L
 - 
Serialized Fields- 
impactjava.lang.String impact 
- 
parametersParameterInfo[] parameters 
- 
parametersLockjava.util.concurrent.locks.ReadWriteLock parametersLock 
- 
rolejava.lang.String role 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.ParameterInfo extends FeatureInfo implements Serializable- serialVersionUID:
- 2222796006787664020L
 
 
- 
- 
Package org.apache.tomcat.util.net- 
Class org.apache.tomcat.util.net.SSLHostConfig extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
caCertificateFilejava.lang.String caCertificateFile 
- 
caCertificatePathjava.lang.String caCertificatePath 
- 
certificateRevocationListFilejava.lang.String certificateRevocationListFile 
- 
certificateRevocationListPathjava.lang.String certificateRevocationListPath 
- 
certificatesjava.util.Set<SSLHostConfigCertificate> certificates 
- 
certificateVerificationSSLHostConfig.CertificateVerification certificateVerification 
- 
certificateVerificationDepthint certificateVerificationDepth 
- 
certificateVerificationDepthConfiguredboolean certificateVerificationDepthConfigured 
- 
cipherListjava.util.LinkedHashSet<Cipher> cipherList 
- 
ciphersjava.lang.String ciphers 
- 
configTypeSSLHostConfig.Type configType 
- 
defaultCertificateSSLHostConfigCertificate defaultCertificate 
- 
disableCompressionboolean disableCompression 
- 
disableSessionTicketsboolean disableSessionTickets 
- 
enabledCiphersjava.lang.String[] enabledCiphers 
- 
enabledProtocolsjava.lang.String[] enabledProtocols 
- 
explicitlyRequestedProtocolsjava.util.Set<java.lang.String> explicitlyRequestedProtocols 
- 
honorCipherOrderjava.lang.String honorCipherOrder 
- 
hostNamejava.lang.String hostName 
- 
insecureRenegotiationboolean insecureRenegotiation 
- 
jsseCipherNamesjava.util.List<java.lang.String> jsseCipherNames 
- 
keyManagerAlgorithmjava.lang.String keyManagerAlgorithm 
- 
onamejavax.management.ObjectName oname 
- 
openSslConfOpenSSLConf openSslConf 
- 
protocolsjava.util.Set<java.lang.String> protocols 
- 
revocationEnabledboolean revocationEnabled 
- 
sessionCacheSizeint sessionCacheSize 
- 
sessionTimeoutint sessionTimeout 
- 
sslProtocoljava.lang.String sslProtocol 
- 
tls13RenegotiationAvailableboolean tls13RenegotiationAvailable 
- 
trustManagerClassNamejava.lang.String trustManagerClassName 
- 
truststoreAlgorithmjava.lang.String truststoreAlgorithm 
- 
truststoreFilejava.lang.String truststoreFile 
- 
truststorePasswordjava.lang.String truststorePassword 
- 
truststoreProviderjava.lang.String truststoreProvider 
- 
truststoreTypejava.lang.String truststoreType 
 
- 
 
- 
Class org.apache.tomcat.util.net.SSLHostConfigCertificate extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
certificateChainFilejava.lang.String certificateChainFile 
- 
certificateFilejava.lang.String certificateFile 
- 
certificateKeyAliasjava.lang.String certificateKeyAlias 
- 
certificateKeyFilejava.lang.String certificateKeyFile 
- 
certificateKeyPasswordjava.lang.String certificateKeyPassword 
- 
certificateKeystoreFilejava.lang.String certificateKeystoreFile 
- 
certificateKeystorePasswordjava.lang.String certificateKeystorePassword 
- 
certificateKeystoreProviderjava.lang.String certificateKeystoreProvider 
- 
certificateKeystoreTypejava.lang.String certificateKeystoreType 
- 
onamejavax.management.ObjectName oname 
- 
sslHostConfigSSLHostConfig sslHostConfig 
- 
storeTypeorg.apache.tomcat.util.net.SSLHostConfigCertificate.StoreType storeType 
- 
typeSSLHostConfigCertificate.Type type 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.net.openssl- 
Class org.apache.tomcat.util.net.openssl.OpenSSLConf extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
commandsjava.util.List<OpenSSLConfCmd> commands 
 
- 
 
- 
Class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd extends java.lang.Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
namejava.lang.String name 
- 
valuejava.lang.String value 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.threads- 
Class org.apache.tomcat.util.threads.StopPooledThreadException extends java.lang.RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.threads.TaskQueue extends java.util.concurrent.LinkedBlockingQueue<java.lang.Runnable> implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.websocket- 
Class org.apache.tomcat.websocket.AuthenticationException extends java.lang.Exception implements Serializable- serialVersionUID:
- 5709887412240096441L
 
- 
Class org.apache.tomcat.websocket.ReadBufferOverflowException extends java.io.IOException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
minBufferSizeint minBufferSize 
 
- 
 
- 
Class org.apache.tomcat.websocket.WsIOException extends java.io.IOException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
closeReasonCloseReason closeReason 
 
- 
 
 
-