Package org.drasyl.pipeline
Class HandlerMask
- java.lang.Object
-
- org.drasyl.pipeline.HandlerMask
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALL
static int
EVENT_TRIGGERED_MASK
static int
EXCEPTION_CAUGHT_MASK
static int
READ_MASK
static int
WRITE_MASK
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
mask(Class<? extends Handler> handlerClass)
Returns the mask for a givenhandlerClass
.
-
-
-
Field Detail
-
EVENT_TRIGGERED_MASK
public static final int EVENT_TRIGGERED_MASK
- See Also:
- Constant Field Values
-
EXCEPTION_CAUGHT_MASK
public static final int EXCEPTION_CAUGHT_MASK
- See Also:
- Constant Field Values
-
READ_MASK
public static final int READ_MASK
- See Also:
- Constant Field Values
-
WRITE_MASK
public static final int WRITE_MASK
- See Also:
- Constant Field Values
-
ALL
public static final int ALL
- See Also:
- Constant Field Values
-
-