Package | Description |
---|---|
org.apache.camel.component.netty |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerInitializerFactory |
Modifier and Type | Field and Description |
---|---|
protected ServerInitializerFactory |
NettyServerBootstrapConfiguration.serverInitializerFactory |
Modifier and Type | Method and Description |
---|---|
ServerInitializerFactory |
DefaultServerInitializerFactory.createPipelineFactory(NettyConsumer consumer) |
abstract ServerInitializerFactory |
ServerInitializerFactory.createPipelineFactory(NettyConsumer consumer)
Creates a new
ServerInitializerFactory using the given NettyConsumer |
ServerInitializerFactory |
NettyServerBootstrapConfiguration.getServerInitializerFactory() |
ServerInitializerFactory |
NettyServerBootstrapConfiguration.getServerPipelineFactory()
Deprecated.
use #getServerInitializerFactory
|
Modifier and Type | Method and Description |
---|---|
void |
NettyServerBootstrapConfiguration.setServerInitializerFactory(ServerInitializerFactory serverInitializerFactory)
To use a custom ServerInitializerFactory
|
void |
NettyServerBootstrapConfiguration.setServerPipelineFactory(ServerInitializerFactory serverPipelineFactory)
Deprecated.
use #setServerInitializerFactory
|
Apache Camel