Passenger::AnythingToString< T > | Used internally by toString() |
Passenger::Passenger::AnythingToString< vector< string > > | Used internally by toString() |
Passenger::Application | Represents a single Ruby on Rails or Rack application instance |
Passenger::Application::Session | Represents the life time of a single request/response pair of a Ruby on Rails or Rack application |
Passenger::ApplicationPool | A persistent pool of Applications |
Passenger::ApplicationPoolServer | Multi-process usage support for ApplicationPool |
Passenger::BusyException | The application pool is too busy and cannot fulfill a get() request |
Client | Represents a single ApplicationPool client, connected to this server |
Passenger::ConfigurationException | Thrown when an invalid configuration is given |
DirectoryMapper | Utility class for determining URI-to-Rails/Rack directory mappings |
boost::this_thread::disable_syscall_interruption | Create this struct on the stack to temporarily disable system call interruption, until the object goes out of scope |
Passenger::DummySpawnManager | A dummy SpawnManager replacement for testing/debugging purposes |
boost::this_thread::enable_syscall_interruption | Create this struct on the stack to temporarily enable system call interruption, until the object goes out of scope |
Passenger::FileNotFoundException | Thrown when a certain file cannot be found |
Passenger::FileSystemException | A filesystem error, as returned by the operating system |
Hooks | Apache hook functions, wrapped in a class |
Passenger::IOException | Represents an error that occured during an I/O operation |
Passenger::MessageChannel | Convenience class for I/O operations on file descriptors |
boost::this_thread::restore_syscall_interruption | Creating an object of this class on the stack will restore the system call interruption state to what it was before |
Passenger::SpawnException | Thrown when SpawnManager or ApplicationPool fails to spawn an application instance |
Passenger::SpawnManager | Spawning of Ruby on Rails/Rack application instances |
Passenger::StandardApplicationPool | A standard implementation of ApplicationPool for single-process environments |
Passenger::SystemException | Represents an error returned by a system call or a standard library call |
Passenger::TempFile | Represents a temporary file |
Passenger::Thread | Thread class with system call interruption support |