JML

net.sf.jqql.obsolete
Class FileSenderPacketProcessor

java.lang.Object
  extended by net.sf.jqql.obsolete.FileSenderPacketProcessor

public class FileSenderPacketProcessor
extends Object

 FileSenderPacketProcessor
 文件发送者的包处理器
 

Author:
luma

Constructor Summary
FileSenderPacketProcessor(FileSender sender)
          constructed function 构造函数
 
Method Summary
 void processSelectedKeys(ByteBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSenderPacketProcessor

public FileSenderPacketProcessor(FileSender sender)
constructed function 构造函数

Parameters:
sender -
Method Detail

processSelectedKeys

public void processSelectedKeys(ByteBuffer buffer)
                         throws Exception
Parameters:
sk -
Throws:
BadQQPacketException
Exception

JML