示例#1
0
 public override void Flush(IFABChannelHandlerContext context)
 {
     context.Flush();
     if (this.context == null)
     {
         this.context = (FABHandlerContext)context;
     }
 }
示例#2
0
 public override void ChannelReadComplete(IFABChannelHandlerContext context)
 {
     context.Flush();
 }
示例#3
0
 public void Flush(IFABChannelHandlerContext context)
 {
     context.Flush();
 }