public interface UscSecureService
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandler |
getTcpClientHandler(io.netty.channel.Channel ch)
get TCP type client security handler using the specified channel(ch)
|
io.netty.channel.ChannelHandler |
getTcpServerHandler(io.netty.channel.Channel ch)
get TCP type Server security handler using the specified channel(ch)
|
io.netty.channel.ChannelHandler |
getUdpClientHandler(io.netty.channel.Channel ch)
get UDP type client security handler using the specified channel(ch)
|
io.netty.channel.ChannelHandler |
getUdpServerHandler(io.netty.channel.Channel ch)
get UDP type client security handler using the specified channel(ch)
|
io.netty.channel.ChannelHandler getTcpClientHandler(io.netty.channel.Channel ch)
throws SSLException
ch - specified channelSSLExceptionio.netty.channel.ChannelHandler getTcpServerHandler(io.netty.channel.Channel ch)
throws SSLException
ch - specified channelSSLExceptionio.netty.channel.ChannelHandler getUdpClientHandler(io.netty.channel.Channel ch)
ch - specified channelio.netty.channel.ChannelHandler getUdpServerHandler(io.netty.channel.Channel ch)
ch - specified channelCopyright © 2019 OpenDaylight. All rights reserved.