JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
stop
()
Returns when this
Stoppable
has completely stopped.
Method Detail
stop
void stop()
Returns when this
Stoppable
has completely stopped.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method