Changes between Version 1 and Version 2 of ProtocolPEP
- Timestamp:
- 09/15/2009 12:01:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolPEP
v1 v2 1 1 === Abstract === 2 2 3 Define the protocol and transport interfaces. 4 3 5 === Rationale === 6 7 * Separation simplifies unit testing 8 * Allows re-use of protocols on different transports (different kinds and different providers) 9 * Reduces duplication 10 * SSL 11 * Line handling 4 12 5 13 === Protocol API ===
