Instance Constructors
-
new
ThriftFinagledService
(handler: ThriftHandler, protocolFactory: TProtocolFactory)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
andThen
[A]
(g: (Future[Array[Byte]]) ⇒ A): (Array[Byte]) ⇒ A
-
def
apply
(request: Array[Byte]): Future[Array[Byte]]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ Array[Byte]): (A) ⇒ Future[Array[Byte]]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exception
(name: String, seqid: Int, code: Int, message: String): Future[Array[Byte]]
-
def
finalize
(): Unit
-
val
functionMap
: HashMap[String, (TProtocol, Int) ⇒ Future[Array[Byte]]]
-
def
getClass
(): java.lang.Class[_]
-
-
def
hashCode
(): Int
-
def
isAvailable
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
map
[Req1]
(f: (Req1) ⇒ Array[Byte]): Service[Req1, Array[Byte]]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
protocolFactory
: TProtocolFactory
-
def
release
(): Unit
-
def
reply
(name: String, seqid: Int, result: ThriftStruct): Future[Array[Byte]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from FinagleThriftService
Inherited from Service[Array[Byte], Array[Byte]]
Inherited from (Array[Byte]) ⇒ Future[Array[Byte]]
Inherited from AnyRef
Inherited from Any