Changes between and of Initial VersionVersion 23Ticket #4473
- Timestamp:
- 10/18/2010 08:58:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4473
- Property branch changed from to branches/strports-endpoints-4473-2
- Property branch_author changed from to exarkun, glyph
-
Ticket #4473 – description
initial v23 1 1 Once #1442 is merged, we will have a more abstract way of loading endpoints. But we will still have no way for users to specify them, or provide their own. 2 2 3 We should implement the syntax currently in `twisted.application.strports` in terms of a pluggable API, like the one in `twisted.cred.strcred`, so that third parties can supply their own Twisted transports and built-in protocols can be invoked using them.3 We should implement the syntax currently in `twisted.application.strports` in terms of the client and server endpoints APIs.
