Package akka.http.javadsl.server
Interface MalformedHeaderRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MalformedHeaderRejection
public interface MalformedHeaderRejection extends Rejection
Rejection created by header directives. Signals that the request was rejected because a header value is malformed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringerrorMsg()java.util.Optional<java.lang.Throwable>getCause()java.lang.StringheaderName()
-