public class PCEPSessionNegotiator extends AbstractSessionNegotiator
channel, promise
Constructor and Description |
---|
PCEPSessionNegotiator(io.netty.channel.Channel channel,
io.netty.util.concurrent.Promise<PCEPSessionImpl> promise,
PCEPSessionNegotiatorFactoryDependencies dependencies,
AbstractPCEPSessionNegotiatorFactory negFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleMessage(Message msg) |
protected void |
startNegotiation() |
channelActive, channelRead, exceptionCaught, negotiationFailed, negotiationSuccessful, sendMessage
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PCEPSessionNegotiator(io.netty.channel.Channel channel, io.netty.util.concurrent.Promise<PCEPSessionImpl> promise, PCEPSessionNegotiatorFactoryDependencies dependencies, AbstractPCEPSessionNegotiatorFactory negFactory)
protected void startNegotiation() throws ExecutionException
startNegotiation
in class AbstractSessionNegotiator
ExecutionException
protected void handleMessage(Message msg)
handleMessage
in class AbstractSessionNegotiator
Copyright © 2019 OpenDaylight. All rights reserved.