All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description NetUtil A static class which contains information methods.OSCBidi An interface describing common functionality in bidirectional OSC communicators.OSCBundle Implementation of the OSC-Bundle which assembles several OSC-Packets under the same timetag.OSCChannel A collection of common constants and methods that apply to all kinds of OSC communicators.OSCClient This class groups together a transmitter and receiver, allowing bidirectional OSC communication from the perspective of a client.OSCException Exception thrown by some OSC related methods.OSCListener TheOSCListenerinterface is used to register a client to anOSCReceiverobject which will be notified when an incoming message was received.OSCMessage Class for decoding OSC messages from received datagrams or encoding OSC message for sending to a target socket.OSCPacket OSCPacketis the superclass of OSC messages and bundles.OSCPacketCodec A packet codec defines how the translation between Java objects and OSC atoms is accomplished.OSCPacketCodec.Atom TheAtomclass represents a combination of an encoder and decoder of a Java respectively OSC atom.OSCReceiver AnOSCReceivermanages reception of incoming OSC messages.OSCServer This class dynamically groups together a transmitters and receivers, allowing bidirectional OSC communication from the perspective of a server.OSCTransmitter A class that sends OSC packets (messages or bundles) to a target OSC server.