forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unneeded nio client (elastic#27408)
This is a follow up to elastic#27132. As that PR greatly simplified the connection logic inside a low level transport implementation, much of the functionality provided by the NioClient class is no longer necessary. This commit removes that class.
- Loading branch information
1 parent
3b963dc
commit 35a5922
Showing
4 changed files
with
8 additions
and
163 deletions.
There are no files selected for viewing
62 changes: 0 additions & 62 deletions
62
test/framework/src/main/java/org/elasticsearch/transport/nio/NioClient.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 0 additions & 81 deletions
81
test/framework/src/test/java/org/elasticsearch/transport/nio/NioClientTests.java
This file was deleted.
Oops, something went wrong.