Class RejectionHandler$
java.lang.Object
org.apache.pekko.http.scaladsl.server.RejectionHandler$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RejectionHandler$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.collection.immutable.Seq<Rejection>applyTransformations(scala.collection.immutable.Seq<Rejection> rejections) Filters out all TransformationRejections from the given sequence and applies them (in order) to the remaining rejections.Creates a newRejectionHandlerbuilder.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RejectionHandler$public RejectionHandler$()
 
- 
- 
Method Details- 
newBuilderCreates a newRejectionHandlerbuilder.- Returns:
- (undocumented)
 
- 
applyTransformationspublic scala.collection.immutable.Seq<Rejection> applyTransformations(scala.collection.immutable.Seq<Rejection> rejections) Filters out all TransformationRejections from the given sequence and applies them (in order) to the remaining rejections.- Parameters:
- rejections- (undocumented)
- Returns:
- (undocumented)
 
 
-