-
public interface XnioProvider
An XNIO provider, used by the service loader discovery mechanism.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xnio
getInstance()
Get the XNIO instance for this provider.java.lang.String
getName()
Get the provider name.
-
-
-
Method Detail
-
getInstance
Xnio getInstance()
Get the XNIO instance for this provider.- Returns:
- the XNIO instance
-
getName
java.lang.String getName()
Get the provider name.- Returns:
- the name
-
-