Package akka.http.javadsl.server
Class RejectionHandler$
- java.lang.Object
-
- akka.http.javadsl.server.RejectionHandler$
-
public class RejectionHandler$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RejectionHandler$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RejectionHandler$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RejectionHandler
defaultHandler()
RejectionHandlerBuilder
newBuilder()
Creates a newRejectionHandler
builder.
-
-
-
Field Detail
-
MODULE$
public static final RejectionHandler$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
newBuilder
public RejectionHandlerBuilder newBuilder()
Creates a newRejectionHandler
builder.- Returns:
- (undocumented)
-
defaultHandler
public RejectionHandler defaultHandler()
-
-