XNIO API 3.1.0.Beta1

org.xnio
Interface XnioProvider


public interface XnioProvider

An XNIO provider, used by the service loader discovery mechanism.

Author:
David M. Lloyd

Method Summary
 Xnio getInstance()
          Get the XNIO instance for this provider.
 String getName()
          Get the provider name.
 

Method Detail

getInstance

Xnio getInstance()
Get the XNIO instance for this provider.

Returns:
the XNIO instance

getName

String getName()
Get the provider name.

Returns:
the name

XNIO API 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.