Uses of Class
com.gremwell.jnetbridge.Port

Uses of Port in com.gremwell.jnetbridge
 

Subclasses of Port in com.gremwell.jnetbridge
 class PcapPort
          This class implements a port receiving and sending network packets with libpcap, through jnetpcap library.
 

Fields in com.gremwell.jnetbridge declared as Port
 Port IngressPacket.port
           
 

Constructors in com.gremwell.jnetbridge with parameters of type Port
IngressPacket(Port port, org.jnetpcap.packet.JPacket packet)