Uses of Class
jarol.messages.UDPLink

Packages that use UDPLink
jarol Provides classes and interfaces for the Jarol Control Infrastructure. 
 

Uses of UDPLink in jarol
 

Methods in jarol that return UDPLink
protected  UDPLink JarolCoreWithLink.setupUDPLink(MessageFactory messageFactory, java.lang.String host, int localPort, int remotePort, int receiveBufferSize, int sendBufferSize)
          Creates an UDPLink on the localPort to a given host on its remotePort.