public class Filters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filters.RejectSubtypes
This filter will only accept messages of the exact same type
as specified for the handler.
|
static class |
Filters.SubtypesOnly
This filter will only accept messages that are real subtypes
of the specified message types handled by the message handler.
|
| Constructor and Description |
|---|
Filters() |
Copyright © 2014. All rights reserved.