OpenSearch/libs/elasticsearch-nio
Tim Brooks a6a57a71d3
Implement socket and server ChannelContexts (#28275)
This commit is related to #27260. Currently have a channel context that
implements reading and writing logic for socket channels. Additionally,
we have exception contexts to handle exceptions. And accepting contexts
to handle accepted channels. This PR introduces a ChannelContext that
handles close and exception handling for all channel types.
Additionally, it has implementers that provide specific functionality
for socket channels (read and writing). And specific functionality for
server channels (accepting).
2018-01-18 13:06:40 -07:00
..
licenses Add elasticsearch-nio jar for base nio classes (#27801) 2017-12-20 16:29:16 -06:00
src Implement socket and server ChannelContexts (#28275) 2018-01-18 13:06:40 -07:00
build.gradle Splits nio project into two for eclipse build only (#27939) 2017-12-21 14:34:15 +00:00