Navigation
index
modules
|
ws4py 0.4.2 documentation
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
H
|
I
|
K
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
add() (ws4py.manager.WebSocketManager method)
B
binary_message() (ws4py.streaming.Stream method)
BinaryMessage (class in ws4py.messaging)
bind_addr() (ws4py.client.WebSocketBaseClient property)
broadcast() (ws4py.manager.WebSocketManager method)
(ws4py.server.cherrypyserver.WebSocketPlugin method)
build() (ws4py.framing.Frame method)
C
cleanup() (ws4py.server.cherrypyserver.WebSocketPlugin method)
cleanup_headers() (ws4py.server.cherrypyserver.WebSocketTool method)
client_terminated (ws4py.websocket.WebSocket attribute)
close() (ws4py.client.WebSocketBaseClient method)
(ws4py.streaming.Stream method)
(ws4py.websocket.WebSocket method)
close_all() (ws4py.manager.WebSocketManager method)
close_connection() (ws4py.client.tornadoclient.TornadoWebSocketClient method)
(ws4py.websocket.WebSocket method)
CloseControlMessage (class in ws4py.messaging)
closed() (ws4py.websocket.WebSocket method)
closing (ws4py.streaming.Stream attribute)
complete() (ws4py.server.cherrypyserver.WebSocketTool method)
completed() (ws4py.messaging.Message property)
configure_logger() (in module ws4py.__init__)
connect() (ws4py.client.tornadoclient.TornadoWebSocketClient method)
(ws4py.client.WebSocketBaseClient method)
connection() (ws4py.websocket.WebSocket property)
D
daemon() (ws4py.client.threadedclient.WebSocketClient property)
decode() (ws4py.utf8validator.Utf8Validator method)
E
EchoWebSocket (class in ws4py.websocket)
environ (ws4py.websocket.WebSocket attribute)
EPollPoller (class in ws4py.manager)
errors (ws4py.streaming.Stream attribute)
extend() (ws4py.messaging.Message method)
extensions (ws4py.websocket.WebSocket attribute)
F
finish_response() (ws4py.server.wsgirefserver.WebSocketWSGIHandler method)
(ws4py.server.wsgirefserver.WebSocketWSGIRequestHandler.WebSocketWSGIHandler method)
format_addresses() (in module ws4py.__init__)
fragment() (ws4py.messaging.Message method)
Frame (class in ws4py.framing)
FrameTooLargeException
H
handle() (ws4py.server.cherrypyserver.WebSocketPlugin method)
(ws4py.server.wsgirefserver.WebSocketWSGIRequestHandler method)
handshake_headers() (ws4py.client.WebSocketBaseClient property)
handshake_ok() (ws4py.client.threadedclient.WebSocketClient method)
(ws4py.client.WebSocketBaseClient method)
handshake_request() (ws4py.client.WebSocketBaseClient property)
HandshakeError
has_message() (ws4py.streaming.Stream property)
Heartbeat (class in ws4py.websocket)
heartbeat_freq (ws4py.websocket.WebSocket attribute)
I
initialize_websockets_manager() (ws4py.server.wsgirefserver.WSGIServer method)
InvalidBytesError
is_binary() (ws4py.messaging.BinaryMessage property)
(ws4py.messaging.TextMessage property)
is_text() (ws4py.messaging.BinaryMessage property)
(ws4py.messaging.TextMessage property)
K
KQueuePoller (class in ws4py.manager)
L
link_websocket_to_server() (ws4py.server.wsgirefserver.WSGIServer method)
local_address() (ws4py.websocket.WebSocket property)
M
make_websocket() (ws4py.server.wsgiutils.WebSocketWSGIApplication method)
mask() (ws4py.framing.Frame method)
Message (class in ws4py.messaging)
message (ws4py.streaming.Stream attribute)
module
ws4py.__init__
ws4py.client
ws4py.client.threadedclient
ws4py.client.tornadoclient
ws4py.exc
ws4py.framing
ws4py.manager
ws4py.messaging
ws4py.server.cherrypyserver
ws4py.server.wsgirefserver
ws4py.server.wsgiutils
ws4py.streaming
ws4py.utf8validator
ws4py.websocket
O
once() (ws4py.websocket.WebSocket method)
opened() (ws4py.websocket.WebSocket method)
P
parser() (ws4py.framing.Frame property)
(ws4py.streaming.Stream property)
peer_address() (ws4py.websocket.WebSocket property)
ping() (ws4py.streaming.Stream method)
(ws4py.websocket.WebSocket method)
PingControlMessage (class in ws4py.messaging)
pings (ws4py.streaming.Stream attribute)
poll() (ws4py.manager.EPollPoller method)
(ws4py.manager.KQueuePoller method)
(ws4py.manager.SelectPoller method)
pong() (ws4py.streaming.Stream method)
PongControlMessage (class in ws4py.messaging)
ponged() (ws4py.websocket.WebSocket method)
pongs (ws4py.streaming.Stream attribute)
process() (ws4py.websocket.WebSocket method)
process_handshake_header() (ws4py.client.WebSocketBaseClient method)
process_response_line() (ws4py.client.WebSocketBaseClient method)
ProtocolException
protocols (ws4py.websocket.WebSocket attribute)
Python Enhancement Proposals
PEP 20
,
[1]
PEP 3156
,
[1]
PEP 333
,
[1]
PEP 8
,
[1]
R
reading_buffer_size (ws4py.websocket.WebSocket attribute)
received_message() (ws4py.websocket.EchoWebSocket method)
(ws4py.websocket.WebSocket method)
receiver() (ws4py.streaming.Stream method)
register() (ws4py.manager.EPollPoller method)
(ws4py.manager.KQueuePoller method)
(ws4py.manager.SelectPoller method)
release() (ws4py.manager.EPollPoller method)
(ws4py.manager.KQueuePoller method)
(ws4py.manager.SelectPoller method)
remove() (ws4py.manager.WebSocketManager method)
reset() (ws4py.utf8validator.Utf8Validator method)
RFC
RFC 6455
,
[1]
,
[2]
RFC 6455#section-4
run() (ws4py.manager.WebSocketManager method)
(ws4py.websocket.Heartbeat method)
(ws4py.websocket.WebSocket method)
run_forever() (ws4py.client.threadedclient.WebSocketClient method)
S
SelectPoller (class in ws4py.manager)
send() (ws4py.websocket.WebSocket method)
server_close() (ws4py.server.wsgirefserver.WSGIServer method)
server_terminated (ws4py.websocket.WebSocket attribute)
setup_environ() (ws4py.server.wsgirefserver.WebSocketWSGIHandler method)
(ws4py.server.wsgirefserver.WebSocketWSGIRequestHandler.WebSocketWSGIHandler method)
shutdown_request() (ws4py.server.wsgirefserver.WSGIServer method)
single() (ws4py.messaging.Message method)
sock (ws4py.websocket.WebSocket attribute)
start() (ws4py.server.cherrypyserver.WebSocketPlugin method)
start_handler() (ws4py.server.cherrypyserver.WebSocketTool method)
stop() (ws4py.manager.WebSocketManager method)
(ws4py.server.cherrypyserver.WebSocketPlugin method)
(ws4py.websocket.Heartbeat method)
Stream (class in ws4py.streaming)
stream (ws4py.websocket.WebSocket attribute)
StreamClosed
T
terminate() (ws4py.websocket.WebSocket method)
terminated() (ws4py.websocket.WebSocket property)
text_message() (ws4py.streaming.Stream method)
TextFrameEncodingException
,
[1]
TextMessage (class in ws4py.messaging)
TornadoWebSocketClient (class in ws4py.client.tornadoclient)
U
unhandled_error() (ws4py.websocket.WebSocket method)
unmask() (ws4py.framing.Frame method)
unregister() (ws4py.manager.EPollPoller method)
(ws4py.manager.KQueuePoller method)
(ws4py.manager.SelectPoller method)
UnsupportedFrameTypeException
,
[1]
upgrade() (ws4py.server.cherrypyserver.WebSocketTool method)
UTF8_ACCEPT (ws4py.utf8validator.Utf8Validator attribute)
UTF8_REJECT (ws4py.utf8validator.Utf8Validator attribute)
Utf8Validator (class in ws4py.utf8validator)
UTF8VALIDATOR_DFA (ws4py.utf8validator.Utf8Validator attribute)
V
validate() (ws4py.utf8validator.Utf8Validator method)
W
WebSocket (class in ws4py.websocket)
WebSocketBaseClient (class in ws4py.client)
WebSocketClient (class in ws4py.client.threadedclient)
WebSocketException
WebSocketManager (class in ws4py.manager)
WebSocketPlugin (class in ws4py.server.cherrypyserver)
WebSocketTool (class in ws4py.server.cherrypyserver)
WebSocketWSGIApplication (class in ws4py.server.wsgiutils)
WebSocketWSGIHandler (class in ws4py.server.wsgirefserver)
WebSocketWSGIRequestHandler (class in ws4py.server.wsgirefserver)
WebSocketWSGIRequestHandler.WebSocketWSGIHandler (class in ws4py.server.wsgirefserver)
ws4py.__init__
module
ws4py.client
module
ws4py.client.threadedclient
module
ws4py.client.tornadoclient
module
ws4py.exc
module
ws4py.framing
module
ws4py.manager
module
ws4py.messaging
module
ws4py.server.cherrypyserver
module
ws4py.server.wsgirefserver
module
ws4py.server.wsgiutils
module
ws4py.streaming
module
ws4py.utf8validator
module
ws4py.websocket
module
WSGIServer (class in ws4py.server.wsgirefserver)
Quick search
Navigation
index
modules
|
ws4py 0.4.2 documentation
»
Index