final class ServerHandler extends AnyRef

ServerHandler allows plugins to extend sbt server. It's a wrapper around curried function ServerCallback => JsonRpcRequestMessage => Unit.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerHandler(handler: (ServerCallback) ⇒ ServerIntent)

Value Members

  1. val handler: (ServerCallback) ⇒ ServerIntent
  2. def toString(): String
    Definition Classes
    ServerHandler → AnyRef → Any