package org.webpieces.nio.api.channels; /** * @author Dean Hiller */ public interface UDPChannel extends Channel { public void disconnect(); }