Class | Description |
---|---|
HttpAttributes |
INTERNAL API
Internally used attributes set in the HTTP pipeline.
|
HttpAttributes.RemoteAddress | |
HttpAttributes.RemoteAddress$ | |
HttpAttributes.TLSSessionInfo |
INTERNAL API
Internally used TLS session info in the HTTP pipeline.
|
HttpAttributes.TLSSessionInfo$ | |
HttpAttributes$ |
INTERNAL API
Internally used attributes set in the HTTP pipeline.
|
HttpServerBluePrint |
INTERNAL API
|
HttpServerBluePrint.ControllerStage | |
HttpServerBluePrint.PrepareRequests |
Two 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).
|
HttpServerBluePrint.RequestTimeoutSupport | |
HttpServerBluePrint$ |
INTERNAL API
|