Serialized Form
-
Package org.apache.catalina
-
Class org.apache.catalina.ContainerEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
java.lang.Object data
The event data associated with this event. -
type
java.lang.String type
The event type this instance represents.
-
-
Class org.apache.catalina.LifecycleEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
java.lang.Object data
The event data associated with this event. -
type
java.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
-
data
java.lang.Object data
The event data associated with this event. -
session
Session session
The Session on which this event occurred. -
type
java.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
-
body
ByteChunk body
The body of this request. -
contentType
java.lang.String contentType
The content type of the request, used if this is a POST. -
cookies
java.util.List<Cookie> cookies
The set of Cookies associated with this Request. -
decodedRequestURI
java.lang.String decodedRequestURI
The decode request URI associated with this Request. Path parameters are also excluded -
headers
java.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. -
locales
java.util.List<java.util.Locale> locales
The set of Locales associated with this Request. -
method
java.lang.String method
The request method used on this Request. -
originalMaxInactiveInterval
java.lang.Integer originalMaxInactiveInterval
The original maxInactiveInterval for the session. -
queryString
java.lang.String queryString
The query string associated with this Request. -
requestURI
java.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
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionCustom deserialization to restore the transient principal field.- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if the principal class cannot be found
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExceptionCustom serialization to handle the transient principal field.- Throws:
java.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
authType
java.lang.String authType
The authentication type (BASIC, CLIENT_CERT, DIGEST or FORM). -
canReauthenticate
boolean canReauthenticate
Flag indicating whether re-authentication is supported. -
password
java.lang.String password
The password used for authentication. -
sessionKeys
java.util.Map<SingleSignOnSessionKey,SingleSignOnSessionKey> sessionKeys
Set of session keys associated with this SSO entry. Backed by ConcurrentHashMap to take advantage of its thread safety features. -
username
java.lang.String username
The username used for authentication.
-
-
Class org.apache.catalina.authenticator.SingleSignOnListener extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ssoId
java.lang.String ssoId
The SSO identifier associated with this listener.
-
-
Class org.apache.catalina.authenticator.SingleSignOnSessionKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contextName
java.lang.String contextName
The context name. -
hostName
java.lang.String hostName
The host name. -
sessionId
java.lang.String sessionId
The session ID.
-
-
-
Package org.apache.catalina.connector
-
Class org.apache.catalina.connector.ClientAbortException extends BadRequestException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.catalina.connector.CoyotePrincipal extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.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
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOExceptionRestores the transient log field after deserialization.- Throws:
java.lang.ClassNotFoundException- if the log class cannot be foundjava.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
filterDef
FilterDef filterDef
TheFilterDefthat defines our associated Filter. -
oname
javax.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
-
container
java.lang.Object container
Associated container object. -
ejbs
java.util.Map<java.lang.String,ContextEjb> ejbs
The EJB resource references for this web application, keyed by name. -
entries
java.util.Set<java.lang.String> entries
Set of naming entries, keyed by name. -
envs
java.util.Map<java.lang.String,ContextEnvironment> envs
The environment entries for this web application, keyed by name. -
localEjbs
java.util.Map<java.lang.String,ContextLocalEjb> localEjbs
The local EJB resource references for this web application, keyed by name. -
mdrs
java.util.Map<java.lang.String,MessageDestinationRef> mdrs
The message destination references for this web application, keyed by name. -
resourceEnvRefs
java.util.HashMap<java.lang.String,ContextResourceEnvRef> resourceEnvRefs
The resource environment references for this web application, keyed by name. -
resourceLinks
java.util.HashMap<java.lang.String,ContextResourceLink> resourceLinks
The resource links for this web application, keyed by name. -
resourceRequireExplicitRegistration
boolean resourceRequireExplicitRegistration
Flag that controls whether resources require explicit JMX registration. -
resources
java.util.HashMap<java.lang.String,ContextResource> resources
The resource references for this web application, keyed by name. -
services
java.util.HashMap<java.lang.String,ContextService> services
The web service references for this web application, keyed by name. -
support
java.beans.PropertyChangeSupport support
The property change support for this component. -
transaction
ContextTransaction transaction
The transaction for this webapp.
-
-
-
Package org.apache.catalina.filters
-
Class org.apache.catalina.filters.CorsFilter extends GenericFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOExceptionRestores the transient log field after deserialization. Log objects are not Serializable but this Filter is because it extends GenericFilter. Tomcat won't serialize a Filter but in case something else does...- Throws:
java.lang.ClassNotFoundException- if the log class cannot be foundjava.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
allowedHttpHeaders
java.util.Collection<java.lang.String> allowedHttpHeaders
ACollectionof headers consisting of zero or more header field names that are supported by the resource. -
allowedHttpMethods
java.util.Collection<java.lang.String> allowedHttpMethods
ACollectionof methods consisting of zero or more methods that are supported by the resource. -
allowedOrigins
java.util.Collection<java.lang.String> allowedOrigins
ACollectionof origins consisting of zero or more origins that are allowed access to the resource. -
anyOriginAllowed
boolean anyOriginAllowed
Determines if any origin is allowed to make request. -
decorateRequest
boolean decorateRequest
Determines if the request should be decorated or not. -
exposedHeaders
java.util.Collection<java.lang.String> exposedHeaders
ACollectionof exposed headers consisting of zero or more header field names of headers other than the simple response headers that the resource might use and can be exposed. -
preflightMaxAge
long preflightMaxAge
Indicates (in seconds) how long the results of a pre-flight request can be cached in a pre-flight result cache. -
supportsCredentials
boolean supportsCredentials
A supports credentials flag that indicates whether the resource supports user credentials in the request. It is true when the resource does and false otherwise.
-
-
Class org.apache.catalina.filters.CsrfPreventionFilter.LruCache extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.catalina.filters.RemoteIpFilter extends GenericFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOExceptionRestores the log after deserialization. Log objects are not Serializable but this Filter is because it extends GenericFilter. Tomcat won't serialize a Filter but in case something else does...- Throws:
java.lang.ClassNotFoundException- if the class is not foundjava.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
changeLocalName
boolean changeLocalName
Whether to change the local name. -
changeLocalPort
boolean changeLocalPort
Whether to change the local port. -
enableLookups
boolean enableLookups
Whether DNS lookups are enabled. -
hostHeader
java.lang.String hostHeader
The header used to determine the host. -
httpServerPort
int httpServerPort
The default HTTP server port. -
httpsServerPort
int httpsServerPort
The default HTTPS server port. -
internalProxies
java.util.regex.Pattern internalProxies
-
portHeader
java.lang.String portHeader
The header used to determine the port. -
protocolHeader
java.lang.String protocolHeader
The header used to determine the protocol. -
protocolHeaderHttpsValue
java.lang.String protocolHeaderHttpsValue
The protocol header value that indicates HTTPS. -
proxiesHeader
java.lang.String proxiesHeader
The header used to determine the proxy chain. -
remoteIpHeader
java.lang.String remoteIpHeader
The header used to determine the remote IP address. -
requestAttributesEnabled
boolean requestAttributesEnabled
Whether to set request attributes. -
trustedProxies
java.util.regex.Pattern trustedProxies
- See Also:
RemoteIpFilter.setTrustedProxies(String)
-
-
Class org.apache.catalina.filters.RequestDumperFilter extends GenericFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOExceptionRestores the log after deserialization. Log objects are not Serializable but this Filter is because it extends GenericFilter. Tomcat won't serialize a Filter but in case something else does...- Throws:
java.lang.ClassNotFoundException- if the class is not foundjava.io.IOException- if an I/O error occurs
-
-
Class org.apache.catalina.filters.WebdavFixFilter extends GenericFilter 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
-
timestamp
long timestamp
The timestamp of this message.
-
-
-
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
-
contextName
java.lang.String contextName
The context name associated with the file. -
data
byte[] data
The file data payload. -
dataLength
int dataLength
The length of the data. -
fileName
java.lang.String fileName
The name of the file being transferred. -
messageNumber
int messageNumber
The message number within the file transfer. -
totalNrOfMsgs
long totalNrOfMsgs
The total number of messages in the transfer.
-
-
Class org.apache.catalina.ha.deploy.UndeployMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
address
Member address
The sender's member address. -
contextName
java.lang.String contextName
The context name to undeploy. -
timestamp
long timestamp
The message timestamp. -
uniqueId
java.lang.String uniqueId
The unique identifier for this message.
-
-
-
Package org.apache.catalina.ha.session
-
Class org.apache.catalina.ha.session.DeltaRequest extends java.lang.Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
mContextName
java.lang.String mContextName
The context name for the session. -
mEvtType
int mEvtType
The event type of the session message. -
mSession
byte[] mSession
The serialized session data. -
mSessionID
java.lang.String mSessionID
The session identifier. -
serializationTimestamp
long serializationTimestamp
The timestamp when the message was serialized. -
timestampSet
boolean timestampSet
Whether the timestamp has been explicitly set. -
uniqueId
java.lang.String uniqueId
The unique identifier for this message.
-
-
-
Package org.apache.catalina.manager
-
Class org.apache.catalina.manager.HTMLManagerServlet extends ManagerServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
htmlSubTitle
java.lang.String htmlSubTitle
The HTML subtitle for the manager pages. -
showProxySessions
boolean showProxySessions
Whether to show proxy sessions in the output.
-
-
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
-
configBase
java.io.File configBase
Path where context descriptors should be deployed. -
debug
int debug
The debugging detail level for this servlet. -
oname
javax.management.ObjectName oname
The associated deployer ObjectName. -
versioned
java.io.File versioned
Path used to store revisions of webapps.
-
-
Class org.apache.catalina.manager.StatusManagerServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
globalRequestProcessors
java.util.List<javax.management.ObjectName> globalRequestProcessors
Vector of global request processors object names. -
mBeanServer
javax.management.MBeanServer mBeanServer
MBean server. -
requestProcessors
java.util.List<javax.management.ObjectName> requestProcessors
Vector of request processors object names. -
threadPools
java.util.List<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
-
debug
int 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
-
writeReplace
private java.lang.Object writeReplace()
Returns a serializable replacement for this principal.
-
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
The additional attributes associated with this Principal. -
name
java.lang.String name
The username of the user represented by this Principal. -
roles
java.lang.String[] roles
The set of roles associated with this user. -
userPrincipal
java.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
-
writeReplace
private 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
-
cgiExecutable
java.lang.String cgiExecutable
the executable to use with the script -
cgiExecutableArgs
java.util.List<java.lang.String> cgiExecutableArgs
additional arguments for the executable -
cgiMethods
java.util.Set<java.lang.String> cgiMethods
The HTTP methods this servlet will pass to the CGI script. -
cgiMethodsAll
boolean cgiMethodsAll
Whether all HTTP methods are allowed for CGI scripts. -
cgiPathPrefix
java.lang.String cgiPathPrefix
The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null) -
cmdLineArgumentsDecodedPattern
java.util.regex.Pattern cmdLineArgumentsDecodedPattern
Limits the decoded form of individual command line arguments. Default varies by platform. -
cmdLineArgumentsEncodedPattern
java.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. -
enableCmdLineArguments
boolean 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 -
envHttpHeadersPattern
java.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_. -
parameterEncoding
java.lang.String parameterEncoding
the encoding to use for parameters -
shellEnv
java.util.Map<java.lang.String,java.lang.String> shellEnv
the shell environment variables to be passed to the CGI script -
stderrTimeout
long 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
-
allowPartialPut
boolean allowPartialPut
Flag that indicates whether partial PUTs are permitted. -
allowPostAsGet
boolean allowPostAsGet
Will direct (DispatcherType.REQUESTorDispatcherType.ASYNC) requests using the POST method be processed as GET requests. If not allowed, direct requests using the POST method will be rejected with a 405 (method not allowed). -
compressionFormats
DefaultServlet.CompressionFormat[] compressionFormats
List of compression formats to serve and their preference order. -
contextXsltFile
java.lang.String contextXsltFile
Allow customized directory listing per context. -
debug
int debug
The debugging detail level for this servlet. -
fileEncoding
java.lang.String fileEncoding
File encoding to be used when reading static files. If none is specified the platform default is used. -
globalXsltFile
java.lang.String globalXsltFile
Allow customized directory listing per instance. -
input
int input
The input buffer size to use when serving resources. -
listings
boolean listings
Should we generate directory listings? -
localXsltFile
java.lang.String localXsltFile
Allow customized directory listing per directory. -
output
int output
The output buffer size to use when serving resources. -
readmeFile
java.lang.String readmeFile
Allow a readme file to be included. -
readOnly
boolean readOnly
Read only flag. By default, it's set to true. -
sendfileSize
int sendfileSize
Minimum size for sendfile usage in bytes. -
showServerInfo
boolean showServerInfo
Flag to determine if server information is presented. -
sortListings
boolean sortListings
Flag to determine if resources should be sorted. -
useAcceptRanges
boolean useAcceptRanges
Deprecated.This option will be removed without replacement in Tomcat 12 onwards where it will effectively be hard coded totrue.Should the Accept-Ranges: bytes header be send with static resources? -
useBomIfPresent
org.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(). -
useStrongETags
boolean useStrongETags
Use strong etags whenever possible.
-
-
Class org.apache.catalina.servlets.DefaultServlet.CompressionFormat extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encoding
java.lang.String encoding
-
extension
java.lang.String extension
-
-
Class org.apache.catalina.servlets.WebdavServlet extends DefaultServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowSpecialPaths
boolean allowSpecialPaths
Is access allowed via WebDAV to the special paths (/WEB-INF and /META-INF)? -
maxDepth
int maxDepth
Default depth in spec is infinite. -
maxRequestBodySize
int maxRequestBodySize
The maximum size of the request body in bytes. -
resourceLocks
java.util.concurrent.ConcurrentHashMap<java.lang.String,org.apache.catalina.servlets.WebdavServlet.LockInfo> resourceLocks
Repository of all locks, keyed by path. -
serveSubpathOnly
boolean serveSubpathOnly
Serve resources from the mounted subpath only, restoring the behavior ofDefaultServlet. -
sharedLocks
java.util.concurrent.ConcurrentHashMap<java.lang.String,org.apache.catalina.servlets.WebdavServlet.LockInfo> sharedLocks
Map of all shared locks, keyed by lock token. -
store
WebdavServlet.PropertyStore store
Property store used for storage of dead properties. -
strictIfProcessing
boolean strictIfProcessing
Is the if header processing strict.
-
-
-
Package org.apache.catalina.session
-
Class org.apache.catalina.session.StandardSession extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> attributes
The collection of user data attributes associated with this Session. -
creationTime
long creationTime
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT. -
id
java.lang.String id
The session identifier of this Session. -
isNew
boolean isNew
Flag indicating whether this session is new or not. -
isValid
boolean isValid
Flag indicating whether this session is valid or not. -
lastAccessedTime
long lastAccessedTime
The last accessed time for this Session. -
maxInactiveInterval
int 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. -
thisAccessedTime
long thisAccessedTime
The current accessed time for this session.
-
-
Class org.apache.catalina.session.TooManyActiveSessionsException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxActiveSessions
int maxActiveSessions
The maximum number of active sessions the server will tolerate.
-
-
-
Package org.apache.catalina.ssi
-
Class org.apache.catalina.ssi.SSIFilter extends GenericFilter implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowExec
boolean allowExec
When true, allows the exec directive (normally blocked for security). -
contentTypeRegEx
java.util.regex.Pattern contentTypeRegEx
Regex pattern to match when evaluating content types for SSI processing. -
debug
int debug
Debug level for this servlet. -
expires
java.lang.Long expires
Expiration time in seconds for the doc. -
isVirtualWebappRelative
boolean isVirtualWebappRelative
When true, virtual paths are interpreted as webapp-relative. -
shtmlRegEx
java.util.regex.Pattern shtmlRegEx
Default pattern for matching SHTML content type.
-
-
Class org.apache.catalina.ssi.SSIServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowExec
boolean allowExec
Allow exec (normally blocked for security) -
buffered
boolean buffered
Should the output be buffered. -
debug
int debug
Debug level for this servlet. -
expires
java.lang.Long expires
Expiration time in seconds for the doc. -
inputEncoding
java.lang.String inputEncoding
Input encoding. If not specified, uses platform default -
isVirtualWebappRelative
boolean isVirtualWebappRelative
virtual path can be webapp-relative -
outputEncoding
java.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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException- Throws:
java.io.IOException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
java.io.IOException
-
-
-
Class org.apache.catalina.tribes.ChannelException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
faultyMembers
java.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
-
id
byte[] id
The raw byte array containing the unique identifier.
-
-
-
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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
address
Member address
The source or reply-to address for this message -
message
XByteBuffer message
The message data, stored in a dynamic buffer -
options
int options
The options this message was sent with -
timestamp
long timestamp
The timestamp that goes with this message -
uniqueId
byte[] uniqueId
A unique message id
-
-
Class org.apache.catalina.tribes.io.XByteBuffer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buf
byte[] buf
Variable to hold the data -
bufSize
int bufSize
Current length of data in the buffer -
discard
boolean 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Throws:
java.io.IOException
-
-
-
Class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
member
Member member
The member associated with this message. -
membershipId
byte[] membershipId
The membership group identifier. -
msgtype
int msgtype
The type of this member message.
-
-
-
Package org.apache.catalina.tribes.tipis
-
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
innerMap
java.util.concurrent.ConcurrentMap<K,AbstractReplicatedMap.MapEntry<K,V>> innerMap
The underlying concurrent map storing entries. -
log
Log log
The logger instance.
-
-
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
diff
boolean diff
Whether this is a diff message. -
diffvalue
byte[] diffvalue
The diff value data. -
keydata
byte[] keydata
The serialized key data. -
mapId
byte[] mapId
The map identifier. -
msgtype
int msgtype
The message type. -
nodes
Member[] nodes
The backup nodes. -
primary
Member primary
The primary member. -
valuedata
byte[] valuedata
The serialized value data.
-
-
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
-
locked
boolean locked
The current lock state of this parameter map.
-
-
-
Package org.apache.coyote
-
Class org.apache.coyote.BadRequestException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public 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
-
config
ServletConfig config
The servlet configuration. -
jspFile
java.lang.String jspFile
The JSP file for a JSP configured explicitly as a servlet, in environments where this configuration is translated into an init-param for this servlet.
-
-
-
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
-
handlers
java.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
-
exceptionList
java.util.List<java.lang.Throwable> exceptionList
A list of causes.
-
-
Class org.apache.tomcat.dbcp.dbcp2.SQLExceptionList extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
causeList
java.util.List<? extends java.lang.Throwable> causeList
The list of causes.
-
-
-
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
-
accessToUnderlyingConnectionAllowed
boolean accessToUnderlyingConnectionAllowed
Controls access to the underlying connection -
connectionProperties
java.util.Properties connectionProperties
Connection properties passed to JDBC Driver -
connectionString
java.lang.String connectionString
Connection string -
description
java.lang.String description
Description -
driver
java.lang.String driver
Driver class name -
durationBetweenEvictionRuns
java.time.Duration durationBetweenEvictionRuns
PreparedStatement pool property defaults toBaseObjectPoolConfig.DEFAULT_DURATION_BETWEEN_EVICTION_RUNS. -
getConnectionCalled
boolean getConnectionCalled
Whether or not getConnection has been called -
loginTimeout
int loginTimeout
Login TimeOut in seconds -
maxIdle
int maxIdle
PreparedStatement pool property defaults to 10. -
maxPreparedStatements
int maxPreparedStatements
Maximum number of prepared statements, defaults to -1, meaning no limit. -
minEvictableIdleDuration
java.time.Duration minEvictableIdleDuration
PreparedStatement pool property defaults toBaseObjectPoolConfig.DEFAULT_MIN_EVICTABLE_IDLE_DURATION. -
numTestsPerEvictionRun
int numTestsPerEvictionRun
PreparedStatement pool property defaults to -1. -
poolPreparedStatements
boolean poolPreparedStatements
PreparedStatement pool property defaults to false. -
userName
java.lang.String userName
User name -
userPassword
char[] 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
-
dataSource
javax.sql.ConnectionPoolDataSource dataSource
Underlying source of PooledConnections -
dataSourceName
java.lang.String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource -
defaultAutoCommit
java.lang.Boolean defaultAutoCommit
Connection property defaults to false. -
defaultBlockWhenExhausted
boolean defaultBlockWhenExhausted
Pool property defaults toBaseObjectPoolConfig.DEFAULT_BLOCK_WHEN_EXHAUSTED. -
defaultDurationBetweenEvictionRuns
java.time.Duration defaultDurationBetweenEvictionRuns
Pool property defaults toBaseObjectPoolConfig.DEFAULT_DURATION_BETWEEN_EVICTION_RUNS. -
defaultEvictionPolicyClassName
java.lang.String defaultEvictionPolicyClassName
Pool property defaults toBaseObjectPoolConfig.DEFAULT_EVICTION_POLICY_CLASS_NAME. -
defaultLifo
boolean defaultLifo
Pool property defaults toBaseObjectPoolConfig.DEFAULT_LIFO. -
defaultMaxIdle
int defaultMaxIdle
Pool property defaults toGenericKeyedObjectPoolConfig.DEFAULT_MAX_IDLE_PER_KEY. -
defaultMaxTotal
int defaultMaxTotal
Pool property defaults toGenericKeyedObjectPoolConfig.DEFAULT_MAX_TOTAL. -
defaultMaxWaitDuration
java.time.Duration defaultMaxWaitDuration
Pool property defaults toBaseObjectPoolConfig.DEFAULT_MAX_WAIT. -
defaultMinEvictableIdleDuration
java.time.Duration defaultMinEvictableIdleDuration
Pool property defaults toBaseObjectPoolConfig.DEFAULT_MIN_EVICTABLE_IDLE_DURATION. -
defaultMinIdle
int defaultMinIdle
Pool property defaults toGenericKeyedObjectPoolConfig.DEFAULT_MIN_IDLE_PER_KEY. -
defaultNumTestsPerEvictionRun
int defaultNumTestsPerEvictionRun
Pool property defaults toBaseObjectPoolConfig.DEFAULT_NUM_TESTS_PER_EVICTION_RUN. -
defaultReadOnly
java.lang.Boolean defaultReadOnly
Connection property defaults to false. -
defaultSoftMinEvictableIdleDuration
java.time.Duration defaultSoftMinEvictableIdleDuration
Pool property defaults toBaseObjectPoolConfig.DEFAULT_SOFT_MIN_EVICTABLE_IDLE_DURATION. -
defaultTestOnBorrow
boolean defaultTestOnBorrow
Pool property defaults toBaseObjectPoolConfig.DEFAULT_TEST_ON_BORROW. -
defaultTestOnCreate
boolean defaultTestOnCreate
Pool property defaults toBaseObjectPoolConfig.DEFAULT_TEST_ON_CREATE. -
defaultTestOnReturn
boolean defaultTestOnReturn
Pool property defaults toBaseObjectPoolConfig.DEFAULT_TEST_ON_RETURN. -
defaultTestWhileIdle
boolean defaultTestWhileIdle
Pool property defaults toBaseObjectPoolConfig.DEFAULT_TEST_WHILE_IDLE. -
defaultTransactionIsolation
int defaultTransactionIsolation
Connection property defaults toInstanceKeyDataSource.UNKNOWN_TRANSACTIONISOLATION. -
description
java.lang.String description
Description -
getConnectionCalled
boolean getConnectionCalled
Guards property setters - once true, setters throw IllegalStateException -
instanceKey
java.lang.String instanceKey
Instance key -
jndiEnvironment
java.util.Properties jndiEnvironment
Environment that may be used to set up a JNDI initial context. -
loginTimeoutDuration
java.time.Duration loginTimeoutDuration
Login Timeout -
logWriter
java.io.PrintWriter logWriter
Log stream -
maxConnDuration
java.time.Duration maxConnDuration
Connection factory property defaults to -1 milliseconds. -
rollbackAfterValidation
boolean rollbackAfterValidation
Connection factory property defaults to false. -
validationQuery
java.lang.String validationQuery
Connection factory property defaults to null. -
validationQueryTimeoutDuration
java.time.Duration validationQueryTimeoutDuration
Connection factory property defaults to -1 seconds.
-
-
Class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- 7872747993848065028L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserializes an instance from an ObjectInputStream.- Throws:
java.io.IOException- Any of the usual Input/Output related exceptions.java.lang.ClassNotFoundException- A class of a serialized object cannot be found.
-
-
Serialized Fields
-
perUserBlockWhenExhausted
java.util.Map<java.lang.String,java.lang.Boolean> perUserBlockWhenExhausted
Maps user names to a data source property: BlockWhenExhausted. -
perUserDefaultAutoCommit
java.util.Map<java.lang.String,java.lang.Boolean> perUserDefaultAutoCommit
Maps user names to a data source property: DefaultAutoCommit. -
perUserDefaultReadOnly
java.util.Map<java.lang.String,java.lang.Boolean> perUserDefaultReadOnly
Maps user names to a data source property: DefaultReadOnly. -
perUserDefaultTransactionIsolation
java.util.Map<java.lang.String,java.lang.Integer> perUserDefaultTransactionIsolation
Maps user names to a data source property: DefaultTransactionIsolation. -
perUserDurationBetweenEvictionRuns
java.util.Map<java.lang.String,java.time.Duration> perUserDurationBetweenEvictionRuns
Maps user names to a data source property: DurationBetweenEvictionRuns. -
perUserEvictionPolicyClassName
java.util.Map<java.lang.String,java.lang.String> perUserEvictionPolicyClassName
Maps user names to a data source property: EvictionPolicyClassName. -
perUserLifo
java.util.Map<java.lang.String,java.lang.Boolean> perUserLifo
Maps user names to a data source property: Lifo. -
perUserMaxIdle
java.util.Map<java.lang.String,java.lang.Integer> perUserMaxIdle
Maps user names to a data source property: MaxIdle. -
perUserMaxTotal
java.util.Map<java.lang.String,java.lang.Integer> perUserMaxTotal
Maps user names to a data source property: MaxTotal. -
perUserMaxWaitDuration
java.util.Map<java.lang.String,java.time.Duration> perUserMaxWaitDuration
Maps user names to a data source property: MaxWaitDuration. -
perUserMinEvictableIdleDuration
java.util.Map<java.lang.String,java.time.Duration> perUserMinEvictableIdleDuration
Maps user names to a data source property: MinEvictableIdleDuration. -
perUserMinIdle
java.util.Map<java.lang.String,java.lang.Integer> perUserMinIdle
Maps user names to a data source property: MinIdle. -
perUserNumTestsPerEvictionRun
java.util.Map<java.lang.String,java.lang.Integer> perUserNumTestsPerEvictionRun
Maps user names to a data source property: NumTestsPerEvictionRun. -
perUserSoftMinEvictableIdleDuration
java.util.Map<java.lang.String,java.time.Duration> perUserSoftMinEvictableIdleDuration
Maps user names to a data source property: SoftMinEvictableIdleDuration. -
perUserTestOnBorrow
java.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnBorrow
Maps user names to a data source property: TestOnBorrow. -
perUserTestOnCreate
java.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnCreate
Maps user names to a data source property: TestOnCreate. -
perUserTestOnReturn
java.util.Map<java.lang.String,java.lang.Boolean> perUserTestOnReturn
Maps user names to a data source property: TestOnReturn. -
perUserTestWhileIdle
java.util.Map<java.lang.String,java.lang.Boolean> perUserTestWhileIdle
Maps user names to a data source property: TestWhileIdle.
-
-
Class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- -1458539734480586454L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserializes an instance from an ObjectInputStream.- Throws:
java.io.IOException- Any of the usual Input/Output related exceptions.java.lang.ClassNotFoundException- A class of a serialized object cannot be found.
-
-
Serialized Fields
-
maxTotal
int maxTotal
Max total defaults toGenericKeyedObjectPoolConfig.DEFAULT_MAX_TOTAL.
-
-
-
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
-
abandonWhenPercentageFull
int abandonWhenPercentageFull
The percentage threshold for abandoning connections. -
accessToUnderlyingConnectionAllowed
boolean accessToUnderlyingConnectionAllowed
Whether to allow access to the underlying connection. -
alternateUsernameAllowed
boolean alternateUsernameAllowed
Whether alternate usernames are allowed. -
commitOnReturn
boolean commitOnReturn
Whether to commit on connection return. -
connectionProperties
java.lang.String connectionProperties
Additional connection properties. -
dataSource
java.lang.Object dataSource
The underlying data source. -
dataSourceJNDI
java.lang.String dataSourceJNDI
The JNDI name of the data source. -
dbProperties
java.util.Properties dbProperties
Database-specific properties. -
defaultAutoCommit
java.lang.Boolean defaultAutoCommit
The default auto-commit setting for connections. -
defaultCatalog
java.lang.String defaultCatalog
The default catalog for connections. -
defaultReadOnly
java.lang.Boolean defaultReadOnly
The default read-only setting for connections. -
defaultTransactionIsolation
int defaultTransactionIsolation
The default transaction isolation level. -
driverClassName
java.lang.String driverClassName
The JDBC driver class name. -
fairQueue
boolean fairQueue
Whether to use a fair queue for connection requests. -
ignoreExceptionOnPreLoad
boolean ignoreExceptionOnPreLoad
Whether to ignore exceptions during pre-load. -
initialSize
int initialSize
The initial number of connections in the pool. -
initSQL
java.lang.String initSQL
The SQL to execute on connection creation. -
interceptors
PoolProperties.InterceptorDefinition[] interceptors
The interceptor definitions. -
jdbcInterceptors
java.lang.String jdbcInterceptors
The JDBC interceptors configuration. -
jmxEnabled
boolean jmxEnabled
Whether JMX registration is enabled. -
logAbandoned
boolean logAbandoned
Whether to log abandoned connections. -
logValidationErrors
boolean logValidationErrors
Whether to log validation errors. -
maxActive
int maxActive
The maximum number of active connections. -
maxAge
long maxAge
The maximum age of a connection in milliseconds. -
maxIdle
int maxIdle
The maximum number of idle connections. -
maxWait
int maxWait
The maximum wait time in milliseconds for a connection. -
minEvictableIdleTimeMillis
int minEvictableIdleTimeMillis
The minimum idle time before a connection is eligible for eviction. -
minIdle
int minIdle
The minimum number of idle connections. -
name
java.lang.String name
The pool name. -
numTestsPerEvictionRun
int numTestsPerEvictionRun
The number of connections to test per eviction run. -
password
java.lang.String password
The database password. -
propagateInterruptState
boolean propagateInterruptState
Whether to propagate interrupt state. -
removeAbandoned
boolean removeAbandoned
Whether to remove abandoned connections. -
removeAbandonedTimeout
int removeAbandonedTimeout
The timeout in seconds for abandoned connection removal. -
rollbackOnReturn
boolean rollbackOnReturn
Whether to rollback on connection return. -
suspectTimeout
int suspectTimeout
The suspect timeout in seconds. -
testOnBorrow
boolean testOnBorrow
Whether to validate connections on borrow. -
testOnConnect
boolean testOnConnect
Whether to validate connections on creation. -
testOnReturn
boolean testOnReturn
Whether to validate connections on return. -
testWhileIdle
boolean testWhileIdle
Whether to validate idle connections. -
timeBetweenEvictionRunsMillis
int timeBetweenEvictionRunsMillis
The time between eviction runs in milliseconds. -
url
java.lang.String url
The JDBC connection URL. -
useDisposableConnectionFacade
boolean useDisposableConnectionFacade
Whether to use a disposable connection facade. -
useEquals
boolean useEquals
Whether to use equals for object comparison. -
useLock
boolean useLock
Whether to use locking for thread safety. -
username
java.lang.String username
The database username. -
useStatementFacade
boolean useStatementFacade
Whether to use a statement facade. -
validationInterval
long validationInterval
The validation interval in milliseconds. -
validationQuery
java.lang.String validationQuery
The SQL query used for validation. -
validationQueryTimeout
int validationQueryTimeout
The validation query timeout in seconds. -
validatorClassName
java.lang.String validatorClassName
The fully qualified class name of the validator.
-
-
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
className
java.lang.String className
Interceptor class name. -
clazz
java.lang.Class<?> clazz
Cached interceptor class. -
properties
java.util.Map<java.lang.String,PoolProperties.InterceptorProperty> properties
Map of interceptor properties.
-
-
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Property name. -
value
java.lang.String value
Property value.
-
-
-
Package org.apache.tomcat.jni
-
Class org.apache.tomcat.jni.LibraryNotFoundError extends java.lang.UnsatisfiedLinkError implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
libraryNames
java.lang.String libraryNames
The names of the libraries that failed to load.
-
-
-
Package org.apache.tomcat.util
-
Class org.apache.tomcat.util.MultiThrowable extends java.lang.Throwable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
throwables
java.util.List<java.lang.Throwable> throwables
The list of wrapped 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
-
end
int end
The end position of the data in the buffer. -
hasHashCode
boolean hasHashCode
Indicates whether the hash code has been computed. -
hashCode
int hashCode
The cached hash code. -
isSet
boolean isSet
Indicates whether the chunk has been initialized. -
limit
int limit
The limit on the amount of data in the buffer. -
start
int start
The start position of the data in the buffer.
-
-
Class org.apache.tomcat.util.buf.ByteChunk extends AbstractChunk implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOExceptionDeserializes this ByteChunk, restoring the charset.- Throws:
java.lang.ClassNotFoundException- if the class is not foundjava.io.IOException- if an I/O error occurs
-
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOExceptionSerializes this ByteChunk, writing the charset name.- Throws:
java.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
buff
byte[] buff
The underlying byte buffer.
-
-
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
-
buff
char[] buff
The underlying character buffer.
-
-
Class org.apache.tomcat.util.buf.MessageBytes extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
byteC
ByteChunk byteC
The internal byte chunk for byte array representation. -
charC
CharChunk charC
The internal char chunk for character array representation. -
hasHashCode
boolean hasHashCode
Whether the hash code has been computed. -
hashCode
int hashCode
The cached hash code value. -
hasLongValue
boolean hasLongValue
Whether the long value has been computed. -
longValue
long longValue
The cached long value. -
strValue
java.lang.String strValue
The cached string value. -
type
int type
The primary data type of this MessageBytes instance.
-
-
-
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
-
description
java.lang.String description
The description of this environment entry. -
name
java.lang.String name
The name of this application parameter. -
override
boolean override
Does this application parameter allow overrides by the application deployment descriptor? -
value
java.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
-
home
java.lang.String home
The name of the EJB home implementation class. -
link
java.lang.String link
The link to a Jakarta EE EJB definition. -
remote
java.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
-
override
boolean override
Does this environment entry allow overrides by the application deployment descriptor? -
value
java.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
-
handlerclass
java.lang.String handlerclass
The Handler reference class. -
portNames
java.util.List<java.lang.String> portNames
The portName. -
soapHeaders
java.util.Map<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
-
soapRoles
java.util.List<java.lang.String> soapRoles
The soapRole.
-
-
Class org.apache.tomcat.util.descriptor.web.ContextLocalEjb extends ResourceBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
home
java.lang.String home
The name of the EJB home implementation class. -
link
java.lang.String link
The link to a Jakarta EE EJB definition. -
local
java.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
-
auth
java.lang.String auth
The authorization requirement for this resource (ApplicationorContainer). -
closeMethod
java.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. -
closeMethodConfigured
boolean closeMethodConfigured
Whether the close method has been explicitly configured. -
scope
java.lang.String scope
The sharing scope of this resource factory (ShareableorUnshareable). -
singleton
boolean singleton
Is this resource known to be a singleton resource. The default value is true since this is what users expect although the Jakarta EE spec implies that the default should be false.
-
-
Class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef extends ResourceBase implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
override
boolean 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
-
factory
java.lang.String factory
The factory to be used for creating the object -
global
java.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
-
displayname
java.lang.String displayname
The WebService reference name. -
handlers
java.util.Map<java.lang.String,ContextHandler> handlers
A list of Handlers to use for this service-ref. The instantiation of the handler have to be done. -
jaxrpcmappingfile
java.lang.String jaxrpcmappingfile
A file specifying the correlation of the WSDL definition to the interfaces (Service Endpoint Interface, Service Interface). -
largeIcon
java.lang.String largeIcon
A large icon for this WebService. -
serviceInterface
java.lang.String serviceInterface
The fully qualified class name of the JAX-WS Service interface that the client depends on. -
serviceqname
java.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
-
smallIcon
java.lang.String smallIcon
A small icon for this WebService. -
wsdlfile
java.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
-
properties
java.util.Map<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
-
errorCode
int errorCode
The error (status) code for which this error page is active. Note that status code 0 is used for the default error page. -
exceptionType
java.lang.String exceptionType
The exception type for which this error page is active. -
location
java.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
-
asyncSupported
java.lang.String asyncSupported
The async-supported setting for this filter. -
asyncSupportedBoolean
boolean asyncSupportedBoolean
The async-supported boolean setting for this filter. -
description
java.lang.String description
The description of this filter. -
displayName
java.lang.String displayName
The display name of this filter. -
filterClass
java.lang.String filterClass
The fully qualified name of the Java class that implements this filter. -
filterName
java.lang.String filterName
The name of this filter, which must be unique among the filters defined for a particular web application. -
largeIcon
java.lang.String largeIcon
The large icon associated with this filter. -
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
The set of initialization parameters for this filter, keyed by parameter name. -
smallIcon
java.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
-
dispatcherMapping
int dispatcherMapping
The dispatcher mapping bitmask for this filter mapping. -
filterName
java.lang.String filterName
The name of the filter associated with this mapping. -
matchAllServletNames
boolean matchAllServletNames
The flag that indicates this mapping will match all servlet-names -
matchAllUrlPatterns
boolean matchAllUrlPatterns
The flag that indicates this mapping will match all url-patterns -
servletNames
java.lang.String[] servletNames
The servlet name this mapping matches. -
urlPatterns
java.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
-
targetClass
java.lang.String targetClass
The fully qualified class name of the injection target. -
targetName
java.lang.String targetName
The name of the field or method to inject into.
-
-
Class org.apache.tomcat.util.descriptor.web.LoginConfig extends XmlEncodingBase implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
authMethod
java.lang.String authMethod
The authentication method to use for application login. Must be BASIC, DIGEST, FORM, or CLIENT-CERT. -
errorPage
java.lang.String errorPage
The context-relative URI of the error page for form login. -
loginPage
java.lang.String loginPage
The context-relative URI of the login page for form login. -
realmName
java.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
-
displayName
java.lang.String displayName
The display name of this destination. -
largeIcon
java.lang.String largeIcon
The large icon of this destination. -
smallIcon
java.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
-
link
java.lang.String link
The link of this destination ref. -
usage
java.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
-
fileSizeThreshold
java.lang.String fileSizeThreshold
The file size threshold for switching to disk storage. -
location
java.lang.String location
The location for temporary file storage. -
maxFileSize
java.lang.String maxFileSize
The maximum allowed file size. -
maxRequestSize
java.lang.String maxRequestSize
The maximum allowed request size.
-
-
Class org.apache.tomcat.util.descriptor.web.ResourceBase extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
The description of this resource. -
injectionTargets
java.util.List<InjectionTarget> injectionTargets
The list of injection targets for this resource. -
lookupName
java.lang.String lookupName
The JNDI lookup name for this resource. -
name
java.lang.String name
The name of this resource. -
properties
java.util.Map<java.lang.String,java.lang.Object> properties
Holder for our configured properties. -
resources
NamingResources resources
The NamingResources with which we are associated (if any). -
type
java.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
-
description
java.lang.String description
Description of this web resource collection. -
isFromDescriptor
boolean isFromDescriptor
This security collection was established by a deployment descriptor. Defaults totrue. -
methods
java.lang.String[] methods
The HTTP methods explicitly covered by this web resource collection. -
name
java.lang.String name
The name of this web resource collection. -
omittedMethods
java.lang.String[] omittedMethods
The HTTP methods explicitly excluded from this web resource collection. -
patterns
java.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
-
allRoles
boolean allRoles
Was the "all roles" wildcard -SecurityConstraint.ROLE_ALL_ROLES- included in the authorization constraints for this security constraint? -
authConstraint
boolean 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. -
authenticatedUsers
boolean authenticatedUsers
Was the "all authenticated users" wildcard -SecurityConstraint.ROLE_ALL_AUTHENTICATED_USERS- included in the authorization constraints for this security constraint? -
authRoles
java.lang.String[] authRoles
The set of roles permitted to access resources protected by this security constraint. -
collections
SecurityCollection[] collections
The set of web resource collections protected by this security constraint. -
displayName
java.lang.String displayName
The display name of this security constraint. -
userConstraint
java.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
-
link
java.lang.String link
The optional role link. -
name
java.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
-
asyncSupported
java.lang.Boolean asyncSupported
Does this servlet support async. -
description
java.lang.String description
The description of this servlet. -
displayName
java.lang.String displayName
The display name of this servlet. -
enabled
java.lang.Boolean enabled
Is this servlet enabled. -
jspFile
java.lang.String jspFile
The name of the JSP file to which this servlet definition applies -
largeIcon
java.lang.String largeIcon
The large icon associated with this servlet. -
loadOnStartup
java.lang.Integer loadOnStartup
The load-on-startup order for this servlet -
multipartDef
MultipartDef multipartDef
The multipart configuration, if any, for this servlet -
overridable
boolean overridable
Can this ServletDef be overridden by an SCI? -
parameters
java.util.Map<java.lang.String,java.lang.String> parameters
The set of initialization parameters for this servlet, keyed by parameter name. -
runAs
java.lang.String runAs
The run-as configuration for this servlet -
securityRoleRefs
java.util.Set<SecurityRoleRef> securityRoleRefs
The set of security role references for this servlet -
servletClass
java.lang.String servletClass
The fully qualified name of the Java class that implements this servlet. -
servletName
java.lang.String servletName
The name of this servlet, which must be unique among the servlets defined for a particular web application. -
smallIcon
java.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
-
name
MessageBytes name
The cookie name. -
value
MessageBytes value
The cookie value.
-
-
-
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
-
name
java.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
-
limit
long limit
The file count limit that was exceeded.
-
-
Class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException extends SizeException implements Serializable
- serialVersionUID:
- 8150776562029630058L
-
Serialized Fields
-
fieldName
java.lang.String fieldName
Field name of the item, which caused the exception. -
fileName
java.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
-
cause
FileUploadException 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
-
cause
java.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
-
actual
long actual
The actual size of the request. -
permitted
long 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
-
headerNameToValueListMap
java.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
-
displayName
java.lang.String displayName
Human-readable display name for this attribute. -
getMethod
java.lang.String getMethod
Name of the getter method for this attribute. -
is
boolean is
Whether this is a boolean attribute with an "is" getter. -
readable
boolean readable
Whether this attribute can be read by management applications. -
setMethod
java.lang.String setMethod
Name of the setter method for this attribute. -
writeable
boolean writeable
Whether this attribute can be written by management applications.
-
-
Class org.apache.tomcat.util.modeler.BaseAttributeFilter extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
names
java.util.Set<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
-
description
java.lang.String description
Human-readable description of this feature. -
info
javax.management.MBeanFeatureInfo info
The underlying JMX MBeanFeatureInfo object. -
name
java.lang.String name
The name of this feature. -
type
java.lang.String type
The fully qualified Java class name of this element.
-
-
Class org.apache.tomcat.util.modeler.ManagedBean extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,AttributeInfo> attributes
The map of attribute descriptors by name. -
className
java.lang.String className
The fully qualified name of the Java class of the MBean. -
description
java.lang.String description
The human-readable description of this MBean. -
domain
java.lang.String domain
The ObjectName domain in which this MBean should be registered. -
group
java.lang.String group
The group to which this MBean belongs. -
mBeanInfoLock
java.util.concurrent.locks.ReadWriteLock mBeanInfoLock
Lock for thread-safe access to the MBeanInfo cache. -
name
java.lang.String name
The name of this managed bean. -
notifications
NotificationInfo[] notifications
The collection of notifications for this MBean. -
operations
java.util.Map<java.lang.String,OperationInfo> operations
The map of operation descriptors by key. -
type
java.lang.String type
The fully qualified name of the Java class of the resource implementation class.
-
-
Class org.apache.tomcat.util.modeler.NotificationInfo extends FeatureInfo implements Serializable
- serialVersionUID:
- -6319885418912650856L
-
Serialized Fields
-
notifTypes
java.lang.String[] notifTypes
Array of notification types. -
notifTypesLock
java.util.concurrent.locks.ReadWriteLock notifTypesLock
Lock for notification types access.
-
-
Class org.apache.tomcat.util.modeler.OperationInfo extends FeatureInfo implements Serializable
- serialVersionUID:
- 4418342922072614875L
-
Serialized Fields
-
impact
java.lang.String impact
Impact of the operation. -
parameters
ParameterInfo[] parameters
Array of parameters. -
parametersLock
java.util.concurrent.locks.ReadWriteLock parametersLock
Lock for parameter access. -
role
java.lang.String role
Role of the operation.
-
-
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
-
caCertificateFile
java.lang.String caCertificateFile
The path to the CA certificate file. -
caCertificatePath
java.lang.String caCertificatePath
The path to the CA certificate directory. -
certificateRevocationListFile
java.lang.String certificateRevocationListFile
The path to the certificate revocation list file. -
certificateRevocationListPath
java.lang.String certificateRevocationListPath
The path to the certificate revocation list directory. -
certificates
java.util.Set<SSLHostConfigCertificate> certificates
The set of certificate configurations. -
certificateVerification
SSLHostConfig.CertificateVerification certificateVerification
The client certificate verification mode. -
certificateVerificationDepth
int certificateVerificationDepth
The depth for certificate chain verification. -
certificateVerificationDepthConfigured
boolean certificateVerificationDepthConfigured
Whether the certificate verification depth was explicitly configured. -
cipherList
java.util.LinkedHashSet<Cipher> cipherList
The parsed cipher list for TLS 1.2 and below. -
ciphers
java.lang.String ciphers
The cipher configuration for TLS 1.2 and below (OpenSSL format). -
cipherSuiteList
java.util.LinkedHashSet<Cipher> cipherSuiteList
The parsed cipher suite list for TLS 1.3. -
cipherSuites
java.lang.String cipherSuites
The cipher suite configuration for TLS 1.3. -
cipherSuitesFromCiphers
java.lang.String cipherSuitesFromCiphers
-
configType
SSLHostConfig.Type configType
The detected configuration type (JSSE or OpenSSL). -
defaultCertificate
SSLHostConfigCertificate defaultCertificate
The default certificate configuration. -
disableCompression
boolean disableCompression
Whether TLS compression is disabled. -
disableSessionTickets
boolean disableSessionTickets
Whether TLS session tickets are disabled. -
enabledCiphers
java.lang.String[] enabledCiphers
The ciphers enabled by the SSL engine. -
enabledProtocols
java.lang.String[] enabledProtocols
The protocols enabled by the SSL engine. -
explicitlyRequestedProtocols
java.util.Set<java.lang.String> explicitlyRequestedProtocols
The set of protocols explicitly requested by the user. -
groupList
java.util.LinkedHashSet<Group> groupList
The parsed group list. -
groups
java.lang.String groups
The configured TLS named groups. -
honorCipherOrder
boolean honorCipherOrder
Whether to honor the server's cipher order preference. -
hostName
java.lang.String hostName
The name of the virtual host. -
insecureRenegotiation
boolean insecureRenegotiation
Whether insecure renegotiation is allowed. -
jsseCipherNames
java.util.List<java.lang.String> jsseCipherNames
The JSSE cipher names derived from the configuration. -
keyManagerAlgorithm
java.lang.String keyManagerAlgorithm
The key manager algorithm. -
ocspEnabled
boolean ocspEnabled
Whether OCSP stapling is enabled. -
ocspSoftFail
boolean ocspSoftFail
Whether OCSP soft fail is enabled. -
ocspTimeout
int ocspTimeout
The OCSP request timeout in milliseconds. -
ocspVerifyFlags
int ocspVerifyFlags
The OCSP verification flags. -
oname
javax.management.ObjectName oname
The JMX object name. -
openSslConf
OpenSSLConf openSslConf
The OpenSSL configuration. -
protocols
java.util.Set<java.lang.String> protocols
The set of enabled SSL/TLS protocols. -
revocationEnabled
boolean revocationEnabled
Whether CRL/OCSP revocation checking is enabled. -
sessionCacheSize
int sessionCacheSize
The SSL session cache size. -
sessionTimeout
int sessionTimeout
The SSL session timeout in seconds. -
sslProtocol
java.lang.String sslProtocol
The JSSE SSL protocol name. -
tls13RenegotiationAvailable
boolean tls13RenegotiationAvailable
Whether TLS 1.3 renegotiation is available. -
trustConfigType
SSLHostConfig.Type trustConfigType
The detected trust configuration type (JSSE or OpenSSL). -
trustManagerClassName
java.lang.String trustManagerClassName
The trust manager class name. -
truststoreAlgorithm
java.lang.String truststoreAlgorithm
The truststore algorithm. -
truststoreFile
java.lang.String truststoreFile
The truststore file path. -
truststorePassword
java.lang.String truststorePassword
The truststore password. -
truststoreProvider
java.lang.String truststoreProvider
The truststore provider. -
truststoreType
java.lang.String truststoreType
The truststore type.
-
-
Class org.apache.tomcat.util.net.SSLHostConfigCertificate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateChainFile
java.lang.String certificateChainFile
The path to the certificate chain file. -
certificateFile
java.lang.String certificateFile
The path to the certificate file. -
certificateKeyAlias
java.lang.String certificateKeyAlias
The alias of the key entry in the keystore. -
certificateKeyFile
java.lang.String certificateKeyFile
The path to the private key file. -
certificateKeyPassword
java.lang.String certificateKeyPassword
The password for the certificate's private key. -
certificateKeyPasswordFile
java.lang.String certificateKeyPasswordFile
The path to the file containing the certificate key password. -
certificateKeystoreFile
java.lang.String certificateKeystoreFile
The path to the keystore file. -
certificateKeystorePassword
java.lang.String certificateKeystorePassword
The password used to access the keystore. -
certificateKeystorePasswordFile
java.lang.String certificateKeystorePasswordFile
The path to the file containing the keystore password. -
certificateKeystoreProvider
java.lang.String certificateKeystoreProvider
The provider of the keystore. -
certificateKeystoreType
java.lang.String certificateKeystoreType
The type of the keystore. -
oname
javax.management.ObjectName oname
The JMX object name for this certificate. -
sslHostConfig
SSLHostConfig sslHostConfig
The parent SSL host configuration. -
storeType
org.apache.tomcat.util.net.SSLHostConfigCertificate.StoreType storeType
The type of certificate store (KEYSTORE or PEM). -
type
SSLHostConfigCertificate.Type type
The type of this certificate.
-
-
-
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
-
commands
java.util.List<OpenSSLConfCmd> commands
The list of OpenSSL configuration commands.
-
-
Class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
The command name. -
value
java.lang.String value
The command 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
-
minBufferSize
int minBufferSize
The minimum buffer size required.
-
-
Class org.apache.tomcat.websocket.WsIOException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closeReason
CloseReason closeReason
The WebSocket close reason.
-
-
-
Package org.apache.tomcat.websocket.server
-
Class org.apache.tomcat.websocket.server.WsFilter extends GenericFilter implements Serializable
- serialVersionUID:
- 1L
-