using System;
using System.Collections.Generic;
using System.Net.Sockets;
using System.Text;
namespace Taobao.Top.Link.Channel.TCP
{
/// the channel that can send message to client via raw tcp
///
public class TcpServerChannelSender : IServerChannelSender
{
private IDictionary