Class/Object

com.twitter.finagle.netty3

Netty3Transporter

Related Docs: object Netty3Transporter | package netty3

Permalink

class Netty3Transporter[In, Out] extends (SocketAddress, StatsReceiver) ⇒ Future[Transport[In, Out]]

A transporter for netty3 which, given an endpoint name (socket address), provides a typed transport for communicating with this endpoint.

In

the type of requests. The given pipeline must consume Req-typed objects

Out

the type of replies. The given pipeline must produce objects of this type.

Linear Supertypes
(SocketAddress, StatsReceiver) ⇒ Future[Transport[In, Out]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Netty3Transporter
  2. Function2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Netty3Transporter(pipelineFactory: ChannelPipelineFactory, params: Params = Stack.Params.empty)

    Permalink

    pipelineFactory

    the pipeline factory that implements the the Codec: it must input (downstream) In objects, and output (upstream) Out objects.

    params

    a collection of Stack.Param values used to configure the transporter.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(addr: SocketAddress, statsReceiver: StatsReceiver): Future[Transport[In, Out]]

    Permalink
    Definition Classes
    Netty3Transporter → Function2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def channelStatsHandler(statsReceiver: StatsReceiver): ChannelHandler

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def curried: (SocketAddress) ⇒ (StatsReceiver) ⇒ Future[Transport[In, Out]]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. val name: String

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val params: Params

    Permalink

    a collection of Stack.Param values used to configure the transporter.

  20. val pipelineFactory: ChannelPipelineFactory

    Permalink

    the pipeline factory that implements the the Codec: it must input (downstream) In objects, and output (upstream) Out objects.

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    Netty3Transporter → Function2 → AnyRef → Any
  23. def tupled: ((SocketAddress, StatsReceiver)) ⇒ Future[Transport[In, Out]]

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (SocketAddress, StatsReceiver) ⇒ Future[Transport[In, Out]]

Inherited from AnyRef

Inherited from Any

Ungrouped