Navigation
index
modules
|
Gruvi 0.10.3 documentation
»
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
abort() (BaseTransport method)
accept_connection() (Server method)
active (switch_back attribute)
add_cleanup() (switch_back method)
add_done_callback() (Future method)
addr (ParsedUrl attribute)
addresses (Server attribute)
alive (Fiber attribute)
assert_no_switchpoints (class in gruvi)
B
BaseProtocol (class in gruvi)
BaseTransport (class in gruvi)
blocking() (in module gruvi)
body (HttpMessage attribute)
buffer (Stream attribute)
C
can_write_eof() (Transport method)
cancel() (Fiber method)
(Future method)
Cancelled
cancelled() (Future method)
charset (HttpMessage attribute)
check_message() (JsonRpcVersion method)
child_exited() (Process method)
clear() (Event method)
Client (class in gruvi)
close() (BaseTransport method)
(Endpoint method)
(SslTransport method)
closed (Stream attribute)
Condition (class in gruvi)
connection_lost() (BaseProtocol method)
(Server method)
connection_made() (BaseProtocol method)
(Server method)
connections (Server attribute)
create() (JsonRpcVersion static method)
create_default_context() (in module gruvi)
create_request() (JsonRpcVersion method)
create_response() (JsonRpcVersion method)
current_fiber() (in module gruvi)
D
data (Hub attribute)
data_received() (Protocol method)
datagram_received() (DatagramProtocol method)
DatagramProtocol (class in gruvi)
DatagramTransport (class in gruvi)
DbusClient (class in gruvi.dbus)
DbusError
DbusMethodCallError
DbusProtocol (class in gruvi.dbus)
DbusServer (class in gruvi.dbus)
default_adapter (HttpServer attribute)
default_timeout (JsonRpcProtocol attribute)
default_version (HttpProtocol attribute)
(JsonRpcProtocol attribute)
do_handshake() (SslTransport method)
done() (Future method)
E
Endpoint (class in gruvi)
eof_received() (Protocol method)
Error
error (JsonRpcError attribute)
error_received() (DatagramProtocol method)
errorcode (in module gruvi.jsonrpc)
Event (class in gruvi)
F
feed() (StreamBuffer method)
feed_eof() (StreamBuffer method)
feed_error() (StreamBuffer method)
Fiber (class in gruvi)
fiber (switch_back attribute)
FiberPool (class in gruvi)
Future (class in gruvi)
G
get_buffer_size() (StreamBuffer method)
get_cpu_pool() (in module gruvi)
get_extra_info() (BaseTransport method)
(SslTransport method)
(Transport method)
get_header() (HttpMessage method)
get_hub() (in module gruvi)
get_io_pool() (in module gruvi)
get_nowait() (Queue method)
get_write_buffer_limits() (BaseTransport method)
get_write_buffer_size() (BaseTransport method)
(DatagramTransport method)
(Transport method)
gruvi (module)
gruvi.dbus (module)
gruvi.http (module)
gruvi.jsonrpc (module)
H
handle_connection() (Server method)
headers (HttpMessage attribute)
HttpClient (class in gruvi.http)
HttpError
HttpMessage (class in gruvi.http)
HttpProtocol (class in gruvi.http)
HttpRequest (class in gruvi.http)
HttpServer (class in gruvi.http)
Hub (class in gruvi)
I
ignore_interrupt (Hub attribute)
J
join() (Queue method)
JsonRpcClient (class in gruvi.jsonrpc)
JsonRpcError
JsonRpcProtocol (class in gruvi.jsonrpc)
JsonRpcServer (class in gruvi.jsonrpc)
JsonRpcVersion (class in gruvi.jsonrpc)
L
LifoQueue (class in gruvi)
local (class in gruvi)
Lock (class in gruvi)
locked() (Lock method)
(RLock method)
loop (Hub attribute)
,
[1]
M
max_buffer_size (HttpProtocol attribute)
max_header_size (HttpProtocol attribute)
max_pipeline_size (HttpProtocol attribute)
maxsize (PoolBase attribute)
message_type (HttpMessage attribute)
MessageProtocol (class in gruvi)
method (HttpMessage attribute)
minsize (PoolBase attribute)
N
name (Fiber attribute)
(Hub attribute)
(JsonRpcVersion attribute)
(PoolBase attribute)
next_id() (JsonRpcVersion method)
notify() (Condition method)
notify_all() (Condition method)
P
paddr() (in module gruvi)
parse_url() (in module gruvi.http)
parsed_url (HttpMessage attribute)
ParsedUrl (class in gruvi.http)
pause_reading() (BaseTransport method)
(DatagramTransport method)
(SslTransport method)
(Transport method)
pause_writing() (BaseProtocol method)
pid (Process attribute)
poll (Hub attribute)
PoolBase (class in gruvi)
PriorityQueue (class in gruvi)
Process (class in gruvi)
Protocol (class in gruvi)
protocol (Client attribute)
(DbusClient attribute)
(HttpClient attribute)
(JsonRpcClient attribute)
ProtocolError
put_nowait() (Queue method)
Python Enhancement Proposals
PEP 3156
,
[1]
,
[2]
PEP 333
Q
qsize() (Queue method)
Queue (class in gruvi)
QueueEmpty
QueueFull
R
readable() (Stream method)
release() (Lock method)
(RLock method)
remove_done_callback() (Future method)
REQUEST (in module gruvi.http)
(in module gruvi.jsonrpc)
RESPONSE (in module gruvi.http)
(in module gruvi.jsonrpc)
resume_reading() (BaseTransport method)
(DatagramTransport method)
(SslTransport method)
(Transport method)
resume_writing() (BaseProtocol method)
returncode (Process attribute)
RFC
RFC 2606
RLock (class in gruvi)
run_callback() (Hub method)
running() (Future method)
S
saddr() (in module gruvi)
send_signal() (Process method)
sendto() (DatagramTransport method)
Server (class in gruvi)
set() (Event method)
set_buffer_limits() (StreamBuffer method)
set_write_buffer_limits() (BaseTransport method)
spawn() (in module gruvi)
(Process method)
ssl (ParsedUrl attribute)
SslTransport (class in gruvi)
start() (BaseTransport method)
(Fiber method)
status_code (HttpMessage attribute)
stderr (Process attribute)
stdin (Process attribute)
stdout (Process attribute)
Stream (class in gruvi)
stream (StreamClient attribute)
(StreamProtocol attribute)
StreamBuffer (class in gruvi)
StreamClient (class in gruvi)
StreamProtocol (class in gruvi)
StreamServer (class in gruvi)
strerror() (in module gruvi.jsonrpc)
submit() (PoolBase method)
switch() (Hub method)
(switch_back method)
switch_back (class in gruvi)
switchpoint() (in module gruvi)
T
target (ParsedUrl attribute)
task_done() (Queue method)
terminate() (Process method)
ThreadPool (class in gruvi)
throw() (switch_back method)
Timeout
timeout (Endpoint attribute)
(switch_back attribute)
Transport (class in gruvi)
transport (Client attribute)
(Stream attribute)
TransportError
U
unwrap() (SslTransport method)
url (HttpMessage attribute)
V
version (HttpMessage attribute)
(JsonRpcProtocol attribute)
W
wrap() (Stream method)
writable() (Stream method)
write() (Transport method)
write_eof() (Transport method)
writelines() (Transport method)
writer (HttpProtocol attribute)
WsgiAdapter (class in gruvi.http)
Quick search
Navigation
index
modules
|
Gruvi 0.10.3 documentation
»