Package org.xnio.nio

Class NioXnioProvider

  • All Implemented Interfaces:
    org.xnio.XnioProvider

    public final class NioXnioProvider
    extends java.lang.Object
    implements org.xnio.XnioProvider
    The NIO XNIO provider.
    Author:
    David M. Lloyd
    • Constructor Summary

      Constructors 
      Constructor Description
      NioXnioProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xnio.Xnio getInstance()
      java.lang.String getName()
      • Methods inherited from class java.lang.Object

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

      • NioXnioProvider

        public NioXnioProvider()
    • Method Detail

      • getInstance

        public org.xnio.Xnio getInstance()
        Specified by:
        getInstance in interface org.xnio.XnioProvider
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.xnio.XnioProvider