📄 flowpacket.java
字号:
package cai.flow.packets;
import java.util.Vector;
import cai.sql.SQL;
public interface FlowPacket {
void process_raw(SQL sql);
Vector getSrcASVector();
Vector getDstASVector();
Vector getASMatrixVector();
Vector getSrcNodeVector();
Vector getDstNodeVector();
Vector getHostMatrixVector();
Vector getSrcInterfaceVector();
Vector getDstInterfaceVector();
Vector getInterfaceMatrixVector();
Vector getSrcPrefixVector();
Vector getDstPrefixVector();
Vector getPrefixMatrixVector();
Vector getProtocolVector();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -