Package org.apache.hc.core5.reactor
Class EventMask
java.lang.Object
org.apache.hc.core5.reactor.EventMask
Type of I/O event notifications I/O sessions can declare interest in.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Interest in data input.static final int
Interest in data input/output.static final int
Interest in data output. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
READ
public static final int READInterest in data input.- See Also:
-
WRITE
public static final int WRITEInterest in data output.- See Also:
-
READ_WRITE
public static final int READ_WRITEInterest in data input/output.- See Also:
-
-
Constructor Details
-
EventMask
private EventMask()
-