Class SelectorProviderUtil


  • final class SelectorProviderUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.reflect.Method findOpenMethod​(java.lang.String methodName)  
      (package private) static <C extends java.nio.channels.Channel>
      C
      newChannel​(java.lang.reflect.Method method, java.nio.channels.spi.SelectorProvider provider, InternetProtocolFamily family)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectorProviderUtil

        private SelectorProviderUtil()
    • Method Detail

      • findOpenMethod

        static java.lang.reflect.Method findOpenMethod​(java.lang.String methodName)
      • newChannel

        static <C extends java.nio.channels.Channel> C newChannel​(java.lang.reflect.Method method,
                                                                  java.nio.channels.spi.SelectorProvider provider,
                                                                  InternetProtocolFamily family)
                                                           throws java.io.IOException
        Throws:
        java.io.IOException