Java Non-Blocking I/O Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


{{External|[https://docs.oracle.com/javase/10/docs/api/java/nio/channels/Selector.html Selector]}}
{{External|[https://docs.oracle.com/javase/10/docs/api/java/nio/channels/Selector.html Selector]}}
A multiplexor that allows registration of multiple selectable channels


==Channel==
==Channel==


==Buffer==
==Buffer==

Revision as of 17:51, 25 July 2018

Internal

Overview

Primitives

Selector

Selector

A multiplexor that allows registration of multiple selectable channels

Channel

Buffer