Interface ServerFacade

All Superinterfaces:
OnlineProvider, Runnable, ShutdownProvider
All Known Implementing Classes:
TcpConnectionInitializer, TcpHandler, UdpHandler

public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable
Server facade interface.
Author:
mirehak
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.OnlineProvider

    getIsOnlineFuture

    Methods inherited from interface java.lang.Runnable

    run

    Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.ShutdownProvider

    shutdown
  • Method Details

    • setThreadConfig

      @Deprecated(since="0.17.2", forRemoval=true) void setThreadConfig(ThreadConfiguration threadConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets thread configuration.
      Parameters:
      threadConfig - desired thread configuration