package finagle
- Alphabetic
- By Inheritance
- finagle
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
class
AbstractCodec[Req, Rep] extends Codec[Req, Rep]
An abstract class version of the above for java compatibility.
-
case class
ClientCodecConfig(serviceName: String) extends Product with Serializable
Clients
-
trait
Codec[Req, Rep] extends AnyRef
Codecs provide protocol encoding and decoding via netty pipelines as well as a standard filter stack that is applied to services from this codec.
-
trait
CodecFactory[Req, Rep] extends AnyRef
A combined codec factory provides both client and server codec factories in one (when available).
-
case class
ServerCodecConfig(serviceName: String, boundAddress: SocketAddress) extends Product with Serializable
Servers