public interface ConnectionConfiguration
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
Returns address to bind.
|
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 |
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()
Copyright © 2018 OpenDaylight. All rights reserved.