com.sksamuel

scruffy

package scruffy

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scruffy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Applicative extends AnyRef

  2. trait CacheSupport extends AnyRef

  3. abstract class CacheType extends AnyRef

    Public - may be cached in public shared caches.

  4. trait Digester extends AnyRef

  5. case class HttpResponse(status: Int = 200, entity: Any = ..., cookies: Set[Cookie] = ..., headers: Map[String, String] = ...) extends Product with Serializable

  6. case class HttpRoute(method: HttpMethod, path: String, pipeline: List[Processor]) extends Product with Serializable

  7. trait HttpRouteProvider extends ResponseBuilder

  8. trait LazyProcessor extends Processor

  9. trait Logging extends AnyRef

  10. class PathMatcher extends Processor

  11. trait Processor extends AnyRef

  12. abstract class PropertyKey[+T] extends AnyRef

  13. case class Request[+E, +P <: Product](context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = immutable.this.Nil, response: Option[HttpResponse] = scala.None, properties: Map[PropertyKey[Any], Any] = ..., cookies: Map[String, String] = ..., _session: Option[Session] = scala.None)(implicit evidence$1: Manifest[E], evidence$2: Manifest[P]) extends Dynamic with Product with Serializable

  14. trait ResponseBuilder extends AnyRef

  15. case class RouteBuilder[E, P <: Product](method: HttpMethod, path: String, executor: ExecutionContext, processors: ListBuffer[Processor])(implicit evidence$1: Manifest[E], evidence$2: Manifest[P]) extends Logging with Product with Serializable

  16. class RouteHandler extends SimpleChannelInboundHandler[AnyRef] with Logging

  17. abstract class RouteProvider extends HttpRouteProvider with WebsocketResourceProvider with StaticRouteProvider

  18. class Scruffy extends Logging

  19. case class ScruffyConfiguration(_port: Int = 8080, _compression: Boolean = true, _maxContentLength: Int = 4048576, _keepAlive: Boolean = true, _bossThreads: Int = 1, _workerThreads: Int = ..., _socketBacklog: Int = 512, _dateHeader: Boolean = true, _security: Option[() ⇒ SSLEngine] = scala.None, _requestLogging: Boolean = true, _marshallers: Seq[Marshaller] = ..., _notFound: Processor = ...) extends Product with Serializable

  20. case class ScruffyContext(method: HttpMethod, uri: Uri, entity: Array[Byte], headers: Map[String, String]) extends Product with Serializable

  21. class ScruffyLifecycle extends AnyRef

  22. trait ScruffyListener extends AnyRef

    A listener can register for callbacks at various times in the scruffy lifecycle, for example on startup, shutdown, and when resources are registered.

  23. case class StaticRoute(url: String, dir: File) extends Product with Serializable

  24. class StaticRouteBuilder extends AnyRef

  25. class StaticRouteHandler extends SimpleChannelInboundHandler[HttpRequest] with Logging

  26. trait StaticRouteProvider extends AnyRef

  27. trait WebsocketHandler extends AnyRef

  28. trait WebsocketResourceProvider extends AnyRef

  29. class WebsocketRoute extends AnyRef

Value Members

  1. object AttributeKeys

  2. object CacheType

  3. object Constants

  4. object EntityCastException extends RuntimeException with Product with Serializable

  5. object HttpResponse extends Serializable

  6. object IsoDate

  7. val Localhost: String

  8. object MD5Digester extends Digester

  9. object ParamMapper

  10. object ParamMappingException extends RuntimeException with Product with Serializable

  11. object Processor

  12. object PropertyKeys

  13. object RequestLoggingHandler extends SimpleChannelInboundHandler[FullHttpRequest] with Logging

  14. object Scruffy

  15. object ScruffyConfiguration extends Serializable

  16. implicit def context2future[E, P](context: Request[Any, Nothing]): Future[Request[Any, Nothing]]

  17. package filters

  18. implicit def function2processor[E, P](f: (Request[Any, Nothing]) ⇒ Request[Any, Nothing]): Processor

  19. package matchers

  20. implicit def nettyHttpMethod2scruffyHttpMethod(netty: HttpMethod): HttpMethod

  21. package session

  22. package validators

Inherited from AnyRef

Inherited from Any

Ungrouped