Package org.apache.james.mime4j.codec
Class DecodeMonitor
- java.lang.Object
-
- org.apache.james.mime4j.codec.DecodeMonitor
-
- Direct Known Subclasses:
LoggingMonitor
public class DecodeMonitor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DecodeMonitor
SILENT
The SILENT monitor ignore requests.static DecodeMonitor
STRICT
The STRICT monitor throws an exception on every event.
-
Constructor Summary
Constructors Constructor Description DecodeMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isListening()
boolean
warn(String error, String dropDesc)
-
-
-
Field Detail
-
STRICT
public static final DecodeMonitor STRICT
The STRICT monitor throws an exception on every event.
-
SILENT
public static final DecodeMonitor SILENT
The SILENT monitor ignore requests.
-
-