rename mkPipeline => createPipeline
This commit is contained in:
parent
d8268f8e6f
commit
33cea733a3
4 changed files with 6 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ class NettyRemoteServer(val netty: NettyRemoteTransport) {
|
|||
|
||||
private val bootstrap = {
|
||||
val b = new ServerBootstrap(factory)
|
||||
b.setPipelineFactory(netty.mkPipeline(new RemoteServerHandler(openChannels, netty), false))
|
||||
b.setPipelineFactory(netty.createPipeline(new RemoteServerHandler(openChannels, netty), false))
|
||||
b.setOption("backlog", settings.Backlog)
|
||||
b.setOption("tcpNoDelay", true)
|
||||
b.setOption("child.keepAlive", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue