korolev.server
package korolev.server
Members list
Packages
package korolev.server.internal
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
case class KorolevServiceConfig[F[_], S, M](stateLoader: F => S, stateStorage: StateStorage[F, S], http: PartialFunction[HttpRequest[F], F[HttpResponse[F]]], router: Router[F, S], rootPath: Path, render: S => Node[Binding[F, S, M]], head: S => Seq[Node[Binding[F, S, M]]], document: S => Node[Binding[F, S, M]], connectionLostWidget: Node[Binding[F, S, M]], maxFormDataEntrySize: Int, extensions: List[Extension[F, S, M]], idGenerator: IdGenerator[F], heartbeatInterval: FiniteDuration, reporter: Reporter, recovery: PartialFunction[Throwable, S => S], sessionIdleTimeout: FiniteDuration)(implicit executionContext: ExecutionContext)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object KorolevServiceConfig
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
KorolevServiceConfig.type
object StateLoader
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StateLoader.type
final case class WebSocketRequest[F[_]](httpRequest: Request[Stream[F, Bytes]], protocols: Seq[String])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class WebSocketResponse[F[_]](httpResponse: Response[Stream[F, Bytes]], selectedProtocol: String)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
Value members
Concrete methods
def korolevService[F[_] : Effect, S : StateDeserializer, M](config: KorolevServiceConfig[F, S, M]): KorolevService[F]
In this article