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.String
errorMsg()
java.util.Optional<java.lang.Throwable>
getCause()
java.lang.String
headerName()
-