net.sf.jqql.beans
Class FileTransferArgs
java.lang.Object
net.sf.jqql.beans.FileTransferArgs
public class FileTransferArgs
- extends Object
file transfer IP, port infor wrapper class
传送文件的ip,端口信息封装类
- Author:
- luma
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 |
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
FileTransferArgs
public FileTransferArgs()
readBean
public void readBean(ByteBuffer buf)
throws Exception
- given an input stream, parse FileTransferArgs
给定一个输入流,解析FileTransferArgs结构
- Parameters:
buf
-
- Throws:
Exception