public interface PCEPSession extends PCEPSessionState, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close(TerminationReason reason) |
Tlvs |
getLocalTlvs()
Returns session characteristics of the local PCEP Speaker.
|
InetAddress |
getRemoteAddress()
Returns remote address.
|
Tlvs |
getRemoteTlvs()
Returns session characteristics of the remote PCEP Speaker.
|
default Tlvs |
localSessionCharacteristics()
Deprecated.
|
io.netty.util.concurrent.Future<Void> |
sendMessage(Message message)
Sends message from user to PCE/PCC.
|
getLocalOpen, getLocalPref, getMessages, getPeerPref
close
io.netty.util.concurrent.Future<Void> sendMessage(Message message)
message
- message to be sentvoid close(TerminationReason reason)
Tlvs getRemoteTlvs()
@Nonnull InetAddress getRemoteAddress()
Tlvs getLocalTlvs()
@Deprecated default Tlvs localSessionCharacteristics()
Copyright © 2019 OpenDaylight. All rights reserved.