public interface ConnectionProviderFactory
createInstance() method with its provider context when instances of this interface
are registered on that endpoint.| Modifier and Type | Method and Description |
|---|---|
ConnectionProvider |
createInstance(ConnectionProviderContext context,
org.xnio.OptionMap optionMap,
String protocolName)
Create a provider instance for an endpoint.
|
ConnectionProvider createInstance(ConnectionProviderContext context, org.xnio.OptionMap optionMap, String protocolName) throws IOException
context - the provider contextoptionMap - the options to pass to the provider factoryprotocolName - the name of the protocol schemeIOException - if the provider cannot be createdCopyright © 2020 JBoss, a division of Red Hat, Inc.. All rights reserved.