package com.zc.websocket.enums;
/**
* 通道状态定义
* @author Athena-xiepufeng
*/
public enum ChannelStatus
{
/*
* 初始态
INITIAL,
* 绑定到TokenSN
TOKENSN_BOUND
}