object Netty4Transporter
- Alphabetic
- By Inheritance
- Netty4Transporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
framedBuf(framerFactory: Option[() ⇒ Framer], addr: SocketAddress, params: Params): Transporter[Buf, Buf, TransportContext]
Transporterconstructor for protocols which are entirely implemented in dispatchers (ie; finagle-mux, finagle-mysql) and expect c.t.io.BufsTransporterconstructor for protocols which are entirely implemented in dispatchers (ie; finagle-mux, finagle-mysql) and expect c.t.io.Bufs- Note
this factory method will install the
DirectToHeapInboundHandlerwhich copies all directByteBufs to heap allocatedByteBufs and frees the direct buffer.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
raw[In, Out](pipelineInit: (ChannelPipeline) ⇒ Unit, addr: SocketAddress, params: Params)(implicit mOut: Manifest[Out]): Transporter[In, Out, TransportContext]
Transporterconstructor for protocols that need direct access to the netty pipeline (ie; finagle-http)Transporterconstructor for protocols that need direct access to the netty pipeline (ie; finagle-http)- Note
this factory method makes no assumptions about reference counting of
ByteBufinstances.
-
def
raw[In, Out, Ctx <: TransportContext](pipelineInit: (ChannelPipeline) ⇒ Unit, addr: SocketAddress, params: Params, transportFactory: (Channel) ⇒ Transport[Any, Any] { type Context <: Ctx })(implicit mOut: Manifest[Out]): Transporter[In, Out, Ctx]
Transporterconstructor for protocols that need direct access to the netty pipeline (ie; finagle-http)Transporterconstructor for protocols that need direct access to the netty pipeline (ie; finagle-http)- Note
this factory method makes no assumptions about reference counting of
ByteBufinstances.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()