Package akka.http.scaladsl.server
Interface RouteResult
- All Superinterfaces:
RouteResult
- All Known Implementing Classes:
RouteResult.Complete
,RouteResult.Rejected
The result of handling a request.
As a user you typically don't create RouteResult instances directly.
Instead, use the methods on the RequestContext
to achieve the desired effect.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static class
static final class
static class