The java.nio.channels.spi package allows for the development and deployment of selector provider implementations. To implement a selector provider requires creating the complete ball of wax that is the Selector and all of the SelectableChannel types that it creates. There is currently no (supported) way to develop a selectable channel for another socket type and have it work with the Selector implementation. It would be desirable to have some mechanism to plug-in channels for other socket types.
- duplicates
-
JDK-8198372 API to create a SelectableChannel to a FileDescriptor
-
- Resolved
-