public class DtlsClientHandler extends DtlsHandler
DtlsHandler.ChannelContextrawTransport| Constructor and Description |
|---|
DtlsClientHandler(DtlsClient dtlsClient,
SecureRandom secureRandom) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.ChannelPromise future) |
protected org.bouncycastle.crypto.tls.DTLSTransport |
getDtlsTransport() |
channelActive, channelRead, getName, writebind, close, deregister, disconnect, flush, readchannelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic DtlsClientHandler(DtlsClient dtlsClient, SecureRandom secureRandom)
protected org.bouncycastle.crypto.tls.DTLSTransport getDtlsTransport()
throws IOException
getDtlsTransport in class DtlsHandlerIOExceptionpublic void connect(io.netty.channel.ChannelHandlerContext ctx,
SocketAddress remoteAddress,
SocketAddress localAddress,
io.netty.channel.ChannelPromise future)
throws Exception
connect in interface io.netty.channel.ChannelOutboundHandlerconnect in class io.netty.channel.ChannelDuplexHandlerExceptionCopyright © 2019 OpenDaylight. All rights reserved.