Packages

trait ConfigLike extends Channel.ConfigLike

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigLike
  2. ConfigLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def bufferSize: Int

    Queries the buffer size used for coding or decoding OSC messages.

    Queries the buffer size used for coding or decoding OSC messages. This is the maximum size an OSC packet (bundle or message) can grow to.

    returns

    the buffer size in bytes.

    Definition Classes
    ConfigLike
    See also

    #setBufferSize( int )

  2. abstract def codec: PacketCodec
    Definition Classes
    ConfigLike
  3. abstract def localSocketAddress: InetSocketAddress
  4. abstract def transport: Transport

    Queries the transport protocol used by this communicator.

    Queries the transport protocol used by this communicator.

    returns

    the transport, such as UDP or TCP

    Definition Classes
    ConfigLike
    See also

    #UDP

    #TCP

Concrete Value Members

  1. final def localAddress: InetAddress
  2. final def localIsLoopback: Boolean
  3. final def localPort: Int