Package org.szegedi.nioserver.protocols.http

Interface Summary
Adapter Adapter interface is a bridging between HttpProtocolHandler and a concrete facility that processes the request and generates a response (like a servlet container implementation, or an implementation that serves static files from the filesystem, and so on).
NioHttpRequest The interface that represents the parsed request as passed to an Adapter adapter for processing.
 

Class Summary
HttpProtocolHandlerFactory