public class UscSecureServiceImpl extends Object implements UscSecureService
| Modifier and Type | Method and Description |
|---|---|
static UscSecureService |
getInstance()
get unique security service instance
|
io.netty.channel.ChannelOutboundHandler |
getTcpClientHandler(io.netty.channel.Channel ch)
get TCP type client security handler using the specified channel(ch)
|
io.netty.channel.ChannelOutboundHandler |
getTcpServerHandler(io.netty.channel.Channel ch)
get TCP type Server security handler using the specified channel(ch)
|
io.netty.channel.ChannelOutboundHandler |
getUdpClientHandler(io.netty.channel.Channel ch)
get UDP type client security handler using the specified channel(ch)
|
io.netty.channel.ChannelOutboundHandler |
getUdpServerHandler(io.netty.channel.Channel ch)
get UDP type client security handler using the specified channel(ch)
|
public static UscSecureService getInstance()
public io.netty.channel.ChannelOutboundHandler getTcpServerHandler(io.netty.channel.Channel ch)
throws SSLException
UscSecureServicegetTcpServerHandler in interface UscSecureServicech - specified channelSSLExceptionpublic io.netty.channel.ChannelOutboundHandler getTcpClientHandler(io.netty.channel.Channel ch)
throws SSLException
UscSecureServicegetTcpClientHandler in interface UscSecureServicech - specified channelSSLExceptionpublic io.netty.channel.ChannelOutboundHandler getUdpServerHandler(io.netty.channel.Channel ch)
UscSecureServicegetUdpServerHandler in interface UscSecureServicech - specified channelpublic io.netty.channel.ChannelOutboundHandler getUdpClientHandler(io.netty.channel.Channel ch)
UscSecureServicegetUdpClientHandler in interface UscSecureServicech - specified channelCopyright © 2019 OpenDaylight. All rights reserved.