Package

scalut.akka

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait FailureHandling extends AnyRef

    Permalink
  2. class HttpClientActor extends Actor with ActorLogging with DefaultActorImplicits

    Permalink

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

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

  3. trait HttpHelper extends AnyRef

    Permalink
  4. trait HttpListenerService extends Actor with ActorLogging with DefaultActorImplicits with FailureHandling with Directives

    Permalink
  5. abstract class HttpListenerServiceImpl extends HttpListenerService

    Permalink
  6. trait HttpServer extends AkkaServer with SSLSupport

    Permalink
  7. class RequestContextImpl extends RequestContext

    Permalink
  8. abstract class RequestContextWrapper extends RequestContext

    Permalink
  9. class RequestContextWrapperImpl extends RequestContextWrapper

    Permalink
  10. class ResponseContext extends AnyRef

    Permalink
  11. 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