com.twitter.finagle

ThriftMuxServer

object ThriftMuxServer extends ThriftMuxServerLike

A Thrift server served over com.twitter.finagle.mux.

$serverExample

Annotations
@deprecated
Deprecated

(Since version 7.0.0) Use object ThriftMux

Linear Supertypes
ThriftMuxServerLike, (Params) ⇒ Server[Array[Byte], Array[Byte]], ThriftRichServer, Server[Array[Byte], Array[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThriftMuxServer
  2. ThriftMuxServerLike
  3. Function1
  4. ThriftRichServer
  5. Server
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[A](g: (Server[Array[Byte], Array[Byte]]) ⇒ A): (Params) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(params: Params): Server[Array[Byte], Array[Byte]]

    Create a new ThriftMuxServerLike with params used to configure the muxer.

    Create a new ThriftMuxServerLike with params used to configure the muxer. This makes ThriftMuxServerLike compatible with the legacy com.twitter.finagle.builder.ServerBuilder.

    Definition Classes
    ThriftMuxServerLike → Function1
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ Params): (A) ⇒ Server[Array[Byte], Array[Byte]]

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def configured[P](p: P)(implicit arg0: Param[P]): ThriftMuxServerLike

    Create a new ThriftMuxServerLike with p added to the parameters used to configure the muxer.

    Create a new ThriftMuxServerLike with p added to the parameters used to configure the muxer.

    Definition Classes
    ThriftMuxServerLike
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(): ThriftMuxServerLike

    Used for Java access.

    Used for Java access.

    Definition Classes
    ThriftMuxServerLike
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val maxThriftBufferSize: Int

    Definition Classes
    ThriftRichServer
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def params: Params

    The com.twitter.finagle.Stack.Params used to configure the stack.

    The com.twitter.finagle.Stack.Params used to configure the stack.

    Definition Classes
    ThriftMuxServerLike → ThriftRichServer
  24. val protocolFactory: TProtocolFactory

    Attributes
    protected
    Definition Classes
    ThriftMuxServerLike → ThriftRichServer
  25. def serve(addr: SocketAddress, factory: ServiceFactory[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    ThriftMuxServerLike → Server
  26. def serve(addr: String, service: Service[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  27. def serve(addr: String, service: ServiceFactory[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  28. def serve(addr: SocketAddress, service: Service[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  29. def serveAndAnnounce(name: String, service: Service[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  30. def serveAndAnnounce(name: String, service: ServiceFactory[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  31. def serveAndAnnounce(name: String, addr: String, service: Service[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  32. def serveAndAnnounce(name: String, addr: String, service: ServiceFactory[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  33. def serveAndAnnounce(name: String, addr: SocketAddress, service: Service[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  34. def serveAndAnnounce(name: String, addr: SocketAddress, service: ServiceFactory[Array[Byte], Array[Byte]]): ListeningServer

    Definition Classes
    Server
  35. def serveIface(addr: SocketAddress, iface: AnyRef): ListeningServer

    Definition Classes
    ThriftRichServer
  36. def serveIface(addr: String, iface: AnyRef): ListeningServer

    Definition Classes
    ThriftRichServer
  37. val serverLabel: String

    Attributes
    protected
    Definition Classes
    ThriftRichServer
  38. lazy val serverStats: StatsReceiver

    Attributes
    protected
    Definition Classes
    ThriftRichServer
  39. def stack: Stack[ServiceFactory[Request, Response]]

    The com.twitter.finagle.ServiceFactory stack that requests are dispatched through.

    The com.twitter.finagle.ServiceFactory stack that requests are dispatched through.

    Definition Classes
    ThriftMuxServerLike
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def withProtocolFactory(pf: TProtocolFactory): ThriftMuxServerLike

    Produce a com.twitter.finagle.ThriftMuxServerLike using the provided protocolFactory.

    Produce a com.twitter.finagle.ThriftMuxServerLike using the provided protocolFactory.

    Definition Classes
    ThriftMuxServerLike

Inherited from ThriftMuxServerLike

Inherited from (Params) ⇒ Server[Array[Byte], Array[Byte]]

Inherited from ThriftRichServer

Inherited from Server[Array[Byte], Array[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped