RxHttpBackend

wvlet.airframe.http.RxHttpBackend

Rx-based http server backend interface, which will be used for hiding the server implementation detailes between Netty, Finagle, and gRPC

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def getThreadLocal[A](key: String): Option[A]
def setThreadLocal[A](key: String, value: A): Unit