final class RichListener extends AnyVal with PimpedType[Listener]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichListener
- PimpedType
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichListener(underlying: Listener)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def port: Option[Int]
- def port_=(value: Option[Int]): Unit
- def protocol: Option[String]
- def protocol_=(value: Option[String]): Unit
-
def
toString(): String
- Definition Classes
- Any
-
val
underlying: Listener
- Definition Classes
- RichListener → PimpedType
- def withPort(value: Option[Int]): Listener
- def withProtocol(value: Option[String]): Listener