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 | |||
LimitingFileWrapper | |||
FileSystemWorker | |||
WSGIWorker |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
VERSION =
|
|||
SERVER_NAME =
|
|||
SERVER_SOFTWARE =
|
|||
HTTP_SERVER_SOFTWARE =
|
|||
BUF_SIZE = 16384
|
|||
SOCKET_TIMEOUT = <web2py.gluon.custom_import._Web2pyImporter o PyMySQL: A pure-Python drop-in replacement for MySQLdb. |
|||
THREAD_STOP_CHECK_INTERVAL = <web2py.gluon.custom_import._Web2 PyMySQL: A pure-Python drop-in replacement for MySQLdb. |
|||
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', '
|
|||
CHUNK_SIZE = 65536
|
|||
INDEX_HEADER =
|
|||
INDEX_ROW =
|
|||
INDEX_FOOTER =
|
|||
NEWLINE =
|
|||
HEADER_RESPONSE =
|
|||
BASE_ENV =
|
|
|
|
|
SOCKET_TIMEOUTPyMySQL: A pure-Python drop-in replacement for MySQLdb. Copyright (c) 2010 PyMySQL contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
THREAD_STOP_CHECK_INTERVALPyMySQL: A pure-Python drop-in replacement for MySQLdb. Copyright (c) 2010 PyMySQL contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
DEFAULTS
|
re_REQUEST_LINE
|
LOG_LINE
|
RESPONSE
|
HTTP_METHODS
|
INDEX_HEADER
|
INDEX_ROW
|
BASE_ENV
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Dec 14 14:46:04 2011 | http://epydoc.sourceforge.net |