Package | Description |
---|---|
act.app | |
act.handler | |
act.handler.builtin | |
act.handler.builtin.controller | |
act.route | |
act.ws | |
act.xio |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
App.blockIssueHandler() |
RequestHandler |
ActionContext.handler() |
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionContext.handler(RequestHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
DelegateRequestHandler
Base class to implement handler delegation chain
|
class |
OptionsRequestHandler |
class |
RequestHandlerBase |
Modifier and Type | Field and Description |
---|---|
protected RequestHandler |
DelegateRequestHandler.handler_ |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
RequestHandlerResolverBase.apply(java.lang.String s,
App app) |
protected RequestHandler |
DelegateRequestHandler.handler() |
RequestHandler |
OptionsInfoBase.optionHandler(java.lang.CharSequence path,
ActionContext context) |
RequestHandler |
DelegateRequestHandler.realHandler() |
RequestHandler |
RequestHandlerBase.realHandler() |
RequestHandler |
RequestHandlerResolver.resolve(java.lang.CharSequence payload,
App app) |
Constructor and Description |
---|
DelegateRequestHandler(RequestHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
AlwaysBadRequest |
class |
AlwaysForbidden |
class |
AlwaysMethodNotAllowed |
class |
AlwaysNotFound |
class |
AlwaysNotImplemented |
class |
AlwaysNotModified |
class |
AuthenticatedEcho |
class |
AuthenticatedFileGetter |
class |
AuthenticatedRedirect |
class |
AuthenticatedRedirectDir |
class |
AuthenticatedResourceGetter |
class |
Echo |
class |
FileGetter |
class |
Redirect |
class |
RedirectDir |
class |
ResourceGetter
Unlike a
FileGetter , the StaticResourceGetter read resource from jar packages |
class |
UnknownHttpMethodHandler |
Modifier and Type | Class and Description |
---|---|
class |
FastRequestHandler
For any handler that does not require the framework to lookup incoming request and construct the sessions, it shall extends from this class
|
class |
RequestHandlerProxy |
Modifier and Type | Field and Description |
---|---|
static RequestHandler |
FastRequestHandler.DUMB |
Modifier and Type | Field and Description |
---|---|
static RequestHandler |
RouteInfo.UNKNOWN_HANDLER |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
Router.findStaticGetHandler(java.lang.String url) |
RequestHandler |
Router.getInvoker(org.osgl.http.H.Method method,
java.lang.CharSequence path,
ActionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
Router.addMapping(org.osgl.http.H.Method method,
java.lang.CharSequence path,
RequestHandler handler) |
void |
Router.addMapping(org.osgl.http.H.Method method,
java.lang.CharSequence path,
RequestHandler handler,
RouteSource source) |
void |
Router.Visitor.visit(org.osgl.http.H.Method method,
java.lang.String path,
RequestHandler handler)
Visit a route mapping in the router
|
Constructor and Description |
---|
RouteInfo(org.osgl.http.H.Method method,
java.lang.String path,
RequestHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SecureTicketHandler
This request handler is responsible for generating a secure ticket which can be used to authenticate a user.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketConnectionHandler |
Copyright © 2014–2017 ActFramework. All rights reserved.