Package | Description |
---|---|
org.apache.mina.common |
Common types required for users to use MINA.
|
org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
Modifier and Type | Method and Description |
---|---|
static ExceptionMonitor |
ExceptionMonitor.getInstance()
Returns the current exception monitor.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExceptionMonitor.setInstance(ExceptionMonitor monitor)
Sets the uncaught exception monitor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExceptionMonitor
A default
ExceptionMonitor implementation that logs uncaught
exceptions using Logger . |
Copyright © 2004–2015 Apache MINA Project. All rights reserved.