MCPcopy Create free account

hub / github.com/Aresyi/HowTomcatWorks / functions

Functions6,058 in github.com/Aresyi/HowTomcatWorks

↓ 25 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/connector/http/HttpProcessor.java:345
↓ 25 callersMethodremoveLifecycleListener
Remove a LifecycleEvent listener from this component. @param listener The listener to remove
how-tomcat-works-util/src/main/java/org/apache/catalina/Lifecycle.java:143
↓ 24 callersMethodaddPropertyChangeListener
Add a property change listener to this component. @param listener The listener to add
how-tomcat-works-util/src/main/java/org/apache/catalina/Realm.java:120
↓ 24 callersMethodflush
Flush this stream, and cause the response to be committed.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseWriter.java:58
↓ 24 callersMethodgetContainer
Return the <code>Container</code> that handles requests for all <code>Connectors</code> associated with this Service.
how-tomcat-works-util/src/main/java/org/apache/catalina/Service.java:92
↓ 24 callersMethodgetName
Return the canonical, fully qualified, name of the virtual host this Container represents.
how-tomcat-works-util/src/main/java/org/apache/catalina/Host.java:166
↓ 24 callersMethodgetSession
Return the <code>HttpSession</code> for which this object is the facade.
how-tomcat-works-util/src/main/java/org/apache/catalina/Session.java:230
↓ 24 callersMethodparseName
Strips the URL header. @return the parsed name @exception NamingException if there is no "java:" header or if no naming context has been bound to thi
how-tomcat-works-util/src/main/java/org/apache/naming/SelectorContext.java:698
↓ 24 callersMethodput
Put attribute.
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ResourceAttributes.java:771
↓ 24 callersMethodread
Read and return a single byte from this input stream, or -1 if end of file has been encountered. @exception IOException if an input/output error occu
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestStream.java:178
↓ 24 callersMethodremovePropertyChangeListener
Remove a property change listener from this component. @param listener The listener to remove
how-tomcat-works-util/src/main/java/org/apache/catalina/Realm.java:190
↓ 24 callersMethodstoreAttributes
Store the relevant attributes of the specified JavaBean, plus a <code>className</code> attribute defining the fully qualified Java class name of the b
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardServer.java:950
↓ 24 callersMethodwriteText
Write text. @param text Text to append
how-tomcat-works-util/src/main/java/org/apache/catalina/util/XMLWriter.java:255
↓ 23 callersMethodprint
(boolean b)
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/ResponseWriter.java:17
↓ 23 callersMethodsetBasic
<p>Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any). Prioer to setting the basic Valve, the Valve's <
how-tomcat-works-util/src/main/java/org/apache/catalina/Pipeline.java:117
↓ 22 callersMethodformat
Note: breaks functionality of fieldPosition param. Also: there's a bug in SimpleDateFormat with "S" and "SS", use "SSS" instead if you want a msec fie
how-tomcat-works-util/src/main/java/org/apache/catalina/util/FastDateFormat.java:100
↓ 22 callersMethodindexOf
Test if the uri includes the given char array.
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/http/HttpRequestLine.java:85
↓ 22 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/connector/http/HttpConnector.java:821
↓ 22 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/connector/http10/HttpProcessor.java:330
↓ 22 callersMethodservice
Handles the special WebDAV methods.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/WebdavServlet.java:275
↓ 22 callersMethodsetContentType
Set the content type (and optionally the character encoding) associated with this Request. For example, <code>text/html; charset=ISO-8859-4</code>.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:280
↓ 21 callersMethodgetData
Return the event data of this event.
how-tomcat-works-util/src/main/java/org/apache/catalina/SessionEvent.java:120
↓ 21 callersMethodgetLifecycle
Return the Lifecycle on which this event occurred.
how-tomcat-works-util/src/main/java/org/apache/catalina/LifecycleEvent.java:155
↓ 21 callersMethodgetPathStr
Little convenience method to remove redundant code when retrieving the path string @param t path string @return empty string if t==null || t.equals("
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanFactory.java:187
↓ 21 callersMethodread
Read and return a single byte from this input stream, or -1 if end of file has been encountered. @exception IOException if an input/output error occu
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/RequestStream.java:114
↓ 20 callersMethodaddSafeCharacter
( char c )
how-tomcat-works-util/src/main/java/org/apache/catalina/util/URLEncoder.java:103
↓ 20 callersMethodkeys
Return an array containing the session identifiers of all Sessions currently saved in this Store. If there are no such Sessions, a zero-length array
how-tomcat-works-util/src/main/java/org/apache/catalina/Store.java:137
↓ 20 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/core/ApplicationDispatcher.java:760
↓ 20 callersMethodrecycle
Release all object references, and initialize instance variables, in preparation for reuse of this object.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:253
↓ 19 callersMethoddigest
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string. If exception, the plain credentials st
how-tomcat-works-util/src/main/java/org/apache/catalina/realm/RealmBase.java:573
↓ 19 callersMethodequals
(Object obj)
how-tomcat-works-util/src/main/java/org/apache/naming/NamingEntry.java:113
↓ 19 callersMethodfindChildren
Return the set of children Containers associated with this Container. If this Container has no children, a zero-length array is returned.
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:340
↓ 19 callersMethodgetInputStream
Return the servlet input stream for this Request. The default implementation returns a servlet input stream created by <code>createInputStream()</cod
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:734
↓ 19 callersMethodstart
Prepare for the beginning of active use of the public methods of this component. This method should be called after <code>configure()</code>, and bef
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:353
↓ 19 callersMethodtoString
Return a String representation of this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardHost.java:688
↓ 18 callersMethodexists
Return true if the name specified already exists.
how-tomcat-works-util/src/main/java/org/apache/catalina/deploy/NamingResources.java:563
↓ 18 callersMethodsetTimeZone
Change the timezone used to format dates @see java.util.TimeZone#setTimeZone
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Strftime.java:202
↓ 17 callersMethodgetInitParameter
Return the initialization parameter value for the specified name, if any; otherwise return <code>null</code>. @param name Name of the initialization
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardWrapper.java:1173
↓ 17 callersMethodgetName
()
how-tomcat-works-util/src/main/java/org/apache/catalina/deploy/ContextResource.java:117
↓ 17 callersMethodparse
(String text, ParsePosition pos)
how-tomcat-works-util/src/main/java/org/apache/catalina/util/FastDateFormat.java:91
↓ 17 callersMethodsetHeader
Set the specified header to the specified value. @param name Name of the header to set @param value Value to be set
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/HttpResponseBase.java:1113
↓ 17 callersMethodsetRealm
Set the default Realm for our Containers. @param realm The new default realm
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:187
↓ 17 callersMethodwrite
Write the specified byte to our output stream, flushing if necessary. @param b The byte to be written @exception IOException if an input/output erro
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/ResponseBase.java:522
↓ 16 callersMethodclone
Clone the attributes object (WARNING: fake cloning).
how-tomcat-works-util/src/main/java/org/apache/naming/resources/ResourceAttributes.java:863
↓ 16 callersMethodgetManager
Return the Manager instance associated with this Store.
how-tomcat-works-util/src/main/java/org/apache/catalina/Store.java:100
↓ 16 callersMethodgetRelativePath
Return the relative path associated with this servlet. @param request The servlet request we are processing
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/DefaultServlet.java:453
↓ 16 callersMethodgetSuffix
Return the log file suffix.
how-tomcat-works-util/src/main/java/org/apache/catalina/logger/FileLogger.java:214
↓ 16 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/connector/http10/HttpConnector.java:802
↓ 16 callersMethodremoveAttribute
Remove the object bound with the specified name from this session. If the session does not have an object bound with this name, this method does noth
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:1088
↓ 16 callersMethodreplace
Return the replacement text for the specified pattern character. @param pattern Pattern character identifying the desired text @param date the curren
how-tomcat-works-util/src/main/java/org/apache/catalina/valves/AccessLogValve.java:684
↓ 16 callersMethodsetAttribute
Set the specified request attribute to the specified value. @param name Name of the request attribute to set @param value The associated value
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:974
↓ 15 callersMethodaddChild
Add a child Container, only if the proposed child is an implementation of Wrapper. @param child Child container to be added @exception IllegalArgume
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:1284
↓ 15 callersMethodaddServletMapping
Add a new servlet mapping, replacing any existing mapping for the specified pattern. @param pattern URL pattern to be mapped @param name Name of the
how-tomcat-works-util/src/main/java/org/apache/catalina/core/StandardContext.java:1644
↓ 15 callersMethodfireContainerEvent
Fire container events if the Context implementation is the <code>org.apache.catalina.core.StandardContext</code>. @param context Context for which to
how-tomcat-works-util/src/main/java/org/apache/catalina/session/StandardSession.java:1455
↓ 15 callersMethodgetContext
Return the Context within which this Request is being processed.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:122
↓ 15 callersMethodgetInstance
<p>Construct (if necessary) and return a <code>Log</code> instance, using the factory's current set of configuration attributes.</p> <p><strong>NOTE<
how-tomcat-works-util/src/main/java/org/apache/juli/logging/LogFactory.java:168
↓ 15 callersMethodgetNamingResources
Return the naming resources associated with this web application.
how-tomcat-works-util/src/main/java/org/apache/catalina/Context.java:273
↓ 15 callersMethodgetQueryString
()
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:127
↓ 15 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/ContainerBase.java:1411
↓ 15 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/loader/WebappLoader.java:793
↓ 15 callersMethodreset
Reset this response, and specify the values for the HTTP status code and corresponding message. @exception IllegalStateException if this response has
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpResponse.java:142
↓ 15 callersMethodsetString
Set the String we are currently parsing. The parser state is also reset to begin at the start of this string. @param string The string to be parsed.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/StringParser.java:185
↓ 14 callersMethodcreateMBeans
Create the MBeans that correspond to every existing node of our tree.
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/ServerLifecycleListener.java:324
↓ 14 callersMethodgetContextPath
()
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:115
↓ 14 callersMethodgetDebug
Return the debugging detail level for this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:137
↓ 14 callersMethodgetDecodedRequestURI
Get the decoded request URI. @return the URL decoded request URI
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:247
↓ 14 callersMethodgetParameter
Return the value of the specified request parameter, if any; otherwise, return <code>null</code>. If there is more than one value defined, return onl
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:791
↓ 14 callersMethodgetRequestURI
Override the <code>getRequestURI()</code> method of the wrapped request.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/InvokerHttpRequest.java:173
↓ 14 callersMethodgetServerName
Return the server name responding to this Request.
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/RequestBase.java:927
↓ 14 callersMethodgetServletPath
Override the <code>getServletPath()</code> method of the wrapped request.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/InvokerHttpRequest.java:184
↓ 14 callersMethodgetStoreName
Return the name for this Store, used for logging.
how-tomcat-works-util/src/main/java/org/apache/catalina/session/JDBCStore.java:212
↓ 14 callersMethodgetType
Return the event type of this event.
how-tomcat-works-util/src/main/java/org/apache/catalina/SessionEvent.java:140
↓ 14 callersMethodlist
Render a list of the currently active Contexts in our virtual host. @param writer Writer to render to
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/ManagerServlet.java:668
↓ 14 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/SingleSignOn.java:517
↓ 14 callersMethodread
Read byte.
how-tomcat-works-ex03/src/main/java/ex03/pyrmont/connector/http/SocketInputStream.java:464
↓ 14 callersMethodsetLogger
Set the Logger for this component. @param debug The Logger to use with this component.
how-tomcat-works-util/src/main/java/org/apache/catalina/cluster/ClusterSender.java:118
↓ 14 callersMethodsetName
Set the canonical, fully qualified, name of the virtual host this Container represents. @param name Virtual host name @exception IllegalArgumentExce
how-tomcat-works-util/src/main/java/org/apache/catalina/Host.java:177
↓ 14 callersMethodstop
Gracefully terminate the active use of the public methods of this component. This method should be the last one called on a given instance of this co
how-tomcat-works-util/src/main/java/org/apache/catalina/startup/EmbeddedManagerMBean.java:363
↓ 13 callersMethodcreateRegistry
Create and configure (if necessary) and return the registry of managed object descriptions.
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:1602
↓ 13 callersMethoddecode
Decodes Base64 data into octects @param binaryData Byte array containing Base64 data @return Array containing decoded data.
how-tomcat-works-util/src/main/java/org/apache/catalina/util/Base64.java:255
↓ 13 callersMethoddestroyMBeans
Destroy the MBeans that correspond to every existing node of our tree.
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/ServerLifecycleListener.java:782
↓ 13 callersMethodgetContentType
Return the content type that was set or calculated for this response, or <code>null</code> if no content type was set.
how-tomcat-works-util/src/main/java/org/apache/catalina/Response.java:190
↓ 13 callersMethodgetName
Return a name string (suitable for use by humans) that describes this Container. Within the set of child containers belonging to a particular parent,
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:190
↓ 13 callersMethodgetName
Return the "name" property.
how-tomcat-works-util/src/main/java/org/apache/catalina/core/NamingContextListener.java:211
↓ 13 callersMethodgetPathInfo
Override the <code>getPathInfo()</code> method of the wrapped request.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/InvokerHttpRequest.java:152
↓ 13 callersMethodgetStream
Return the input stream associated with this Request.
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:185
↓ 13 callersMethodgetThrowable
Returns the throwable that caused this exception, if any.
how-tomcat-works-util/src/main/java/org/apache/catalina/LifecycleException.java:164
↓ 13 callersMethodinitialize
Initialize this connector (create ServerSocket here!)
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpConnector.java:1104
↓ 13 callersMethodnullsToBlanks
Converts null strings to blank strings ("") @param string to be converted if necessary @return a non-null string, either the original or the empt
how-tomcat-works-util/src/main/java/org/apache/catalina/util/ProcessEnvironment.java:271
↓ 13 callersMethodremoveAttribute
(String name)
how-tomcat-works-util/src/main/java/org/apache/catalina/core/MappingRequest.java:208
↓ 13 callersMethodremoveValve
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing. If the Valve is found and removed
how-tomcat-works-util/src/main/java/org/apache/catalina/Pipeline.java:179
↓ 13 callersMethodsetContainer
Set the Container used for processing requests received by this Connector. @param container The new Container to use
how-tomcat-works-util/src/main/java/org/apache/catalina/connector/http/HttpConnector.java:426
↓ 13 callersMethodsetContentLength
Set the content length associated with this Request. @param length The new content length
how-tomcat-works-util/src/main/java/org/apache/catalina/Request.java:270
↓ 13 callersMethodsetRequestedSessionId
Set the requested session ID for this request. This is normally called by the HTTP Connector, when it parses the request headers. @param id The new
how-tomcat-works-util/src/main/java/org/apache/catalina/HttpRequest.java:212
↓ 12 callersMethodaddChild
Add a new child Container to those associated with this Container, if supported. Prior to adding this Container to the set of children, the child's <
how-tomcat-works-util/src/main/java/org/apache/catalina/Container.java:297
↓ 12 callersMethodbind
Binds a name to an object. All intermediate contexts and the target context (that named by all but terminal atomic component of the name) must already
how-tomcat-works-util/src/main/java/org/apache/naming/NamingContext.java:210
↓ 12 callersMethodcreateServer
Create and configure (if necessary) and return the <code>MBeanServer</code> with which we will be registering our <code>ModelMBean</code> implementati
how-tomcat-works-util/src/main/java/org/apache/catalina/mbeans/MBeanUtils.java:1649
↓ 12 callersMethodexists
Test if the associated resource exists.
how-tomcat-works-util/src/main/java/org/apache/catalina/servlets/DefaultServlet.java:2305
↓ 12 callersMethodfindDeployedApp
Return the Context for the deployed application that is associated with the specified context path (if any); otherwise return <code>null</code>. @par
how-tomcat-works-util/src/main/java/org/apache/catalina/Deployer.java:181
↓ 12 callersMethodgetAttributes
Retrieves selected attributes associated with a named object. See the class description regarding attribute models, attribute type names, and operatio
how-tomcat-works-util/src/main/java/org/apache/naming/resources/WARDirContext.java:464
← previousnext →101–200 of 6,058, ranked by callers