| Package | Description |
|---|---|
| org.b3log.latke.http |
Latke HTTP server.
|
| org.b3log.latke.http.handler |
| Modifier and Type | Field and Description |
|---|---|
static Handler |
Dispatcher.endRequestHandler
End request handler, handle after all handlers.
|
static Handler |
Dispatcher.startRequestHandler
Start request handler, handle before all handlers.
|
| Modifier and Type | Field and Description |
|---|---|
static List<Handler> |
Dispatcher.HANDLERS
Handlers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestContext.addHandler(Handler handler)
Adds the specified handler to handler chain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterHandleHandler
After processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
class |
BeforeHandleHandler
Before processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
class |
ContextHandleHandler
Invokes processing method (
ContextHandler.handle(RequestContext) or method annotated RequestProcessing). |
class |
RouteHandler
Route handler
|
class |
StaticResourceHandler
Static resource handler.
|
class |
StopwatchEndHandler
Stopwatch end handler.
|
class |
StopwatchStartHandler
Stopwatch start handler.
|
Copyright © 2009–2019 B3log. All rights reserved.