public interface ConnectionConfiguration
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
Returns address to bind.
|
int |
getChannelOutboundQueueSize()
Returns the queue size.
|
int |
getPort()
Returns the port to bind.
|
Object |
getSslContext()
Returns the SSL context.
|
long |
getSwitchIdleTimeout()
Returns the swicth idle timeout.
|
ThreadConfiguration |
getThreadConfiguration()
Returns the thread configuration.
|
TlsConfiguration |
getTlsConfiguration()
Returns the TLS configuration.
|
Object |
getTransferProtocol()
Returns the transport protocol to use.
|
boolean |
isGroupAddModEnabled()
Checks if group add mod messages are enabled.
|
boolean |
useBarrier()
Determines if a barrier shoild be used.
|
InetAddress getAddress()
int getPort()
Object getTransferProtocol()
TlsConfiguration getTlsConfiguration()
long getSwitchIdleTimeout()
SwitchIdleEvent
message is sent upstreamThreadConfiguration getThreadConfiguration()
boolean useBarrier()
boolean isGroupAddModEnabled()
int getChannelOutboundQueueSize()
Copyright © 2020 OpenDaylight. All rights reserved.