trait ConfigBuilder extends Channel.ConfigBuilder with ConfigLike
- Alphabetic
- By Inheritance
- ConfigBuilder
- ConfigLike
- ConfigBuilder
- ConfigLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- 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 )
- abstract def bufferSize_=(size: Int): Unit
Adjusts the buffer size used by the future channel.
Adjusts the buffer size used by the future channel. The minimum allowed size is 16 bytes. Typically, OSC applications handle packets up to 8 KB. SuperCollider Server handles packets up the 64 KB by default (?).
- Definition Classes
- ConfigBuilder
- abstract def build: Config
- Definition Classes
- ConfigBuilder → ConfigBuilder
- abstract def codec: PacketCodec
- Definition Classes
- ConfigLike
- abstract def codec_=(codec: PacketCodec): Unit
- Definition Classes
- ConfigBuilder
- abstract def localAddress_=(address: InetAddress): Unit
- abstract def localIsLoopback_=(loopback: Boolean): Unit
- abstract def localPort_=(port: Int): Unit
- abstract def localSocketAddress: InetSocketAddress
- Definition Classes
- ConfigLike
- abstract def localSocketAddress_=(address: InetSocketAddress): Unit
- 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
orTCP
- Definition Classes
- ConfigLike
- See also
#UDP
#TCP
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def localAddress: InetAddress
- Definition Classes
- ConfigLike
- final def localIsLoopback: Boolean
- Definition Classes
- ConfigLike
- final def localPort: Int
- Definition Classes
- ConfigLike
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated