package org.webpieces.httpcommon.api; public interface ServerListener { void farEndClosed(HttpSocket socket); }