Class DelegatingSelectorProvider
java.lang.Object
java.nio.channels.spi.SelectorProvider
io.github.rhusar.securenio.channels.spi.DelegatingSelectorProvider
A
SelectorProvider whose sole purpose is to provide a DelegatingSelector
capable of handling registration of TLS/DTLS-wrapped channels. Channel creation is not supported.- Author:
- Radoslav Husar
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SelectorProvider
inheritedChannel, openServerSocketChannel, openSocketChannel, provider
-
Constructor Details
-
DelegatingSelectorProvider
public DelegatingSelectorProvider()
-
-
Method Details
-
openSelector
- Specified by:
openSelectorin classSelectorProvider- Throws:
IOException
-
openDatagramChannel
- Specified by:
openDatagramChannelin classSelectorProvider
-
openDatagramChannel
- Specified by:
openDatagramChannelin classSelectorProvider
-
openPipe
- Specified by:
openPipein classSelectorProvider
-
openServerSocketChannel
- Specified by:
openServerSocketChannelin classSelectorProvider
-
openSocketChannel
- Specified by:
openSocketChannelin classSelectorProvider
-