Added Yang code generation for Multipart messages
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ServerFacade.java
1 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */
2
3 package org.opendaylight.openflowjava.protocol.impl.connection;
4
5 /**
6  * @author mirehak
7  *
8  */
9 public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable {
10
11     // empty unifying superinterface
12 }