Uses of Class
net.jolsrv2.Interface

Packages that use Interface
net.jolsrv2   
net.jolsrv2.comm   
 

Uses of Interface in net.jolsrv2
 

Methods in net.jolsrv2 that return types with arguments of type Interface
 java.util.ArrayList<Interface> Node.getInterfaces()
          Returns the Interfaces
 

Methods in net.jolsrv2 with parameters of type Interface
 ParsedPacket PacketParser.parsePacket(java.net.DatagramPacket datagramPacket, Interface iface)
          The method takes an incoming packet on a given interface and parses it.
 

Uses of Interface in net.jolsrv2.comm
 

Constructors in net.jolsrv2.comm with parameters of type Interface
Receiver(Interface iface)
          Constructor
Sender(Interface iface, java.net.InetSocketAddress broadcast)
          Constructor