Java org.apache.http.nio.reactor EventMask fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.reactor EventMask fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.reactor EventMask.

The text is from its open source code.

Field

intREAD
Interest in data input.
intWRITE
Interest in data output.