passenger 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/Rakefile +8 -5
- data/bin/passenger-install-apache2-module +6 -1
- data/doc/ApplicationPool algorithm.txt +23 -5
- data/doc/Architectural overview.html +778 -0
- data/doc/Security of user switching support.html +1 -1
- data/doc/Users guide.html +113 -31
- data/doc/Users guide.txt +104 -10
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +683 -0
- data/doc/cxxapi/ApplicationPool_8h-source.html +224 -0
- data/doc/cxxapi/Application_8h-source.html +448 -0
- data/doc/cxxapi/Bucket_8h-source.html +61 -0
- data/doc/cxxapi/Configuration_8h-source.html +195 -0
- data/doc/cxxapi/DummySpawnManager_8h-source.html +126 -0
- data/doc/cxxapi/Exceptions_8h-source.html +244 -0
- data/doc/cxxapi/Hooks_8h-source.html +63 -0
- data/doc/cxxapi/Logging_8h-source.html +136 -0
- data/doc/cxxapi/MessageChannel_8h-source.html +524 -0
- data/doc/cxxapi/SpawnManager_8h-source.html +593 -0
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +732 -0
- data/doc/cxxapi/System_8h-source.html +251 -0
- data/doc/cxxapi/Utils_8h-source.html +283 -0
- data/doc/cxxapi/annotated.html +59 -0
- data/doc/cxxapi/classClient-members.html +35 -0
- data/doc/cxxapi/classClient.html +117 -0
- data/doc/cxxapi/classDirectoryMapper-members.html +38 -0
- data/doc/cxxapi/classDirectoryMapper.html +203 -0
- data/doc/cxxapi/classHooks-members.html +33 -0
- data/doc/cxxapi/classHooks.html +43 -0
- data/doc/cxxapi/classPassenger_1_1Application-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1Application.html +229 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +359 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +225 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +43 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +329 -0
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1BusyException.html +47 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +44 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +51 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +51 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +61 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1IOException.html +54 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +47 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +591 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +35 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +77 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +255 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +43 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +400 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1SystemException.html +154 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1TempFile-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1TempFile.html +128 -0
- data/doc/cxxapi/classPassenger_1_1Thread-members.html +35 -0
- data/doc/cxxapi/classPassenger_1_1Thread.html +100 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption.html +46 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1enable__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1enable__syscall__interruption.html +44 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption.html +44 -0
- data/doc/cxxapi/definitions_8h-source.html +28 -0
- data/doc/cxxapi/doxygen.css +433 -0
- data/doc/cxxapi/doxygen.png +0 -0
- data/doc/cxxapi/files.html +42 -0
- data/doc/cxxapi/ftv2blank.png +0 -0
- data/doc/cxxapi/ftv2doc.png +0 -0
- data/doc/cxxapi/ftv2folderclosed.png +0 -0
- data/doc/cxxapi/ftv2folderopen.png +0 -0
- data/doc/cxxapi/ftv2lastnode.png +0 -0
- data/doc/cxxapi/ftv2link.png +0 -0
- data/doc/cxxapi/ftv2mlastnode.png +0 -0
- data/doc/cxxapi/ftv2mnode.png +0 -0
- data/doc/cxxapi/ftv2node.png +0 -0
- data/doc/cxxapi/ftv2plastnode.png +0 -0
- data/doc/cxxapi/ftv2pnode.png +0 -0
- data/doc/cxxapi/ftv2vertline.png +0 -0
- data/doc/cxxapi/functions.html +215 -0
- data/doc/cxxapi/functions_func.html +210 -0
- data/doc/cxxapi/functions_type.html +46 -0
- data/doc/cxxapi/functions_vars.html +48 -0
- data/doc/cxxapi/graph_legend.dot +22 -0
- data/doc/cxxapi/graph_legend.html +87 -0
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +236 -0
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +51 -0
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +43 -0
- data/doc/cxxapi/group__Hooks.html +46 -0
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +406 -0
- data/doc/cxxapi/hierarchy.html +67 -0
- data/doc/cxxapi/index.html +11 -0
- data/doc/cxxapi/inherit__graph__0.map +1 -0
- data/doc/cxxapi/inherit__graph__0.md5 +1 -0
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -0
- data/doc/cxxapi/inherit__graph__1.md5 +1 -0
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -0
- data/doc/cxxapi/inherit__graph__10.md5 +1 -0
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -0
- data/doc/cxxapi/inherit__graph__11.md5 +1 -0
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +1 -0
- data/doc/cxxapi/inherit__graph__12.md5 +1 -0
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -0
- data/doc/cxxapi/inherit__graph__13.md5 +1 -0
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +2 -0
- data/doc/cxxapi/inherit__graph__14.md5 +1 -0
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -0
- data/doc/cxxapi/inherit__graph__15.md5 +1 -0
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -0
- data/doc/cxxapi/inherit__graph__16.md5 +1 -0
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +1 -0
- data/doc/cxxapi/inherit__graph__17.md5 +1 -0
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +1 -0
- data/doc/cxxapi/inherit__graph__18.md5 +1 -0
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +2 -0
- data/doc/cxxapi/inherit__graph__19.md5 +1 -0
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -0
- data/doc/cxxapi/inherit__graph__2.md5 +1 -0
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +1 -0
- data/doc/cxxapi/inherit__graph__20.md5 +1 -0
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -0
- data/doc/cxxapi/inherit__graph__21.md5 +1 -0
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -0
- data/doc/cxxapi/inherit__graph__3.md5 +1 -0
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -0
- data/doc/cxxapi/inherit__graph__4.md5 +1 -0
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +1 -0
- data/doc/cxxapi/inherit__graph__5.md5 +1 -0
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +1 -0
- data/doc/cxxapi/inherit__graph__6.md5 +1 -0
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -0
- data/doc/cxxapi/inherit__graph__7.md5 +1 -0
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -0
- data/doc/cxxapi/inherit__graph__8.md5 +1 -0
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +2 -0
- data/doc/cxxapi/inherit__graph__9.md5 +1 -0
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +102 -0
- data/doc/cxxapi/main.html +27 -0
- data/doc/cxxapi/modules.html +34 -0
- data/doc/cxxapi/namespacePassenger.html +208 -0
- data/doc/cxxapi/namespacePassenger_1_1InterruptableCalls.html +43 -0
- data/doc/cxxapi/namespacemembers.html +70 -0
- data/doc/cxxapi/namespacemembers_func.html +66 -0
- data/doc/cxxapi/namespacemembers_type.html +46 -0
- data/doc/cxxapi/namespaces.html +35 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +49 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +49 -0
- data/doc/cxxapi/tab_b.gif +0 -0
- data/doc/cxxapi/tab_l.gif +0 -0
- data/doc/cxxapi/tab_r.gif +0 -0
- data/doc/cxxapi/tabs.css +102 -0
- data/doc/cxxapi/tree.html +167 -0
- data/doc/rdoc/classes/ConditionVariable.html +160 -0
- data/doc/rdoc/classes/Exception.html +120 -0
- data/doc/rdoc/classes/GC.html +113 -0
- data/doc/rdoc/classes/IO.html +150 -0
- data/doc/rdoc/classes/Passenger.html +136 -0
- data/doc/rdoc/classes/Passenger/AbstractRequestHandler.html +402 -0
- data/doc/rdoc/classes/Passenger/AbstractServer.html +649 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerAlreadyStarted.html +97 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerError.html +96 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerNotStarted.html +97 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/UnknownMessage.html +96 -0
- data/doc/rdoc/classes/Passenger/AppInitError.html +137 -0
- data/doc/rdoc/classes/Passenger/Application.html +298 -0
- data/doc/rdoc/classes/Passenger/ConsoleTextTemplate.html +172 -0
- data/doc/rdoc/classes/Passenger/FrameworkInitError.html +143 -0
- data/doc/rdoc/classes/Passenger/HTMLTemplate.html +175 -0
- data/doc/rdoc/classes/Passenger/InitializationError.html +141 -0
- data/doc/rdoc/classes/Passenger/MessageChannel.html +488 -0
- data/doc/rdoc/classes/Passenger/NativeSupport.html +320 -0
- data/doc/rdoc/classes/Passenger/SpawnManager.html +375 -0
- data/doc/rdoc/classes/Passenger/UnknownError.html +125 -0
- data/doc/rdoc/classes/Passenger/Utils.html +578 -0
- data/doc/rdoc/classes/Passenger/VersionNotFound.html +140 -0
- data/doc/rdoc/classes/PlatformInfo.html +302 -0
- data/doc/rdoc/classes/RakeExtensions.html +197 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/DEVELOPERS_TXT.html +230 -0
- data/doc/rdoc/files/README.html +150 -0
- data/doc/rdoc/files/ext/passenger/native_support_c.html +92 -0
- data/doc/rdoc/files/lib/passenger/abstract_request_handler_rb.html +126 -0
- data/doc/rdoc/files/lib/passenger/abstract_server_rb.html +127 -0
- data/doc/rdoc/files/lib/passenger/application_rb.html +123 -0
- data/doc/rdoc/files/lib/passenger/console_text_template_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/constants_rb.html +114 -0
- data/doc/rdoc/files/lib/passenger/dependencies_rb.html +130 -0
- data/doc/rdoc/files/lib/passenger/exceptions_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/html_template_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/message_channel_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/platform_info_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/simple_benchmarking_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/spawn_manager_rb.html +139 -0
- data/doc/rdoc/files/lib/passenger/utils_rb.html +130 -0
- data/doc/rdoc/files/lib/rake/extensions_rb.html +122 -0
- data/doc/rdoc/fr_class_index.html +71 -0
- data/doc/rdoc/fr_file_index.html +63 -0
- data/doc/rdoc/fr_method_index.html +120 -0
- data/doc/rdoc/index.html +26 -0
- data/doc/rdoc/rdoc-style.css +187 -0
- data/ext/apache2/ApplicationPool.h +12 -0
- data/ext/apache2/ApplicationPoolServer.h +6 -0
- data/ext/apache2/ApplicationPoolServerExecutable.cpp +6 -0
- data/ext/apache2/Bucket.cpp +63 -69
- data/ext/apache2/Bucket.h +2 -0
- data/ext/apache2/Configuration.cpp +24 -0
- data/ext/apache2/Configuration.h +16 -1
- data/ext/apache2/Hooks.cpp +5 -3
- data/ext/apache2/StandardApplicationPool.h +30 -11
- data/lib/passenger/abstract_request_handler.rb +3 -0
- data/lib/passenger/abstract_server.rb +3 -3
- data/lib/passenger/application.rb +4 -2
- data/lib/passenger/dependencies.rb +10 -1
- data/lib/passenger/platform_info.rb +40 -1
- data/lib/passenger/rack/request_handler.rb +4 -2
- data/lib/passenger/railz/application_spawner.rb +7 -1
- data/lib/passenger/utils.rb +6 -8
- data/lib/rake/gempackagetask.rb +0 -6
- data/lib/rake/rdoctask.rb +84 -23
- data/test/ApplicationPoolTest.cpp +36 -0
- data/test/ruby/rails/minimal_spawner_spec.rb +8 -0
- data/test/ruby/utils_spec.rb +33 -0
- data/test/stub/rails_apps/foobar/config/environments/production.rb +0 -1
- metadata +262 -5
Binary file
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: File Index</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
<div class="contents">
|
20
|
+
<h1>File List</h1>Here is a list of all documented files with brief descriptions:<table>
|
21
|
+
<tr><td class="indexkey"><b>Application.h</b> <a href="Application_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
22
|
+
<tr><td class="indexkey"><b>ApplicationPool.h</b> <a href="ApplicationPool_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
23
|
+
<tr><td class="indexkey"><b>ApplicationPoolServer.h</b> <a href="ApplicationPoolServer_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
24
|
+
<tr><td class="indexkey"><b>Bucket.h</b> <a href="Bucket_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
25
|
+
<tr><td class="indexkey"><b>Configuration.h</b> <a href="Configuration_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
26
|
+
<tr><td class="indexkey"><b>definitions.h</b> <a href="definitions_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
27
|
+
<tr><td class="indexkey"><b>DummySpawnManager.h</b> <a href="DummySpawnManager_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
28
|
+
<tr><td class="indexkey"><b>Exceptions.h</b> <a href="Exceptions_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
29
|
+
<tr><td class="indexkey"><b>Hooks.h</b> <a href="Hooks_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
30
|
+
<tr><td class="indexkey"><b>Logging.h</b> <a href="Logging_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
31
|
+
<tr><td class="indexkey"><b>MessageChannel.h</b> <a href="MessageChannel_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
32
|
+
<tr><td class="indexkey"><b>SpawnManager.h</b> <a href="SpawnManager_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
33
|
+
<tr><td class="indexkey"><b>StandardApplicationPool.h</b> <a href="StandardApplicationPool_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
34
|
+
<tr><td class="indexkey"><b>System.h</b> <a href="System_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
35
|
+
<tr><td class="indexkey"><b>Utils.h</b> <a href="Utils_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
36
|
+
</table>
|
37
|
+
</div>
|
38
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:23 2008 for Passenger by
|
39
|
+
<a href="http://www.doxygen.org/index.html">
|
40
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
41
|
+
</body>
|
42
|
+
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,215 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: Class Members</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
<div class="tabs">
|
19
|
+
<ul>
|
20
|
+
<li><a href="annotated.html"><span>Class List</span></a></li>
|
21
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
22
|
+
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
<div class="tabs">
|
26
|
+
<ul>
|
27
|
+
<li class="current"><a href="functions.html"><span>All</span></a></li>
|
28
|
+
<li><a href="functions_func.html"><span>Functions</span></a></li>
|
29
|
+
<li><a href="functions_vars.html"><span>Variables</span></a></li>
|
30
|
+
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
|
31
|
+
</ul>
|
32
|
+
</div>
|
33
|
+
<div class="tabs">
|
34
|
+
<ul>
|
35
|
+
<li><a href="#index_a"><span>a</span></a></li>
|
36
|
+
<li><a href="#index_b"><span>b</span></a></li>
|
37
|
+
<li><a href="#index_c"><span>c</span></a></li>
|
38
|
+
<li><a href="#index_d"><span>d</span></a></li>
|
39
|
+
<li><a href="#index_f"><span>f</span></a></li>
|
40
|
+
<li><a href="#index_g"><span>g</span></a></li>
|
41
|
+
<li><a href="#index_h"><span>h</span></a></li>
|
42
|
+
<li><a href="#index_i"><span>i</span></a></li>
|
43
|
+
<li><a href="#index_m"><span>m</span></a></li>
|
44
|
+
<li><a href="#index_r"><span>r</span></a></li>
|
45
|
+
<li><a href="#index_s"><span>s</span></a></li>
|
46
|
+
<li><a href="#index_t"><span>t</span></a></li>
|
47
|
+
<li><a href="#index_w"><span>w</span></a></li>
|
48
|
+
<li><a href="#index_~"><span>~</span></a></li>
|
49
|
+
</ul>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
<p>
|
53
|
+
</div>
|
54
|
+
<div class="contents">
|
55
|
+
Here is a list of all documented class members with links to the class documentation for each member:
|
56
|
+
<p>
|
57
|
+
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
58
|
+
<li>Application()
|
59
|
+
: <a class="el" href="classPassenger_1_1Application.html#163509167eef118470b72661ac8acd5d">Passenger::Application</a>
|
60
|
+
<li>ApplicationPoolServer()
|
61
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#2203db62a022579d569ceddff8ef6ca9">Passenger::ApplicationPoolServer</a>
|
62
|
+
</ul>
|
63
|
+
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
64
|
+
<li>brief()
|
65
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#84fa2ab4f5b7b96704734fcdfdaa0269">Passenger::SystemException</a>
|
66
|
+
</ul>
|
67
|
+
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
68
|
+
<li>clear()
|
69
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#74db4d7a693d45b16320b2296a0c0997">Passenger::ApplicationPool</a>
|
70
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#bcf8faeb4f431ae07ea0e20270661d08">Passenger::StandardApplicationPool</a>
|
71
|
+
<li>Client()
|
72
|
+
: <a class="el" href="classClient.html#e625bb32c95bde75bfa4bdfdb8ee56db">Client</a>
|
73
|
+
<li>close()
|
74
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#06309e208fc5e10642a2e9bbe0f351eb">Passenger::MessageChannel</a>
|
75
|
+
<li>closeStream()
|
76
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#ddfeda914b17749a70016f5eb384f8a9">Passenger::Application::Session</a>
|
77
|
+
<li>code()
|
78
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#ee7a6672bf79b72a4c3ee70c57d6a47c">Passenger::SystemException</a>
|
79
|
+
<li>connect()
|
80
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#18f77057cc28e7924a8f4d1397aa0468">Passenger::ApplicationPoolServer</a>
|
81
|
+
, <a class="el" href="classPassenger_1_1Application.html#34636f796ff3924ad5ec142aaa581379">Passenger::Application</a>
|
82
|
+
</ul>
|
83
|
+
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
84
|
+
<li>detach()
|
85
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#b13957e32ae8ca36ba85f2e6ffefd5ce">Passenger::ApplicationPoolServer</a>
|
86
|
+
<li>DirectoryMapper()
|
87
|
+
: <a class="el" href="classDirectoryMapper.html#6e817b7dd49e6598e1d22f6ee8e44407">DirectoryMapper</a>
|
88
|
+
<li>discardStream()
|
89
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#7f9ad70e75d21130d914d2134061c757">Passenger::Application::Session</a>
|
90
|
+
</ul>
|
91
|
+
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
92
|
+
<li>filename
|
93
|
+
: <a class="el" href="classPassenger_1_1TempFile.html#5e3ad620abbd79a289e44057e241de6b">Passenger::TempFile</a>
|
94
|
+
, <a class="el" href="classPassenger_1_1FileSystemException.html#7eef8fefd84a07efa9fe3a76129a4386">Passenger::FileSystemException</a>
|
95
|
+
</ul>
|
96
|
+
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
97
|
+
<li>get()
|
98
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#9f486e1c0a4187f7fdb95d1382a85282">Passenger::ApplicationPool</a>
|
99
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#0dcdd88c39d7f1a1d667e24c3cb9b243">Passenger::StandardApplicationPool</a>
|
100
|
+
<li>getActive()
|
101
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#7773c4a3dfbd88eac72401d063831788">Passenger::StandardApplicationPool</a>
|
102
|
+
, <a class="el" href="classPassenger_1_1ApplicationPool.html#06d1eae044d4d761ce77cf09049df8c8">Passenger::ApplicationPool</a>
|
103
|
+
<li>getApplicationType()
|
104
|
+
: <a class="el" href="classDirectoryMapper.html#6498662c737db056cd79d7faa0fa71cf">DirectoryMapper</a>
|
105
|
+
<li>getApplicationTypeString()
|
106
|
+
: <a class="el" href="classDirectoryMapper.html#a5da2372a06eb92f78e55e5ab2f104ef">DirectoryMapper</a>
|
107
|
+
<li>getAppRoot()
|
108
|
+
: <a class="el" href="classPassenger_1_1Application.html#0a0665852e7ebc8fb8ab0772fa90bc56">Passenger::Application</a>
|
109
|
+
<li>getBaseURI()
|
110
|
+
: <a class="el" href="classDirectoryMapper.html#920caeb4d562d900b30119a2aae25574">DirectoryMapper</a>
|
111
|
+
<li>getCount()
|
112
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#93b0277beb510855f85fee5de5c369bb">Passenger::ApplicationPool</a>
|
113
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#cdbfe2b9ffacdab4438c879c2411bf02">Passenger::StandardApplicationPool</a>
|
114
|
+
<li>getErrorPage()
|
115
|
+
: <a class="el" href="classPassenger_1_1SpawnException.html#6f675a37edd7070875d0744e7dd010a1">Passenger::SpawnException</a>
|
116
|
+
<li>getPid()
|
117
|
+
: <a class="el" href="classPassenger_1_1Application.html#94d2cce1c2c1d3441325f1498a22bf02">Passenger::Application</a>
|
118
|
+
, <a class="el" href="classPassenger_1_1Application_1_1Session.html#2215bec32917c48d1a9f6386b88d018b">Passenger::Application::Session</a>
|
119
|
+
<li>getPublicDirectory()
|
120
|
+
: <a class="el" href="classDirectoryMapper.html#b05bbc3bd6ebbe64c00712c6a98f9fb8">DirectoryMapper</a>
|
121
|
+
<li>getServerPid()
|
122
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#1f77e2e7e6cb464028c13a29f983ad8e">Passenger::SpawnManager</a>
|
123
|
+
<li>getSpawnServerPid()
|
124
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#d9149c3b434ef8e18fd15a77af1a6c2c">Passenger::ApplicationPool</a>
|
125
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#6955152d237920988d20297d2fff5660">Passenger::StandardApplicationPool</a>
|
126
|
+
<li>getStream()
|
127
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#2631b6d6b4927ec66b1f620df15d8c6e">Passenger::Application::Session</a>
|
128
|
+
</ul>
|
129
|
+
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
|
130
|
+
<li>handle
|
131
|
+
: <a class="el" href="classPassenger_1_1TempFile.html#e78d0a63165ed1e5a083c1947db2ea14">Passenger::TempFile</a>
|
132
|
+
<li>hasErrorPage()
|
133
|
+
: <a class="el" href="classPassenger_1_1SpawnException.html#e65dc272e183fd9e5637a4091cc6bbf4">Passenger::SpawnException</a>
|
134
|
+
</ul>
|
135
|
+
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
136
|
+
<li>interrupt()
|
137
|
+
: <a class="el" href="classPassenger_1_1Thread.html#2212f1aee683798318ec2bcd57550407">Passenger::Thread</a>
|
138
|
+
<li>interruptAndJoin()
|
139
|
+
: <a class="el" href="classPassenger_1_1Thread.html#5bc65d2722d1425e574b3b8a97e60388">Passenger::Thread</a>
|
140
|
+
</ul>
|
141
|
+
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
142
|
+
<li>MessageChannel()
|
143
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#73e7c9a8e421d29558838176aff02ca4">Passenger::MessageChannel</a>
|
144
|
+
</ul>
|
145
|
+
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
146
|
+
<li>read()
|
147
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#129659b60d1a663337873d2af944431e">Passenger::MessageChannel</a>
|
148
|
+
<li>readFileDescriptor()
|
149
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#1561b7e4a0f4d39ea431f456e5655488">Passenger::MessageChannel</a>
|
150
|
+
<li>readRaw()
|
151
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#cd1d1bd1cc787784c8b54f5471fff479">Passenger::MessageChannel</a>
|
152
|
+
<li>readScalar()
|
153
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#4ce6a0e751b5e3563bee583c231569bc">Passenger::MessageChannel</a>
|
154
|
+
<li>reload()
|
155
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#2e85c43042b9556ca2fd74b8d28956ce">Passenger::SpawnManager</a>
|
156
|
+
</ul>
|
157
|
+
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
158
|
+
<li>sendBodyBlock()
|
159
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#2091e4b60dcbe42ab80fa387610fd669">Passenger::Application::Session</a>
|
160
|
+
<li>sendHeaders()
|
161
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#78a4c93fd80f6d913f092c488ea4d360">Passenger::Application::Session</a>
|
162
|
+
<li>SessionPtr
|
163
|
+
: <a class="el" href="classPassenger_1_1Application.html#d14f673494991460b16246a527ad8ad9">Passenger::Application</a>
|
164
|
+
<li>setMax()
|
165
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#0e0f21972ab130c9c0f90c2212328794">Passenger::ApplicationPool</a>
|
166
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#04ef8c92da189520ad2022f4f82e9553">Passenger::StandardApplicationPool</a>
|
167
|
+
<li>setMaxPerApp()
|
168
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#3bafcda8d880f70561ad8a9da16e26ef">Passenger::StandardApplicationPool</a>
|
169
|
+
, <a class="el" href="classPassenger_1_1ApplicationPool.html#b0437434c79b5444ac0faf768f1410e8">Passenger::ApplicationPool</a>
|
170
|
+
<li>setUseGlobalQueue()
|
171
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#b5faf64421313e1387c187f80b95d0e7">Passenger::ApplicationPool</a>
|
172
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#e9c699b56f3a755ab10269c7fe585c2d">Passenger::StandardApplicationPool</a>
|
173
|
+
<li>shutdownReader()
|
174
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#45ad442dc1f4e7b73782bb3395d9e97d">Passenger::Application::Session</a>
|
175
|
+
<li>shutdownWriter()
|
176
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#dff449398adb872c93a9572ae4b701fb">Passenger::Application::Session</a>
|
177
|
+
<li>spawn()
|
178
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#1bafa97204ea49a88b66272be3377d53">Passenger::SpawnManager</a>
|
179
|
+
<li>SpawnManager()
|
180
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#fdefbbbad39833912ae7f9f106083099">Passenger::SpawnManager</a>
|
181
|
+
<li>StandardApplicationPool()
|
182
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#f175704fc477f37ba1d387be09fa2e6b">Passenger::StandardApplicationPool</a>
|
183
|
+
<li>start()
|
184
|
+
: <a class="el" href="classClient.html#c0a8dd9e23393c045064b109355a7daf">Client</a>
|
185
|
+
<li>sys()
|
186
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#0ef41d755fea2c9b1db2252e7c418dc8">Passenger::SystemException</a>
|
187
|
+
<li>SystemException()
|
188
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#4ee42f81106408c91726a62287e8471c">Passenger::SystemException</a>
|
189
|
+
</ul>
|
190
|
+
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
191
|
+
<li>TempFile()
|
192
|
+
: <a class="el" href="classPassenger_1_1TempFile.html#bbcc818b88393bee71bf0bd8f66c3bd5">Passenger::TempFile</a>
|
193
|
+
<li>toString()
|
194
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#22b4149ca8256c3042fc342e681b0383">Passenger::StandardApplicationPool</a>
|
195
|
+
</ul>
|
196
|
+
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
|
197
|
+
<li>write()
|
198
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#9ad7a978cf8409e01ab2f0a2b6be5a0a">Passenger::MessageChannel</a>
|
199
|
+
<li>writeFileDescriptor()
|
200
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#73e3f3cda384c085a2af0e820ccd3e98">Passenger::MessageChannel</a>
|
201
|
+
<li>writeRaw()
|
202
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#cfa38f4f0e22ec16350b8cc159e8e364">Passenger::MessageChannel</a>
|
203
|
+
<li>writeScalar()
|
204
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#44e01a783c48abadeea0d915b9893bfb">Passenger::MessageChannel</a>
|
205
|
+
</ul>
|
206
|
+
<h3><a class="anchor" name="index_~">- ~ -</a></h3><ul>
|
207
|
+
<li>~Session()
|
208
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#4fcaf0670234f7fb2ea6de4b8d8ef38c">Passenger::Application::Session</a>
|
209
|
+
</ul>
|
210
|
+
</div>
|
211
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:22 2008 for Passenger by
|
212
|
+
<a href="http://www.doxygen.org/index.html">
|
213
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
214
|
+
</body>
|
215
|
+
</html>
|
@@ -0,0 +1,210 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: Class Members - Functions</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
<div class="tabs">
|
19
|
+
<ul>
|
20
|
+
<li><a href="annotated.html"><span>Class List</span></a></li>
|
21
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
22
|
+
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
<div class="tabs">
|
26
|
+
<ul>
|
27
|
+
<li><a href="functions.html"><span>All</span></a></li>
|
28
|
+
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
|
29
|
+
<li><a href="functions_vars.html"><span>Variables</span></a></li>
|
30
|
+
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
|
31
|
+
</ul>
|
32
|
+
</div>
|
33
|
+
<div class="tabs">
|
34
|
+
<ul>
|
35
|
+
<li><a href="#index_a"><span>a</span></a></li>
|
36
|
+
<li><a href="#index_b"><span>b</span></a></li>
|
37
|
+
<li><a href="#index_c"><span>c</span></a></li>
|
38
|
+
<li><a href="#index_d"><span>d</span></a></li>
|
39
|
+
<li><a href="#index_f"><span>f</span></a></li>
|
40
|
+
<li><a href="#index_g"><span>g</span></a></li>
|
41
|
+
<li><a href="#index_h"><span>h</span></a></li>
|
42
|
+
<li><a href="#index_i"><span>i</span></a></li>
|
43
|
+
<li><a href="#index_m"><span>m</span></a></li>
|
44
|
+
<li><a href="#index_r"><span>r</span></a></li>
|
45
|
+
<li><a href="#index_s"><span>s</span></a></li>
|
46
|
+
<li><a href="#index_t"><span>t</span></a></li>
|
47
|
+
<li><a href="#index_w"><span>w</span></a></li>
|
48
|
+
<li><a href="#index_~"><span>~</span></a></li>
|
49
|
+
</ul>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
<p>
|
53
|
+
</div>
|
54
|
+
<div class="contents">
|
55
|
+
|
56
|
+
<p>
|
57
|
+
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
58
|
+
<li>Application()
|
59
|
+
: <a class="el" href="classPassenger_1_1Application.html#163509167eef118470b72661ac8acd5d">Passenger::Application</a>
|
60
|
+
<li>ApplicationPoolServer()
|
61
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#2203db62a022579d569ceddff8ef6ca9">Passenger::ApplicationPoolServer</a>
|
62
|
+
</ul>
|
63
|
+
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
64
|
+
<li>brief()
|
65
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#84fa2ab4f5b7b96704734fcdfdaa0269">Passenger::SystemException</a>
|
66
|
+
</ul>
|
67
|
+
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
68
|
+
<li>clear()
|
69
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#74db4d7a693d45b16320b2296a0c0997">Passenger::ApplicationPool</a>
|
70
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#bcf8faeb4f431ae07ea0e20270661d08">Passenger::StandardApplicationPool</a>
|
71
|
+
<li>Client()
|
72
|
+
: <a class="el" href="classClient.html#e625bb32c95bde75bfa4bdfdb8ee56db">Client</a>
|
73
|
+
<li>close()
|
74
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#06309e208fc5e10642a2e9bbe0f351eb">Passenger::MessageChannel</a>
|
75
|
+
<li>closeStream()
|
76
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#ddfeda914b17749a70016f5eb384f8a9">Passenger::Application::Session</a>
|
77
|
+
<li>code()
|
78
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#ee7a6672bf79b72a4c3ee70c57d6a47c">Passenger::SystemException</a>
|
79
|
+
<li>connect()
|
80
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#18f77057cc28e7924a8f4d1397aa0468">Passenger::ApplicationPoolServer</a>
|
81
|
+
, <a class="el" href="classPassenger_1_1Application.html#34636f796ff3924ad5ec142aaa581379">Passenger::Application</a>
|
82
|
+
</ul>
|
83
|
+
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
84
|
+
<li>detach()
|
85
|
+
: <a class="el" href="classPassenger_1_1ApplicationPoolServer.html#b13957e32ae8ca36ba85f2e6ffefd5ce">Passenger::ApplicationPoolServer</a>
|
86
|
+
<li>DirectoryMapper()
|
87
|
+
: <a class="el" href="classDirectoryMapper.html#6e817b7dd49e6598e1d22f6ee8e44407">DirectoryMapper</a>
|
88
|
+
<li>discardStream()
|
89
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#7f9ad70e75d21130d914d2134061c757">Passenger::Application::Session</a>
|
90
|
+
</ul>
|
91
|
+
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
92
|
+
<li>filename()
|
93
|
+
: <a class="el" href="classPassenger_1_1FileSystemException.html#7eef8fefd84a07efa9fe3a76129a4386">Passenger::FileSystemException</a>
|
94
|
+
</ul>
|
95
|
+
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
96
|
+
<li>get()
|
97
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#9f486e1c0a4187f7fdb95d1382a85282">Passenger::ApplicationPool</a>
|
98
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#0dcdd88c39d7f1a1d667e24c3cb9b243">Passenger::StandardApplicationPool</a>
|
99
|
+
<li>getActive()
|
100
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#7773c4a3dfbd88eac72401d063831788">Passenger::StandardApplicationPool</a>
|
101
|
+
, <a class="el" href="classPassenger_1_1ApplicationPool.html#06d1eae044d4d761ce77cf09049df8c8">Passenger::ApplicationPool</a>
|
102
|
+
<li>getApplicationType()
|
103
|
+
: <a class="el" href="classDirectoryMapper.html#6498662c737db056cd79d7faa0fa71cf">DirectoryMapper</a>
|
104
|
+
<li>getApplicationTypeString()
|
105
|
+
: <a class="el" href="classDirectoryMapper.html#a5da2372a06eb92f78e55e5ab2f104ef">DirectoryMapper</a>
|
106
|
+
<li>getAppRoot()
|
107
|
+
: <a class="el" href="classPassenger_1_1Application.html#0a0665852e7ebc8fb8ab0772fa90bc56">Passenger::Application</a>
|
108
|
+
<li>getBaseURI()
|
109
|
+
: <a class="el" href="classDirectoryMapper.html#920caeb4d562d900b30119a2aae25574">DirectoryMapper</a>
|
110
|
+
<li>getCount()
|
111
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#93b0277beb510855f85fee5de5c369bb">Passenger::ApplicationPool</a>
|
112
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#cdbfe2b9ffacdab4438c879c2411bf02">Passenger::StandardApplicationPool</a>
|
113
|
+
<li>getErrorPage()
|
114
|
+
: <a class="el" href="classPassenger_1_1SpawnException.html#6f675a37edd7070875d0744e7dd010a1">Passenger::SpawnException</a>
|
115
|
+
<li>getPid()
|
116
|
+
: <a class="el" href="classPassenger_1_1Application.html#94d2cce1c2c1d3441325f1498a22bf02">Passenger::Application</a>
|
117
|
+
, <a class="el" href="classPassenger_1_1Application_1_1Session.html#2215bec32917c48d1a9f6386b88d018b">Passenger::Application::Session</a>
|
118
|
+
<li>getPublicDirectory()
|
119
|
+
: <a class="el" href="classDirectoryMapper.html#b05bbc3bd6ebbe64c00712c6a98f9fb8">DirectoryMapper</a>
|
120
|
+
<li>getServerPid()
|
121
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#1f77e2e7e6cb464028c13a29f983ad8e">Passenger::SpawnManager</a>
|
122
|
+
<li>getSpawnServerPid()
|
123
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#d9149c3b434ef8e18fd15a77af1a6c2c">Passenger::ApplicationPool</a>
|
124
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#6955152d237920988d20297d2fff5660">Passenger::StandardApplicationPool</a>
|
125
|
+
<li>getStream()
|
126
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#2631b6d6b4927ec66b1f620df15d8c6e">Passenger::Application::Session</a>
|
127
|
+
</ul>
|
128
|
+
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
|
129
|
+
<li>hasErrorPage()
|
130
|
+
: <a class="el" href="classPassenger_1_1SpawnException.html#e65dc272e183fd9e5637a4091cc6bbf4">Passenger::SpawnException</a>
|
131
|
+
</ul>
|
132
|
+
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
133
|
+
<li>interrupt()
|
134
|
+
: <a class="el" href="classPassenger_1_1Thread.html#2212f1aee683798318ec2bcd57550407">Passenger::Thread</a>
|
135
|
+
<li>interruptAndJoin()
|
136
|
+
: <a class="el" href="classPassenger_1_1Thread.html#5bc65d2722d1425e574b3b8a97e60388">Passenger::Thread</a>
|
137
|
+
</ul>
|
138
|
+
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
139
|
+
<li>MessageChannel()
|
140
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#73e7c9a8e421d29558838176aff02ca4">Passenger::MessageChannel</a>
|
141
|
+
</ul>
|
142
|
+
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
143
|
+
<li>read()
|
144
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#129659b60d1a663337873d2af944431e">Passenger::MessageChannel</a>
|
145
|
+
<li>readFileDescriptor()
|
146
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#1561b7e4a0f4d39ea431f456e5655488">Passenger::MessageChannel</a>
|
147
|
+
<li>readRaw()
|
148
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#cd1d1bd1cc787784c8b54f5471fff479">Passenger::MessageChannel</a>
|
149
|
+
<li>readScalar()
|
150
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#4ce6a0e751b5e3563bee583c231569bc">Passenger::MessageChannel</a>
|
151
|
+
<li>reload()
|
152
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#2e85c43042b9556ca2fd74b8d28956ce">Passenger::SpawnManager</a>
|
153
|
+
</ul>
|
154
|
+
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
155
|
+
<li>sendBodyBlock()
|
156
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#2091e4b60dcbe42ab80fa387610fd669">Passenger::Application::Session</a>
|
157
|
+
<li>sendHeaders()
|
158
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#78a4c93fd80f6d913f092c488ea4d360">Passenger::Application::Session</a>
|
159
|
+
<li>setMax()
|
160
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#0e0f21972ab130c9c0f90c2212328794">Passenger::ApplicationPool</a>
|
161
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#04ef8c92da189520ad2022f4f82e9553">Passenger::StandardApplicationPool</a>
|
162
|
+
<li>setMaxPerApp()
|
163
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#b0437434c79b5444ac0faf768f1410e8">Passenger::ApplicationPool</a>
|
164
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#3bafcda8d880f70561ad8a9da16e26ef">Passenger::StandardApplicationPool</a>
|
165
|
+
<li>setUseGlobalQueue()
|
166
|
+
: <a class="el" href="classPassenger_1_1ApplicationPool.html#b5faf64421313e1387c187f80b95d0e7">Passenger::ApplicationPool</a>
|
167
|
+
, <a class="el" href="classPassenger_1_1StandardApplicationPool.html#e9c699b56f3a755ab10269c7fe585c2d">Passenger::StandardApplicationPool</a>
|
168
|
+
<li>shutdownReader()
|
169
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#45ad442dc1f4e7b73782bb3395d9e97d">Passenger::Application::Session</a>
|
170
|
+
<li>shutdownWriter()
|
171
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#dff449398adb872c93a9572ae4b701fb">Passenger::Application::Session</a>
|
172
|
+
<li>spawn()
|
173
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#1bafa97204ea49a88b66272be3377d53">Passenger::SpawnManager</a>
|
174
|
+
<li>SpawnManager()
|
175
|
+
: <a class="el" href="classPassenger_1_1SpawnManager.html#fdefbbbad39833912ae7f9f106083099">Passenger::SpawnManager</a>
|
176
|
+
<li>StandardApplicationPool()
|
177
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#f175704fc477f37ba1d387be09fa2e6b">Passenger::StandardApplicationPool</a>
|
178
|
+
<li>start()
|
179
|
+
: <a class="el" href="classClient.html#c0a8dd9e23393c045064b109355a7daf">Client</a>
|
180
|
+
<li>sys()
|
181
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#0ef41d755fea2c9b1db2252e7c418dc8">Passenger::SystemException</a>
|
182
|
+
<li>SystemException()
|
183
|
+
: <a class="el" href="classPassenger_1_1SystemException.html#4ee42f81106408c91726a62287e8471c">Passenger::SystemException</a>
|
184
|
+
</ul>
|
185
|
+
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
186
|
+
<li>TempFile()
|
187
|
+
: <a class="el" href="classPassenger_1_1TempFile.html#bbcc818b88393bee71bf0bd8f66c3bd5">Passenger::TempFile</a>
|
188
|
+
<li>toString()
|
189
|
+
: <a class="el" href="classPassenger_1_1StandardApplicationPool.html#22b4149ca8256c3042fc342e681b0383">Passenger::StandardApplicationPool</a>
|
190
|
+
</ul>
|
191
|
+
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
|
192
|
+
<li>write()
|
193
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#9ad7a978cf8409e01ab2f0a2b6be5a0a">Passenger::MessageChannel</a>
|
194
|
+
<li>writeFileDescriptor()
|
195
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#73e3f3cda384c085a2af0e820ccd3e98">Passenger::MessageChannel</a>
|
196
|
+
<li>writeRaw()
|
197
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#cfa38f4f0e22ec16350b8cc159e8e364">Passenger::MessageChannel</a>
|
198
|
+
<li>writeScalar()
|
199
|
+
: <a class="el" href="classPassenger_1_1MessageChannel.html#44e01a783c48abadeea0d915b9893bfb">Passenger::MessageChannel</a>
|
200
|
+
</ul>
|
201
|
+
<h3><a class="anchor" name="index_~">- ~ -</a></h3><ul>
|
202
|
+
<li>~Session()
|
203
|
+
: <a class="el" href="classPassenger_1_1Application_1_1Session.html#4fcaf0670234f7fb2ea6de4b8d8ef38c">Passenger::Application::Session</a>
|
204
|
+
</ul>
|
205
|
+
</div>
|
206
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:22 2008 for Passenger by
|
207
|
+
<a href="http://www.doxygen.org/index.html">
|
208
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
209
|
+
</body>
|
210
|
+
</html>
|