Package org.apache.pekko.http.impl.engine.server
package org.apache.pekko.http.impl.engine.server
-
ClassDescriptionINTERNAL API: See detailed docs termination process on
Http.ServerBinding
.INTERNAL API Internally used attributes set in the HTTP pipeline.INTERNAL API Internally used TLS session info in the HTTP pipeline.INTERNAL API Internally used attributes set in the HTTP pipeline.INTERNAL APITwo state stage, either transforms an incoming RequestOutput into a HttpRequest with strict entity and then pushes that (the "idle" inHandler) or creates a HttpRequest with a streamed entity and switch to a state which will push incoming chunks into the streaming entity until end of request is reached (the StreamedEntityCreator case in create entity).INTERNAL APITests similar to HttpServerSpec that need ExplicitlyTriggeredSchedulerInternal APIINTERNAL API: Collects signals from per-connection terminators and manages the termination process kickoffINTERNAL APIINTERNAL APIINTERNAL API: Used to start the termination process of a Pekko HTTP server.Internal API