| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
NullHandler A Logging handler to prevent library errors. |
|||
| Connection | |||
| FileLikeSocket | |||
| Future | |||
| ThreadPoolExecutor | |||
| WSGIFuture | |||
| _WorkItem | |||
| WSGIExecutor | |||
|
FuturesMiddleware Futures middleware that adds a Futures Executor to the environment |
|||
|
Listener The Listener class is a class responsible for accepting connections and queuing them to be processed by a worker thread. |
|||
|
Rocket The Rocket class is responsible for handling threads and accepting and dispatching connections. |
|||
| Monitor | |||
|
ThreadPool The ThreadPool class is a container class for all the worker threads. |
|||
| SSLError | |||
|
Worker The Worker class is a base class responsible for receiving connections and (a subclass) will run an application to process the the connection |
|||
|
SocketTimeout Exception for when a socket times out between requests. |
|||
|
BadRequest Exception for when a client sends an incomprehensible request. |
|||
|
SocketClosed Exception for when a socket is closed by the client. |
|||
| ChunkedReader | |||
| WSGIWorker | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
VERSION =
|
|||
SERVER_NAME =
|
|||
SERVER_SOFTWARE =
|
|||
HTTP_SERVER_SOFTWARE =
|
|||
BUF_SIZE = 16384
|
|||
SOCKET_TIMEOUT = 10
|
|||
THREAD_STOP_CHECK_INTERVAL = threading.local()
|
|||
IS_JYTHON = True
|
|||
IGNORE_ERRORS_ON_CLOSE =
|
|||
DEFAULT_LISTEN_QUEUE_SIZE = 5
|
|||
DEFAULT_MIN_THREADS = 10
|
|||
DEFAULT_MAX_THREADS = 0
|
|||
DEFAULTS =
|
|||
PY3K = True
|
|||
has_futures = True
|
|||
has_ssl = True
|
|||
log = logging.getLogger('Rocket.Errors.ThreadPool')
|
|||
re_SLASH = re.compile(r'
|
|||
re_REQUEST_LINE = re.compile(r'
|
|||
LOG_LINE =
|
|||
RESPONSE =
|
|||
HTTP_METHODS = set(['OPTIONS', 'GET', 'HEAD', 'POST', 'PUT', '
|
|||
NEWLINE =
|
|||
HEADER_RESPONSE =
|
|||
BASE_ENV =
|
|||
|
|||
|
|
|
|||
DEFAULTS
|
re_REQUEST_LINE
|
LOG_LINE
|
HTTP_METHODS
|
BASE_ENV
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Dec 17 15:04:14 2012 | http://epydoc.sourceforge.net |