From 118923e784070fe366ed5ee50166ca78541441ee Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sat, 12 Nov 2011 13:50:30 -0500 Subject: [PATCH] Messaging Interfaces Added Messaging and Framing Interfaces --- .../Protocol/WebSocket/FrameInterface.php | 55 +++++++++++++++++++ .../Protocol/WebSocket/MessageInterface.php | 32 +++++++++++ 2 files changed, 87 insertions(+) create mode 100644 lib/Ratchet/Protocol/WebSocket/FrameInterface.php create mode 100644 lib/Ratchet/Protocol/WebSocket/MessageInterface.php diff --git a/lib/Ratchet/Protocol/WebSocket/FrameInterface.php b/lib/Ratchet/Protocol/WebSocket/FrameInterface.php new file mode 100644 index 0000000..5b500e5 --- /dev/null +++ b/lib/Ratchet/Protocol/WebSocket/FrameInterface.php @@ -0,0 +1,55 @@ +