@Beta
public interface ResponseHandler<T,E extends Exception>
Modifier and Type | Method and Description |
---|---|
T |
handle(Request request,
Response response) |
T |
handleException(Request request,
Exception exception) |
Copyright © 2010-2017 Airlift. All Rights Reserved.