MCPcopy Create free account

hub / github.com/Aresyi/HowTomcatWorks / functions

Functions6,058 in github.com/Aresyi/HowTomcatWorks

↓ 12 callersMethodgetBasic
<p>Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
how-tomcat-works-util/src/main/java/org/apache/catalina/Pipeline.java:102
↓ 12 callersMethodgetScheme
Return the scheme that will be assigned to requests received through this connector. Default value is "http".
how-tomcat-works-util/src/main/java/org/apache/catalina/Connector.java:133
↓ 12 callersMethodgetStatus
Return the HTTP status code associated with this Response.
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpResponse.java:132
↓ 12 callersMethodinstall
Install a new web application, whose web application archive is at the specified URL, into this container with the specified context path. A context p
how-tomcat-works-util/src/main/java/org/apache/catalina/Deployer.java:144
↓ 12 callersMethodisCommitted
()
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/http/HttpResponseFacade.java:77
↓ 12 callersMethodlog
Log a message on the Logger associated with our Container (if any) @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardWrapperValve.java:408
↓ 12 callersMethodlog
(String s)
how-tomcat-works-util/src/main/java/org/apache/catalina/util/ProcessHelper.java:545
↓ 12 callersMethodlog
( Level level, String msg, Throwable ex )
how-tomcat-works-util/src/main/java/org/apache/juli/logging/DirectJDKLog.java:151
↓ 12 callersMethodnullsToBlanks
Converts null strings to blank strings ("") @param string to be converted if necessary @return a non-null string, either the original or the emp
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/CGIServlet.java:1250
↓ 12 callersMethodpeek
Peek to see if something is available.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Queue.java:109
↓ 12 callersMethodunbind
Unbinds the named object. Removes the terminal atomic name in name from the target context--that named by all but the terminal atomic part of name. <p
how-tomcat-works-util/src/main/java/org/apache/naming/NamingContext.java:282
↓ 11 callersMethodcacheUnload
Remove entry from cache.
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ProxyDirContext.java:1534
↓ 11 callersMethodfindResources
Return the defined resource references for this application. If none have been defined, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:795
↓ 11 callersMethodfindSessions
Return the set of active Sessions associated with this Manager. If this Manager has no active Sessions, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Manager.java:218
↓ 11 callersMethodgetAuthType
Return the authentication type used to authenticate our cached Principal, if any.
how-tomcat-works-util/src/main/java/org/apache/catalina/Session.java:107
↓ 11 callersMethodgetDebug
Get the debug level for this component @return The debug level
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterSender.java:111
↓ 11 callersMethodgetDefaultContext
Retrieve the DefaultContext for new web applications.
how-tomcat-works-util/src/main/java/org/apache/catalina/Host.java:159
↓ 11 callersMethodgetHeaderNames
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpResponse.java:109
↓ 11 callersMethodgetLogger
Return the Logger for this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:165
↓ 11 callersMethodgetRealPath
Return the real path of the specified virtual path. @param path Path to be translated @deprecated As of version 2.1 of the Java Servlet API, use <c
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:867
↓ 11 callersMethodgetRemoteAddr
Return the remote IP address making this Request.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:888
↓ 11 callersMethodgetResource
Return the URL to the resource that is mapped to a specified path. The path must begin with a "/" and is interpreted as relative to the current contex
how-tomcat-works-util/src/main/java/org/apache/catalina/core/ApplicationContext.java:629
↓ 11 callersMethodgetRolename
Return the role name of this role, which must be unique within the scope of a {@link UserDatabase}.
how-tomcat-works-util/src/main/java/org/apache/catalina/Role.java:103
↓ 11 callersMethodgetServerInfo
Return the server identification for this version of Tomcat.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/ServerInfo.java:115
↓ 11 callersMethodgetServerPort
Return the server port responding to this Request.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:937
↓ 11 callersMethodgetUserPrincipal
()
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:257
↓ 11 callersMethodgetWriter
Return a printwriter, throws and exception if a OutputStream already been returned. @return a PrintWriter object @exception java.io.IOException if th
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java:123
↓ 11 callersMethodread
Read byte.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/SocketInputStream.java:464
↓ 11 callersMethodresolveClass
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context. @@param classDesc Clas
how-tomcat-works-util/src/main/java/org/apache/catalina/util/CustomObjectInputStream.java:116
↓ 11 callersMethodsetDocBase
Set the document root for this Context. This can be an absolute pathname, a relative pathname, or a URL. @param docBase The new document root
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:757
↓ 11 callersMethodsetLoader
Set the Loader with which this Context is associated. @param loader The newly associated loader
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:781
↓ 11 callersMethodsetPath
Set the context path for this Context. <p> <b>IMPLEMENTATION NOTE</b>: The context path is used as the "name" of a Context, because it must be unique
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:887
↓ 11 callersMethodtoString
Return a String rendering of this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/valves/ErrorReportValve.java:207
↓ 10 callersMethodaddCookie
Add a Cookie to the set of Cookies associated with this Request. @param cookie The new cookie
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:93
↓ 10 callersMethodexception
Handle the specified ServletException encountered while processing the specified Request to produce the specified Response. Any exceptions that occur
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardWrapperValve.java:389
↓ 10 callersMethodgetLength
Return the length of the string we are parsing.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/StringParser.java:162
↓ 10 callersMethodgetRemoteHost
Return the remote host name making this Request.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:898
↓ 10 callersMethodgetRemoteUser
()
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:245
↓ 10 callersMethodgetRequestURI
()
how-tomcat-works-util/src/main/java/org/apache/catalina/authenticator/SavedRequest.java:208
↓ 10 callersMethodgetServletContext
Return the servlet context for which this Context is a facade.
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:1031
↓ 10 callersMethodisCommitted
Has the output of this response already been committed?
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/http/HttpResponse.java:482
↓ 10 callersMethodisValid
Return the <code>isValid</code> flag for this session.
how-tomcat-works-util/src/main/java/org/apache/catalina/Session.java:244
↓ 10 callersMethodlog
Log a debugging detail message. @param message The message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/Tool.java:293
↓ 10 callersMethodlog
Log a message on the Logger associated with our Manager (if any). @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:1521
↓ 10 callersMethodlog
Log a message. @param message The message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/GlobalResourcesLifecycleListener.java:305
↓ 10 callersMethodsetRequestedSessionURL
Set a flag indicating whether or not the requested session ID for this request came in through a URL. This is normally called by the HTTP Connector,
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:222
↓ 10 callersMethodsetServerPort
Set the port number of the server to process this request. @param port The server port
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:342
↓ 9 callersMethodURLDecode
Decode and return the specified URL-encoded String. When the byte array is converted to a string, the system default character encoding is used... Th
how-tomcat-works-util/src/main/java/org/apache/catalina/util/RequestUtil.java:353
↓ 9 callersMethodaddPermission
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path. @param path file directory path
how-tomcat-works-util/src/main/java/org/apache/catalina/loader/WebappClassLoader.java:470
↓ 9 callersMethodfindEnvironments
Return the set of defined environment entries for this web application. If none have been defined, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:643
↓ 9 callersMethodfindResourceLinks
Return the defined resource links for this application. If none have been defined, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:788
↓ 9 callersMethodgetConfigErrMsg
()
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/SSIMediator.java:149
↓ 9 callersMethodgetLastModified
Get last modified time. @return lastModified time value
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ResourceAttributes.java:474
↓ 9 callersMethodgetNamingResources
Return the naming resources associated with this web application.
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/StandardContextMBean.java:133
↓ 9 callersMethodgetNamingResources
Return the naming resources associated with this web application.
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/DefaultContextMBean.java:133
↓ 9 callersMethodgetPath
Return the context path for this web application.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:287
↓ 9 callersMethodgetPort
Return the port number we listen to for shutdown commands.
how-tomcat-works-util/src/main/java/org/apache/catalina/Server.java:126
↓ 9 callersMethodgetTimeZone
Get the timezone used for formatting conversions @return the timezone
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Strftime.java:193
↓ 9 callersMethodgetURL
Get URL.
how-tomcat-works-util/src/main/java/org/apache/catalina/loader/WebappClassLoader.java:2030
↓ 9 callersMethodgetWrapper
Return the Wrapper within which this Request is being processed.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:199
↓ 9 callersMethodisLocked
Check to see if a resource is currently write locked. The method will look at the "If" header to make sure the client has give the appropriate lock to
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/WebdavServlet.java:1391
↓ 9 callersMethodlog
Log a debugging detail message. @param message The message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/BootstrapService.java:366
↓ 9 callersMethodlog
Log a message on the Logger associated with our Container (if any). @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/StandardCluster.java:436
↓ 9 callersMethodlogName
Return the abbreviated name of this container for logging messsages
how-tomcat-works-util/src/main/java/org/apache/catalina/core/ContainerBase.java:1445
↓ 9 callersMethodmap
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return <code>null</code>. @param uri Requ
how-tomcat-works-util/src/main/java/org/apache/catalina/Host.java:212
↓ 9 callersMethodregister
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve,
how-tomcat-works-util/src/main/java/org/apache/catalina/authenticator/AuthenticatorBase.java:962
↓ 9 callersMethodremoveChild
Remove an existing child Container from association with this parent Container. @param child Existing child Container to be removed
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:401
↓ 9 callersMethodsendError
Disallow <code>sendError()</code> calls on an included response. @param sc The new status code @exception IOException if an input/output error occur
how-tomcat-works-util/src/main/java/org/apache/catalina/core/ApplicationHttpResponse.java:272
↓ 9 callersMethodsetConfigured
Set the "correctly configured" flag for this Context. This can be set to false by startup listeners that detect a fatal configuration error to avoid
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:181
↓ 9 callersMethodsetContext
Set the Context within which this Request is being processed. This must be called as soon as the appropriate Context is identified, because it identi
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:133
↓ 9 callersMethodsetServerName
Set the name of the server (virtual host) to process this request. @param name The server name
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:334
↓ 9 callersMethodsetSuspended
Set the suspended flag. @param suspended The new suspended flag value
how-tomcat-works-util/src/main/java/org/apache/catalina/Response.java:138
↓ 9 callersMethodtoString
Return a String value representing this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpProcessor.java:269
↓ 8 callersMethodaddCommand
( String name, SSICommand command )
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/SSIProcessor.java:112
↓ 8 callersMethodcheckSecurityToken
Check a submitted security token. The submitted token must be equal to the token present in the repository. If no token is present for the context, th
how-tomcat-works-util/src/main/java/org/apache/naming/ContextAccessController.java:131
↓ 8 callersMethodfindResource
Return the resource reference with the specified name, if any; otherwise return <code>null</code>. @param name Name of the desired resource reference
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:755
↓ 8 callersMethodfindRole
Return the {@link Role} with the specified role name, if any; otherwise return <code>null</code>. @param rolename Name of the role to return
how-tomcat-works-util/src/main/java/org/apache/catalina/UserDatabase.java:166
↓ 8 callersMethodgetConnection
Check the connection associated with this store, if it's <code>null</code> or closed try to reopen it. Returns <code>null</code> if the connection cou
how-tomcat-works-util/src/main/java/org/apache/catalina/session/JDBCStore.java:700
↓ 8 callersMethodgetCookies
Return the "use cookies for session ids" flag.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:187
↓ 8 callersMethodgetDebug
Return the debugging detail level for this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/HostConfig.java:250
↓ 8 callersMethodgetInfo
Return descriptive information about this Server implementation and the corresponding version number, in the format <code>&lt;description&gt;/&lt;vers
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:304
↓ 8 callersMethodgetManager
Get the StringManager for a particular package. If a manager for a package already exists, it will be reused, else a new StringManager will be created
how-tomcat-works-util/src/main/java/org/apache/naming/StringManager.java:256
↓ 8 callersMethodgetName
Retruns the JNDI component name.
how-tomcat-works-util/src/main/java/org/apache/naming/NamingServiceMBean.java:110
↓ 8 callersMethodgetOutputStream
Return the servlet output stream associated with this Response. @exception IllegalStateException if <code>getWriter</code> has already been called f
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseBase.java:649
↓ 8 callersMethodinitialize
Invoke a pre-startup initialization. This is used to allow connectors to bind to restricted ports under Unix operating environments. @exception Lifec
how-tomcat-works-util/src/main/java/org/apache/catalina/Server.java:197
↓ 8 callersMethodinstanceEvent
Acknowledge the occurrence of the specified event. @param event InstanceEvent that has occurred
how-tomcat-works-util/src/main/java/org/apache/catalina/InstanceListener.java:85
↓ 8 callersMethodisExclusive
Return true if the lock is exclusive.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/WebdavServlet.java:2634
↓ 8 callersMethodlist
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information. @param writer Writer to render to
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/HTMLManagerServlet.java:189
↓ 8 callersMethodremoveQuotes
Removes the quotes on a string.
how-tomcat-works-util/src/main/java/org/apache/catalina/authenticator/DigestAuthenticator.java:380
↓ 8 callersMethodsendError
Send an error response with the specified status and message. @param status HTTP status code to send @param message Corresponding message to send @e
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpResponseImpl.java:115
↓ 8 callersMethodsetDebug
Set the debugging detail level for this component. @param debug The new debugging detail level
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:145
↓ 8 callersMethodsetDebug
Set the debug detail level for this component. @param debug The debug level
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterSender.java:104
↓ 8 callersMethodsetParent
Set the parent Container to which this Container is being added as a child. This Container may refuse to become attached to the specified Container b
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:225
↓ 8 callersMethodsetQueryString
Set the query string for this Request. This will normally be called by the HTTP Connector, when it parses the request headers. @param query The quer
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:183
↓ 8 callersMethodsetRequest
Set the Request with which this Response is associated. @param request The new associated request
how-tomcat-works-util/src/main/java/org/apache/catalina/Response.java:109
↓ 8 callersMethodsetServletClass
Set the fully qualified servlet class name for this servlet. @param servletClass Servlet class name
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardWrapper.java:498
↓ 8 callersMethodstreamContent
Content accessor. @return InputStream
how-tomcat-works-util/src/main/java/org/apache/naming/resources/Resource.java:119
↓ 8 callersMethodtoByteArray
Write our stream to the <code>OutputStream</code> provided. @param out the OutputStream to write this stream to @exception IOException if an input/ou
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/ByteArrayServletOutputStream.java:98
↓ 8 callersMethodtoString
Return a String rendering of this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/authenticator/SingleSignOn.java:409
↓ 8 callersMethodunavailable
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time. @param unavailable The exception that occurred
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardWrapper.java:1040
← previousnext →201–300 of 6,058, ranked by callers