Package de.sciss.net

Interface Summary
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 The OSCListener interface is used to register a client to an OSCReceiver object which will be notified when an incoming message was received.
 

Class Summary
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 OSCPacket is 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 The Atom class represents a combination of an encoder and decoder of a Java respectively OSC atom.
OSCReceiver An OSCReceiver manages 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
OSCException Exception thrown by some OSC related methods.