Package

scalut.akka

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait FailureHandling extends AnyRef

    Permalink
  2. class HttpClientActor extends ActorUtils

    Permalink

    Обрабатывает сообщения типа HttpClientRequest.

    Обрабатывает сообщения типа HttpClientRequest. В ответ посылает сообщение типа HttpClientResponse или OpFailure, в случае ошибки.

  3. case class HttpClientRequest[T, TData](url: URL, method: HttpMethod, content: T, headers: Seq[HttpHeader], ctxData: TData)(implicit evidence$1: ParamsOrData[T]) extends Product with Serializable

    Permalink
  4. case class HttpClientResponse[TData](status: StatusCode, data: Array[Byte], ctxData: TData) extends Product with Serializable

    Permalink
  5. trait HttpHelper extends AnyRef

    Permalink
  6. trait HttpListenerService extends ActorUtils with FailureHandling with Directives

    Permalink
  7. abstract class HttpListenerServiceImpl extends HttpListenerService

    Permalink
  8. trait HttpServer extends AkkaServer with SSLSupport

    Permalink
  9. class RequestContextImpl extends RequestContext

    Permalink
  10. abstract class RequestContextWrapper extends RequestContext

    Permalink
  11. class RequestContextWrapperImpl extends RequestContextWrapper

    Permalink
  12. class ResponseContext extends AnyRef

    Permalink
  13. trait SSLSupport extends AnyRef

    Permalink

    for SSL support (if enabled in application.conf)

Value Members

  1. object Consts

    Permalink
  2. object HttpClientActor

    Permalink
  3. object HttpHelper extends HttpHelper

    Permalink
  4. package authentication

    Permalink
  5. package directives

    Permalink
  6. package logging

    Permalink
  7. package marshalling

    Permalink
  8. package session

    Permalink
  9. package unmarshalling

    Permalink

Ungrouped