public class SIPServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
Constructor and Description |
---|
SIPServerInitializer(DriverFactory driverFactory,
boolean strictChecksumChecking) |
SIPServerInitializer(DriverFactory driverFactory,
boolean strictChecksumChecking,
io.netty.handler.ssl.SslContext sslCtx) |
Modifier and Type | Method and Description |
---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
public SIPServerInitializer(DriverFactory driverFactory, boolean strictChecksumChecking, io.netty.handler.ssl.SslContext sslCtx)
public SIPServerInitializer(DriverFactory driverFactory, boolean strictChecksumChecking)
Copyright © 2004–2016 Ceridwen Limited. All rights reserved.