|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handlet | |
---|---|
com.faunos.util.net | Facilities for non-blocking network I/O. |
com.faunos.util.net.http | A skeletal implementation of a simple non-blocking HTTP server. |
Uses of Handlet in com.faunos.util.net |
---|
Subinterfaces of Handlet in com.faunos.util.net | |
---|---|
interface |
Stagelet
An extension to Handlet in order to encapsulate
a "stack frame". |
Classes in com.faunos.util.net that implement Handlet | |
---|---|
class |
AsynchStagelet
A skeletal implementation of an asynchronous stagelet. |
class |
StageletStack
A Handlet filter that implements something like a call stack. |
Methods in com.faunos.util.net that return Handlet | |
---|---|
protected abstract Handlet |
HandletServer.newHandlet()
Returns a protocol-specific handlet. |
Uses of Handlet in com.faunos.util.net.http |
---|
Classes in com.faunos.util.net.http that implement Handlet | |
---|---|
class |
ExceptionStagelet
A boiler plate HTTP 500 response that prints a stack trace. |
class |
FileChannelStagelet
Serves the contents of an HTTP response from a FileChannel. |
class |
HttpHandlet
HTTP/1.1 server protocol implementation using a staged I/O strategy. |
class |
NotFoundStage
Simple 404 Not Found response. |
class |
RequestStage
The first stage in the implementation of HTTP. |
class |
ResponseHeaderStage
Writes the HTTP response headers. |
Methods in com.faunos.util.net.http that return Handlet | |
---|---|
protected Handlet |
HttpServer.newHandlet()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |