Package

com.groupon.sparklint

server

Permalink

package server

Visibility
  1. Public
  2. All

Type Members

  1. trait AdhocServer extends RoutingMap with Logging

    Permalink

    This mix-in trait will start up a server on the port specified

    This mix-in trait will start up a server on the port specified

    Usage: 1. Mount endpoint to RoutingMap.routingMap example: https://github.com/http4s/http4s/blob/master/examples/src/main/scala/com/example/http4s/ExampleService.scala 2. call startServer(port)

    Since

    4/25/16.

  2. trait HeartBeatService extends AnyRef

    Permalink

    A mix-in trait to provide heartbeat check service on /heartbeat

    A mix-in trait to provide heartbeat check service on /heartbeat

    Since

    4/25/16.

  3. trait RoutingMap extends AnyRef

    Permalink

    Simple middleware to route services and log

    Simple middleware to route services and log

    Since

    4/26/16.

  4. trait StaticFileService extends AnyRef

    Permalink

    A mix-in trait to provide static file service on /static

    A mix-in trait to provide static file service on /static

    Since

    5/16/16.

Ungrouped