程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
static ExceptionMonitor |
ExceptionMonitor.getInstance()
Returns the current exception monitor.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
ExceptionMonitor.setInstance(ExceptionMonitor monitor)
Sets the uncaught exception monitor.
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultExceptionMonitor
A default
ExceptionMonitor implementation that logs uncaught
exceptions using Logger . |