Merge "Fixing OF Multipart messages 1) So we have a MultipartRequestDesc message...
[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 public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable {
9
10     // empty unifying superinterface
11 }