+htj #16436 add ExecutionDirectives.handleExceptions

This commit is contained in:
Johannes Rudolph 2015-04-23 11:57:51 +02:00 committed by Mathias
parent 30e4acacfa
commit 45a410b02a
5 changed files with 30 additions and 2 deletions

View file

@ -7,6 +7,8 @@ package akka.http.javadsl.server.directives;
import org.junit.Test;
import scala.Option;
import scala.concurrent.Future;
import akka.http.javadsl.server.*;
import akka.http.javadsl.model.HttpRequest;
import akka.http.javadsl.model.headers.Authorization;
import akka.http.javadsl.testkit.*;