Changeset 72:727b4d29c48e in ralphm-patches for server-stream-manager.patch
- Timestamp:
- Jan 27, 2013, 10:40:32 PM (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server-stream-manager.patch
r68 r72 1 1 # HG changeset patch 2 # Parent f98da30301ea95ae9fe688df4128f6fbdf25df7d 2 # Parent 3f3fe954b1975c2d9115e0fa8177ae7b28a708a8 3 Generalize StreamManager and add ServerStreamManager. 4 5 This generalizes `StreamManager` to `BaseStreamManager` to take the 6 common functionality and reuse it for `ServerStreamManager`. Where 7 `StreamManager` is used for initiating connections, with a factory as 8 a parameter, `ServerStreamManager` works for receiving connections. It 9 must be created in a protocol factory when a connection is established, 10 and then its `makeConnection` should be called to hook it up to the 11 `XmlStream` instance. 3 12 4 13 diff --git a/wokkel/client.py b/wokkel/client.py
Note: See TracChangeset
for help on using the changeset viewer.