Module org.praxislive.internal.osc
Package org.praxislive.internal.osc
-
Interface Summary Interface Description OSCBidi An interface describing common functionality in bidirectional OSC communicators.OSCChannel A collection of common constants and methods that apply to all kinds of OSC communicators.OSCListener TheOSCListenerinterface is used to register a client to anOSCReceiverobject which will be notified when an incoming message was received. -
Class Summary Class Description NetUtil A static class which contains information methods.OSCBundle Implementation of the OSC-Bundle which assembles several OSC-Packets under the same timetag.OSCClient This class groups together a transmitter and receiver, allowing bidirectional OSC communication from the perspective of a client.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. -
Exception Summary Exception Description OSCException Exception thrown by some OSC related methods.