Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrbriggs committed Sep 28, 2015
1 parent 1d45645 commit 44cf35b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stomp/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ class SSLError:
log = logging.getLogger('stomp.py')

class BaseTransport(listener.Publisher):
"""
Base class for transport classes providing support for listeners, threading overrides,
and anything else outside of actually establishing a network connection, sending and
receiving of messages (so generally socket-agnostic functions).
"""

#
# Used to parse the STOMP "content-length" header lines,
Expand Down

0 comments on commit 44cf35b

Please sign in to comment.