MCPcopy Create free account

hub / github.com/Aresyi/HowTomcatWorks / functions

Functions6,058 in github.com/Aresyi/HowTomcatWorks

↓ 604 callersMethodgetString
Return the String we are currently parsing.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/StringParser.java:172
↓ 443 callersMethodprintln
Terminate the current line by writing the line separator string.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseWriter.java:188
↓ 337 callersMethodequals
Compare two URLs for equality. The result is <code>true</code> if and only if the argument is not null, and is a <code>URL</code> object that represe
how-tomcat-works-util/src/main/java/org/apache/catalina/util/URL.java:348
↓ 286 callersMethodgetName
Retruns the Catalina component name.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:119
↓ 270 callersMethodput
Put the object into the queue. @param object the object to be appended to the queue.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Queue.java:77
↓ 202 callersMethodlog
( String message, Throwable throwable )
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/SSIExternalResolver.java:111
↓ 184 callersMethodget
Get the first object out of the queue. Return null if the queue is empty.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Queue.java:99
↓ 173 callersMethodlog
The log method to use in the implementation @param message The message to be logged.
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterSender.java:132
↓ 160 callersMethodwriteElement
Write an element. @param name Element name @param namespace Namespace abbreviation @param type Element type
how-tomcat-works-util/src/main/java/org/apache/catalina/util/XMLWriter.java:193
↓ 151 callersMethodclose
Finalize access to this user database. @exception Exception if any exception is thrown during closing
how-tomcat-works-util/src/main/java/org/apache/catalina/UserDatabase.java:119
↓ 145 callersMethodindexOf
Test if the uri includes the given char array.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpRequestLine.java:85
↓ 143 callersMethodequals
Test if the name of the header is equal to the given char array. All the characters must already be lower case.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpHeader.java:87
↓ 141 callersMethodadd
Add this Session to the set of active Sessions for this Manager. @param session Session to be added
how-tomcat-works-util/src/main/java/org/apache/catalina/Manager.java:176
↓ 127 callersMethodprint
Print a boolean value. @param b The value to be printed
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseWriter.java:72
↓ 124 callersMethodgetParent
Return the Container for which this Container is a child, if there is one. If there is no defined parent, return <code>null</code>.
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:211
↓ 117 callersMethodprintln
()
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/ResponseWriter.java:62
↓ 111 callersMethodgetProperty
Get the value of the specified property in the classloader local configuration. @param name The property name
how-tomcat-works-util/src/main/java/org/apache/juli/ClassLoaderLogManager.java:198
↓ 109 callersMethodfireLifecycleEvent
Notify all lifecycle event listeners that a particular event has occurred for this Container. The default implementation performs this notification s
how-tomcat-works-util/src/main/java/org/apache/catalina/util/LifecycleSupport.java:158
↓ 99 callersMethodtoString
Return a string representation of this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/URL.java:607
↓ 97 callersMethodgetRequest
Return the <code>ServletRequest</code> for which this object is the facade.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:148
↓ 96 callersMethodlog
Log a message. @param message The message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/ServerLifecycleListener.java:1214
↓ 96 callersMethodnext
Retrieves the next element in the enumeration.
how-tomcat-works-util/src/main/java/org/apache/naming/NamingContextEnumeration.java:112
↓ 92 callersMethodhasMoreElements
Tests if this enumeration contains more elements. @return <code>true</code> if and only if this enumeration object contains at least one more elemen
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Enumerator.java:149
↓ 92 callersMethodremove
Remove the Session with the specified session identifier from this Store, if present. If no such Session is present, this method takes no action. @p
how-tomcat-works-util/src/main/java/org/apache/catalina/Store.java:163
↓ 91 callersMethodsize
How many elements are there in this queue?
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Queue.java:125
↓ 89 callersMethodcreateObjectName
Create an <code>ObjectName</code> for this <code>Connector</code> object. @param domain Domain in which this name is to be created @param connector T
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:795
↓ 85 callersMethodfindChild
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return <code>null</code> @param name Name of
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:333
↓ 85 callersMethodgetResponse
Return the Response with which this Request is associated.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:154
↓ 85 callersMethodnextElement
Returns the next element of this enumeration if this enumeration has at least one more element to provide. @return the next element of this enumerati
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Enumerator.java:164
↓ 81 callersMethodsendError
Send an error response with the specified status and a default message. @param status HTTP status code to send @exception IllegalStateException if t
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/HttpResponseBase.java:1011
↓ 80 callersMethodfireContainerEvent
Notify all container event listeners that a particular event has occurred for this Container. The default implementation performs this notification s
how-tomcat-works-util/src/main/java/org/apache/catalina/core/ContainerBase.java:1391
↓ 74 callersMethodget
Get attribute.
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ResourceAttributes.java:735
↓ 73 callersMethodinvoke
<p>Perform request processing as required by this Valve.</p> <p>An individual Valve <b>MAY</b> perform the following actions, in the specified order:
how-tomcat-works-util/src/main/java/org/apache/catalina/Valve.java:152
↓ 70 callersMethodgetString
Get a string from the underlying resource bundle. @param key
how-tomcat-works-util/src/main/java/org/apache/naming/StringManager.java:123
↓ 68 callersMethodgetValue
Return the object bound with the specified name in this session, or <code>null</code> if no object is bound with that name. @param name Name of the v
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:982
↓ 67 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/catalina/util/StringManager.java:249
↓ 62 callersMethodgetLogger
Get the Logger for this component @return The Logger associated with this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterSender.java:125
↓ 60 callersMethodstart
Start this component, must be called before it can be used.
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterReceiver.java:161
↓ 55 callersMethodlog
Writes the specified message to a servlet log file, usually an event log. The name and type of the servlet log is specific to the servlet container.
how-tomcat-works-util/src/main/java/org/apache/catalina/Logger.java:163
↓ 54 callersMethodlog
Log a debugging output message. @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/loader/WebappClassLoader.java:2051
↓ 53 callersMethodgetServletContext
Return the servlet context for which this Context is a facade.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:359
↓ 50 callersMethodclear
Remove all Sessions from this Store.
how-tomcat-works-util/src/main/java/org/apache/catalina/Store.java:169
↓ 50 callersMethodparseName
Parses a name. @return the parsed name
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ProxyDirContext.java:1356
↓ 50 callersMethodstop
The stop method for this component, should be called when closing down the Cluster.
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterReceiver.java:172
↓ 48 callersMethodgetMethod
()
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:243
↓ 48 callersMethodgetPath
Path accessor.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/CatalinaManagerMBean.java:131
↓ 46 callersMethodgetContainer
Return the Container with which this Realm has been associated.
how-tomcat-works-util/src/main/java/org/apache/catalina/Realm.java:93
↓ 45 callersMethodwrite
Write to our buffer @param b The parameter to write
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/ByteArrayServletOutputStream.java:107
↓ 44 callersMethodaddLifecycleListener
Add a LifecycleEvent listener to this component. @param listener The listener to add
how-tomcat-works-util/src/main/java/org/apache/catalina/Lifecycle.java:128
↓ 43 callersMethodgetAbsolutePath
( String path )
how-tomcat-works-util/src/main/java/org/apache/catalina/ssi/SSIServletExternalResolver.java:277
↓ 43 callersMethodgetProtocol
Return the protocol for which this Mapper is responsible.
how-tomcat-works-util/src/main/java/org/apache/catalina/Mapper.java:107
↓ 43 callersMethodtoString
()
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ProxyDirContext.java:1569
↓ 42 callersMethodcreateManagedName
Create and return the name of the <code>ManagedBean</code> that corresponds to this Catalina component. @param component The component for which to c
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:182
↓ 42 callersMethodformat
Format the date according to the strftime-style string given in the constructor. @param date the date to format @return the formatted date
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Strftime.java:184
↓ 42 callersMethodgetService
Return the <code>Service</code> with which we are associated (if any).
how-tomcat-works-util/src/main/java/org/apache/catalina/Engine.java:131
↓ 42 callersMethodsetContainer
Set the Container with which this Realm has been associated. @param container The associated Container
how-tomcat-works-util/src/main/java/org/apache/catalina/Realm.java:101
↓ 41 callersMethodcreateMBean
Create, register, and return an MBean for this <code>Connector</code> object. @param connector The Connector to be managed @exception Exception if a
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:209
↓ 40 callersMethodloadClass
Load the class with the specified name. This method searches for classes in the same manner as <code>loadClass(String, boolean)</code> with <code>fal
how-tomcat-works-util/src/main/java/org/apache/catalina/loader/WebappClassLoader.java:1265
↓ 40 callersMethodlog
Log a debugging output message. @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/loader/StandardClassLoader.java:1190
↓ 40 callersMethodtoString
()
how-tomcat-works-ex15/src/main/java/ex15/pyrmont/digestertest/Address.java:23
↓ 39 callersMethodgetHeader
Return the value for the specified header, or <code>null</code> if this header has not been set. If more than one value was added for this name, only
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpResponse.java:102
↓ 39 callersMethodgetName
Return the name of this Service.
how-tomcat-works-util/src/main/java/org/apache/catalina/Service.java:115
↓ 39 callersMethodlog
Log a message on the Logger associated with our Context (if any) @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/ContextConfig.java:564
↓ 39 callersMethodprint
Prints the specified node, recursively.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/DOMWriter.java:149
↓ 38 callersMethodgetServer
Return the singleton <code>Server</code> instance for this JVM.
how-tomcat-works-util/src/main/java/org/apache/catalina/ServerFactory.java:97
↓ 38 callersMethodgetType
()
how-tomcat-works-util/src/main/java/org/apache/catalina/deploy/ContextEjb.java:158
↓ 38 callersMethodstart
Start an existing web application, attached to the specified context path. Only starts a web application if it is not running. @param contextPath Th
how-tomcat-works-util/src/main/java/org/apache/catalina/Deployer.java:224
↓ 36 callersMethoddestroyMBean
Deregister the MBean for this <code>Connector</code> object. @param connector The Connector to be managed @exception Exception if an MBean cannot be
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:1674
↓ 36 callersMethodisEmpty
Is the queue empty?
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Queue.java:118
↓ 34 callersMethodaddValve
<p>Add a new Valve to the end of the pipeline associated with this Container. Prior to adding the Valve, the Valve's <code>setContainer()</code> meth
how-tomcat-works-util/src/main/java/org/apache/catalina/Pipeline.java:142
↓ 34 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/valves/RequestDumperValve.java:263
↓ 32 callersMethodflush
Flush any buffered data for this output stream, which also causes the response to be committed.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseStream.java:171
↓ 32 callersMethodgetAttribute
Return the object bound with the specified name in this session, or <code>null</code> if no object is bound with that name. @param name Name of the a
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:937
↓ 30 callersMethodfindLifecycleListeners
Get the lifecycle listeners associated with this lifecycle. If this Lifecycle has no listeners registered, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Lifecycle.java:135
↓ 30 callersMethodfindService
Return the specified Service (if it exists); otherwise return <code>null</code>. @param name Name of the Service to be returned
how-tomcat-works-util/src/main/java/org/apache/catalina/Server.java:174
↓ 30 callersMethodgetLoader
Return the Loader with which this Container is associated. If there is no associated Loader, return the Loader associated with our parent Container (
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:126
↓ 30 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/authenticator/AuthenticatorBase.java:915
↓ 30 callersMethodtoString
Print important CGI environment information in a easy-to-read HTML table @return HTML string containing CGI environment info
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/CGIServlet.java:1122
↓ 29 callersMethodaddHeader
Add a Header to the set of Headers associated with this Request. @param name The new header name @param value The new header value
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:102
↓ 29 callersMethodequals
Test if the name of the header is equal to the given char array. All the characters must already be lower case.
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/http/HttpHeader.java:86
↓ 29 callersMethodgetClassLoader
Return the Java class loader to be used by this Container.
how-tomcat-works-util/src/main/java/org/apache/catalina/Loader.java:111
↓ 29 callersMethodgetRealm
Return the default Realm for our Containers.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:179
↓ 29 callersMethodlookup
Look up and return the cached SingleSignOn entry associated with this sso id value, if there is one; otherwise return <code>null</code>. @param ssoId
how-tomcat-works-util/src/main/java/org/apache/catalina/authenticator/SingleSignOn.java:553
↓ 28 callersMethodgetValves
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any). If there are no such Valves, a zero-leng
how-tomcat-works-util/src/main/java/org/apache/catalina/Pipeline.java:150
↓ 28 callersMethodtoString
Return a string representation of this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:823
↓ 28 callersMethodwriteProperty
Write property to the XML. @param namespace Namespace @param namespaceInfo Namespace info @param name Property name @param value Property value
how-tomcat-works-util/src/main/java/org/apache/catalina/util/XMLWriter.java:152
↓ 27 callersMethodflush
Flush any buffered data for this output stream, which also causes the response to be committed.
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/ResponseStream.java:126
↓ 27 callersMethodgetId
Return the session identifier for this session.
how-tomcat-works-util/src/main/java/org/apache/catalina/Session.java:137
↓ 27 callersMethodlog
Log a message on the Logger associated with our Host (if any) @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/HostConfig.java:828
↓ 27 callersMethodsetStatus
Set the HTTP status to be returned with this response. @param status The new HTTP status
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/HttpResponseBase.java:1168
↓ 27 callersMethodstop
Stop an existing web application, attached to the specified context path. Only stops a web application if it is running. @param contextPath The cont
how-tomcat-works-util/src/main/java/org/apache/catalina/Deployer.java:240
↓ 26 callersMethodaddStatusCodeMap
Adds a new status code -> status text mapping. This is a static method because the mapping is a static variable. @param nKey [IN] HTTP or WebDA
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/WebdavServlet.java:3036
↓ 26 callersMethodfireInstanceEvent
Notify all lifecycle event listeners that a particular event has occurred for this Container. The default implementation performs this notification s
how-tomcat-works-util/src/main/java/org/apache/catalina/util/InstanceSupport.java:164
↓ 26 callersMethodgetBoundContext
Get the bound context.
how-tomcat-works-util/src/main/java/org/apache/naming/SelectorContext.java:662
↓ 26 callersMethodgetContentLength
Return the content length that was set or calculated for this Response.
how-tomcat-works-util/src/main/java/org/apache/catalina/Response.java:183
↓ 26 callersMethodgetMessage
Return the error message that was set with <code>sendError()</code> for this Response.
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpResponse.java:126
↓ 26 callersMethodgetResources
Return the Resources with which this Container is associated. If there is no associated Resources object, return the Resources associated with our pa
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:266
↓ 26 callersMethodinvokeNext
Cause the <code>invoke()</code> method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on th
how-tomcat-works-util/src/main/java/org/apache/catalina/ValveContext.java:126
↓ 26 callersMethodisCommitted
Has the output of this response already been committed?
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseBase.java:703
↓ 26 callersMethodlog
Log the specified message to our current Logger (if any). @param message Message to be logged
how-tomcat-works-util/src/main/java/org/apache/catalina/core/NamingContextListener.java:1077
next →1–100 of 6,058, ranked by callers