1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
#
# Autogenerated by Thrift Compiler (0.9.3)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
# options string: py:new_style,tornado
#
import six
from six.moves import xrange
from thrift.Thrift import TType, TMessageType, TException, TApplicationException
from .ttypes import *
CLIENT_SEND = "cs"
CLIENT_RECV = "cr"
SERVER_SEND = "ss"
SERVER_RECV = "sr"
MESSAGE_SEND = "ms"
MESSAGE_RECV = "mr"
WIRE_SEND = "ws"
WIRE_RECV = "wr"
CLIENT_SEND_FRAGMENT = "csf"
CLIENT_RECV_FRAGMENT = "crf"
SERVER_SEND_FRAGMENT = "ssf"
SERVER_RECV_FRAGMENT = "srf"
LOCAL_COMPONENT = "lc"
CLIENT_ADDR = "ca"
SERVER_ADDR = "sa"
MESSAGE_ADDR = "ma"
|