JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
dev.mccue.jdk.httpserver.regexrouter
Package
dev.mccue.jdk.httpserver.regexrouter
Interface RegexRouter.ErrorHandler
Enclosing class:
RegexRouter
public static interface
RegexRouter.ErrorHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
Throwable
error,
HttpExchange
exchange)
Method Details
handle
void
handle
(
Throwable
error,
HttpExchange
exchange)
throws
IOException
Throws:
IOException