Uses of Interface
de.sciss.net.OSCChannel

Packages that use OSCChannel
de.sciss.net   
 

Uses of OSCChannel in de.sciss.net
 

Subinterfaces of OSCChannel in de.sciss.net
 interface OSCBidi
          An interface describing common functionality in bidirectional OSC communicators.
 

Classes in de.sciss.net that implement OSCChannel
 class OSCClient
          This class groups together a transmitter and receiver, allowing bidirectional OSC communication from the perspective of a client.
 class OSCReceiver
          An OSCReceiver manages reception of incoming OSC messages.
 class OSCServer
          This class dynamically groups together a transmitters and receivers, allowing bidirectional OSC communication from the perspective of a server.
 class OSCTransmitter
          A class that sends OSC packets (messages or bundles) to a target OSC server.