com.outr.net

service

package service

Visibility
  1. Public
  2. All

Type Members

  1. case class ExceptionResponse(message: String, code: Int) extends Product with Serializable

  2. case class NamedServiceBinder(name: String) extends ServiceBinder with Product with Serializable

  3. case class RegexServiceBinder(regex: Regex) extends ServiceBinder with Product with Serializable

  4. abstract class Service[In, Out] extends HttpHandler with Logging

  5. trait ServiceBinder extends AnyRef

  6. class ServiceException extends RuntimeException

  7. trait Services extends AnyRef

Value Members

  1. object Service

Ungrouped