JML

net.sf.jqql.beans
Class FileTransferArgs

java.lang.Object
  extended by net.sf.jqql.beans.FileTransferArgs

public class FileTransferArgs
extends Object

file transfer IP, port infor wrapper class 传送文件的ip,端口信息封装类

Author:
luma

Field Summary
 byte connectMode
           
 byte[] internetIp
           
 int internetPort
           
 byte[] localIp
           
 int majorPort
           
 int minorPort
           
 byte transferType
           
 
Constructor Summary
FileTransferArgs()
           
 
Method Summary
 void readBean(ByteBuffer buf)
          given an input stream, parse FileTransferArgs 给定一个输入流,解析FileTransferArgs结构
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferType

public byte transferType

connectMode

public byte connectMode

internetIp

public byte[] internetIp

internetPort

public int internetPort

majorPort

public int majorPort

localIp

public byte[] localIp

minorPort

public int minorPort
Constructor Detail

FileTransferArgs

public FileTransferArgs()
Method Detail

readBean

public void readBean(ByteBuffer buf)
              throws Exception
given an input stream, parse FileTransferArgs 给定一个输入流,解析FileTransferArgs结构

Parameters:
buf -
Throws:
Exception

JML