Interface Handler

All Known Subinterfaces:
RequestHandler, SocketHandler
All Known Implementing Classes:
DefaultRoute

public interface Handler
Represents a contract for classes that handle any type of connections in a server application.
Since:
3.0.5-SNAPSHOT
See Also: