de.unkrig.commons.lang.protocol
Interface Stoppable

All Known Implementing Classes:
FtpServer, HttpClientConnectionHandler, Httpd, HttpProxy, HttpServer, Multiplexer, NioHttpServer, NioTcpServer, ReverseProxy, TcpServer

public interface Stoppable

Something that does not terminate by itself, but can be stopped from outside, and then terminates, e.g. a server of some kind.


Method Summary
 void stop()
          Returns when this Stoppable has completely stopped.
 

Method Detail

stop

void stop()
Returns when this Stoppable has completely stopped.