| Provider for nio selector and selectable channel.
The provider can be got by system property or the configuration file in a jar
file, if not, the system default provider will return. The main function of
this class is to return the instance of implementation class of
DatagramChannel , Pipe , Selector ,
ServerSocketChannel , and SocketChannel . All
the methods of this class are multi-thread safe.
|