Package akka.http.javadsl.server
Interface MissingCookieRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MissingCookieRejection
public interface MissingCookieRejection extends Rejection
Rejection created by thecookiedirective. Signals that the request was rejected because a cookie was not found.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcookieName()
-