Allow to configure number of threads used by Netty's EventLoopGroups
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / ConnectionConfiguration.java
index d877c0ccad238b825c912ceac6c4d8a5791a52c7..8b3447694391cddca13c10020bd90cc23dc69982 100644 (file)
@@ -50,5 +50,9 @@ public interface ConnectionConfiguration {
      * @return seed for {@link SSLEngine}
      */
     public Object getSslContext();
-
-}
+    
+    /**
+     * @return thread numbers for TcpHandler's eventloopGroups
+     */
+    public ThreadConfiguration getThreadConfiguration();
+}
\ No newline at end of file