Index

A | B | C | D | E | F | G | 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 attribute)
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)
clear() (ws4py.server.geventserver.GEventWebSocketPool 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.client.geventclient.WebSocketClient method)
(ws4py.websocket.WebSocket method)
closing (ws4py.streaming.Stream attribute)
complete() (ws4py.server.cherrypyserver.WebSocketTool method)
completed (ws4py.messaging.Message attribute)
configure_logger() (in module ws4py.__init__)
connect() (ws4py.client.tornadoclient.TornadoWebSocketClient method)
(ws4py.client.WebSocketBaseClient method)
connection (ws4py.websocket.WebSocket attribute)

D

daemon (ws4py.client.threadedclient.WebSocketClient attribute)
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)
format_addresses() (in module ws4py.__init__)
fragment() (ws4py.messaging.Message method)
Frame (class in ws4py.framing)
FrameTooLargeException

G

GEventWebSocketPool (class in ws4py.server.geventserver)

H

handle() (ws4py.server.cherrypyserver.WebSocketPlugin method)
(ws4py.server.wsgirefserver.WebSocketWSGIRequestHandler method)
handler_class (ws4py.server.geventserver.WSGIServer attribute)
handshake_headers (ws4py.client.WebSocketBaseClient attribute)
handshake_ok() (ws4py.client.geventclient.WebSocketClient method)
(ws4py.client.threadedclient.WebSocketClient method)
handshake_request (ws4py.client.WebSocketBaseClient attribute)
HandshakeError
has_message (ws4py.streaming.Stream attribute)
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 attribute)
(ws4py.messaging.TextMessage attribute)
is_text (ws4py.messaging.BinaryMessage attribute)
(ws4py.messaging.TextMessage attribute)

K

KQueuePoller (class in ws4py.manager)

L

link_websocket_to_server() (ws4py.server.wsgirefserver.WSGIServer method)
local_address (ws4py.websocket.WebSocket attribute)

M

make_websocket() (ws4py.server.wsgiutils.WebSocketWSGIApplication method)
mask() (ws4py.framing.Frame method)
Message (class in ws4py.messaging)
message (ws4py.streaming.Stream attribute)
messages (ws4py.client.geventclient.WebSocketClient attribute)

O

once() (ws4py.websocket.WebSocket method)
opened() (ws4py.websocket.WebSocket method)

P

parser (ws4py.framing.Frame attribute)
(ws4py.streaming.Stream attribute)
peer_address (ws4py.websocket.WebSocket attribute)
ping() (ws4py.streaming.Stream 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)
receive() (ws4py.client.geventclient.WebSocketClient method)
received_message() (ws4py.client.geventclient.WebSocketClient method)
(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], [3]
RFC 6455#section-4
run() (ws4py.manager.WebSocketManager method)
(ws4py.websocket.Heartbeat method)
(ws4py.websocket.WebSocket method)
run_application() (ws4py.server.geventserver.WebSocketWSGIHandler 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)
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.server.geventserver.WSGIServer 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 attribute)
text_message() (ws4py.streaming.Stream method)
TextFrameEncodingException, [1]
TextMessage (class in ws4py.messaging)
TornadoWebSocketClient (class in ws4py.client.tornadoclient)
track() (ws4py.server.geventserver.GEventWebSocketPool method)

U

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.geventclient)
(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.geventserver)
(class in ws4py.server.wsgirefserver)
WebSocketWSGIRequestHandler (class in ws4py.server.wsgirefserver)
ws4py.__init__ (module)
ws4py.client (module)
ws4py.client.geventclient (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.geventserver (module)
ws4py.server.wsgirefserver (module)
ws4py.server.wsgiutils (module)
ws4py.streaming (module)
ws4py.utf8validator (module)
ws4py.websocket (module)
WSGIServer (class in ws4py.server.geventserver)
(class in ws4py.server.wsgirefserver)