public class DefaultNettyChannelFactoryProvider extends Object implements NettyChannelFactoryProvider
DefaultNettyChannelFactoryProvider class.
| Constructor and Description |
|---|
DefaultNettyChannelFactoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
NettyContextChannelFactory |
getContextualFactory(TransportType type,
Options options)
Get a new decorated
NettyChannelFactory |
NettyContextChannelFactory |
getContextualFactory(TransportType type,
Options options,
NettyChannelContextFactory contextFactory)
getContextualFactory.
|
NettyChannelFactory |
getFactory(TransportType type,
Options options)
getFactory.
|
public NettyChannelFactory getFactory(TransportType type, Options options)
getFactory.
getFactory in interface NettyChannelFactoryProvidertype - a TransportType objectoptions - a Options objectNettyChannelFactory objectpublic NettyContextChannelFactory getContextualFactory(TransportType type, Options options)
NettyChannelFactorygetContextualFactory in interface NettyChannelFactoryProvidertype - The TransportType of the NettyChannelFactoryoptions - The configuration Options to be used by the factoryNettyContextChannelFactorypublic NettyContextChannelFactory getContextualFactory(TransportType type, Options options, NettyChannelContextFactory contextFactory)
getContextualFactory.
getContextualFactory in interface NettyChannelFactoryProvidertype - a TransportType objectoptions - a Options objectcontextFactory - a NettyChannelContextFactory objectNettyContextChannelFactory objectCopyright © 2016–2024. All rights reserved.