class EndpointWithChannel[TChannel <: Channel] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EndpointWithChannel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EndpointWithChannel(channelFactory: (String) => TChannel)
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]) @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- 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])
- def withUrl[TR1, TR2, TR3, TR4, TE1, TE2, TE3, TE4, TE5](url: String, route: RouteDef4[TR1, TR2, TR3, TR4], encoded: EncodedDef5[TE1, TE2, TE3, TE4, TE5]): Endpoint[Route4[TR1, TR2, TR3, TR4, Encoded5[TE1, TE2, TE3, TE4, TE5, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TR4, TE1, TE2, TE3, TE4](url: String, route: RouteDef4[TR1, TR2, TR3, TR4], encoded: EncodedDef4[TE1, TE2, TE3, TE4]): Endpoint[Route4[TR1, TR2, TR3, TR4, Encoded4[TE1, TE2, TE3, TE4, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TR4, TE1, TE2, TE3](url: String, route: RouteDef4[TR1, TR2, TR3, TR4], encoded: EncodedDef3[TE1, TE2, TE3]): Endpoint[Route4[TR1, TR2, TR3, TR4, Encoded3[TE1, TE2, TE3, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TR4, TE1, TE2](url: String, route: RouteDef4[TR1, TR2, TR3, TR4], encoded: EncodedDef2[TE1, TE2]): Endpoint[Route4[TR1, TR2, TR3, TR4, Encoded2[TE1, TE2, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TR4, TE1](url: String, route: RouteDef4[TR1, TR2, TR3, TR4], encoded: EncodedDef1[TE1]): Endpoint[Route4[TR1, TR2, TR3, TR4, Encoded1[TE1, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TR4](url: String, route: RouteDef4[TR1, TR2, TR3, TR4]): Endpoint[Route4[TR1, TR2, TR3, TR4, TChannel], TChannel]
- def withUrl[TR1, TR2, TR3, TE1, TE2, TE3, TE4, TE5](url: String, route: RouteDef3[TR1, TR2, TR3], encoded: EncodedDef5[TE1, TE2, TE3, TE4, TE5]): Endpoint[Route3[TR1, TR2, TR3, Encoded5[TE1, TE2, TE3, TE4, TE5, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TE1, TE2, TE3, TE4](url: String, route: RouteDef3[TR1, TR2, TR3], encoded: EncodedDef4[TE1, TE2, TE3, TE4]): Endpoint[Route3[TR1, TR2, TR3, Encoded4[TE1, TE2, TE3, TE4, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TE1, TE2, TE3](url: String, route: RouteDef3[TR1, TR2, TR3], encoded: EncodedDef3[TE1, TE2, TE3]): Endpoint[Route3[TR1, TR2, TR3, Encoded3[TE1, TE2, TE3, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TE1, TE2](url: String, route: RouteDef3[TR1, TR2, TR3], encoded: EncodedDef2[TE1, TE2]): Endpoint[Route3[TR1, TR2, TR3, Encoded2[TE1, TE2, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3, TE1, TE2](url: String, route: RouteDef3[TR1, TR2, TR3], encoded: EncodedDef1[TE1]): Endpoint[Route3[TR1, TR2, TR3, Encoded1[TE1, TChannel]], TChannel]
- def withUrl[TR1, TR2, TR3](url: String, route: RouteDef3[TR1, TR2, TR3]): Endpoint[Route3[TR1, TR2, TR3, TChannel], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8]): Endpoint[Route2[TR1, TR2, Encoded8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3, TE4, TE5, TE6, TE7](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef7[TE1, TE2, TE3, TE4, TE5, TE6, TE7]): Endpoint[Route2[TR1, TR2, Encoded7[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3, TE4, TE5, TE6](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef6[TE1, TE2, TE3, TE4, TE5, TE6]): Endpoint[Route2[TR1, TR2, Encoded6[TE1, TE2, TE3, TE4, TE5, TE6, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3, TE4, TE5](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef5[TE1, TE2, TE3, TE4, TE5]): Endpoint[Route2[TR1, TR2, Encoded5[TE1, TE2, TE3, TE4, TE5, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3, TE4](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef4[TE1, TE2, TE3, TE4]): Endpoint[Route2[TR1, TR2, Encoded4[TE1, TE2, TE3, TE4, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2, TE3](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef3[TE1, TE2, TE3]): Endpoint[Route2[TR1, TR2, Encoded3[TE1, TE2, TE3, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE1, TE2](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef2[TE1, TE2]): Endpoint[Route2[TR1, TR2, Encoded2[TE1, TE2, TChannel]], TChannel]
- def withUrl[TR1, TR2, TE](url: String, route: RouteDef2[TR1, TR2], encoded: EncodedDef1[TE]): Endpoint[Route2[TR1, TR2, Encoded1[TE, TChannel]], TChannel]
- def withUrl[TR1, TR2](url: String, route: RouteDef2[TR1, TR2]): Endpoint[Route2[TR1, TR2, TChannel], TChannel]
- def withUrl[TR, TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8](url: String, route: RouteDef1[TR], encoded: EncodedDef8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8]): Endpoint[Route1[TR, Encoded8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2, TE3, TE4, TE5, TE6, TE7](url: String, route: RouteDef1[TR], encoded: EncodedDef7[TE1, TE2, TE3, TE4, TE5, TE6, TE7]): Endpoint[Route1[TR, Encoded7[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2, TE3, TE4, TE5, TE6](url: String, route: RouteDef1[TR], encoded: EncodedDef6[TE1, TE2, TE3, TE4, TE5, TE6]): Endpoint[Route1[TR, Encoded6[TE1, TE2, TE3, TE4, TE5, TE6, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2, TE3, TE4, TE5](url: String, route: RouteDef1[TR], encoded: EncodedDef5[TE1, TE2, TE3, TE4, TE5]): Endpoint[Route1[TR, Encoded5[TE1, TE2, TE3, TE4, TE5, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2, TE3, TE4](url: String, route: RouteDef1[TR], encoded: EncodedDef4[TE1, TE2, TE3, TE4]): Endpoint[Route1[TR, Encoded4[TE1, TE2, TE3, TE4, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2, TE3](url: String, route: RouteDef1[TR], encoded: EncodedDef3[TE1, TE2, TE3]): Endpoint[Route1[TR, Encoded3[TE1, TE2, TE3, TChannel]], TChannel]
- def withUrl[TR, TE1, TE2](url: String, route: RouteDef1[TR], encoded: EncodedDef2[TE1, TE2]): Endpoint[Route1[TR, Encoded2[TE1, TE2, TChannel]], TChannel]
- def withUrl[TR, TE](url: String, route: RouteDef1[TR], encoded: EncodedDef1[TE]): Endpoint[Route1[TR, Encoded1[TE, TChannel]], TChannel]
- def withUrl[TR](url: String, route: RouteDef1[TR]): Endpoint[Route1[TR, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8](url: String, encoded: EncodedDef8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8]): Endpoint[Encoded8[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TE8, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3, TE4, TE5, TE6, TE7](url: String, encoded: EncodedDef7[TE1, TE2, TE3, TE4, TE5, TE6, TE7]): Endpoint[Encoded7[TE1, TE2, TE3, TE4, TE5, TE6, TE7, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3, TE4, TE5, TE6](url: String, encoded: EncodedDef6[TE1, TE2, TE3, TE4, TE5, TE6]): Endpoint[Encoded6[TE1, TE2, TE3, TE4, TE5, TE6, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3, TE4, TE5](url: String, encoded: EncodedDef5[TE1, TE2, TE3, TE4, TE5]): Endpoint[Encoded5[TE1, TE2, TE3, TE4, TE5, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3, TE4](url: String, encoded: EncodedDef4[TE1, TE2, TE3, TE4]): Endpoint[Encoded4[TE1, TE2, TE3, TE4, TChannel], TChannel]
- def withUrl[TE1, TE2, TE3](url: String, encoded: EncodedDef3[TE1, TE2, TE3]): Endpoint[Encoded3[TE1, TE2, TE3, TChannel], TChannel]
- def withUrl[TE1, TE2](url: String, encoded: EncodedDef2[TE1, TE2]): Endpoint[Encoded2[TE1, TE2, TChannel], TChannel]
- def withUrl[TE](url: String, encoded: EncodedDef1[TE]): Endpoint[Encoded1[TE, TChannel], TChannel]
- def withUrl(url: String): Endpoint[TChannel, TChannel]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)