/* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */ package org.opendaylight.openflowjava.protocol.impl.connection; import org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter; /** * @author michal.polkorab * */ public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter { // empty unifying superinterface }