Uses of Class
org.eclipse.jetty.util.MultiException
-
Packages that use MultiException Package Description org.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of MultiException in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that throw MultiException Modifier and Type Method Description protected voidAbstractHandlerContainer. doShutdown(java.util.List<java.util.concurrent.Future<java.lang.Void>> futures)Shutdown nested Gracefule handlers -
Uses of MultiException in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that throw MultiException Modifier and Type Method Description voidMultiException. ifExceptionThrowMulti()Throw a multiexception.
-