Interface | Description |
---|---|
CliHandler |
Defines a thread-save function object that can be applied to a
CliContext context to produce certain output which could be applied to cli associated with the context |
ExpressHandler |
This is a tag interface that when a
RequestHandler implement this means the underline network can invoke the handler directly in IO thread instead of worker thread |
RequestHandler |
Defines a thread-save function object that can be applied to a
ActionContext context to produce certain output which could be applied to the H.Response associated with the context |
RequestHandlerResolver | |
SimpleRequestHandler |
A ï½€SimpleRequestHandler` is treated as a
RequestHandler with the following default properties: |
Class | Description |
---|---|
CliHandlerBase | |
DelegateRequestHandler |
Base class to implement handler delegation chain
|
OptionsInfoBase |
Process HTTP OPTIONS request
|
OptionsRequestHandler | |
RequestHandlerBase | |
RequestHandlerResolverBase | |
UnknownHttpMethodProcessor |
Annotation Type | Description |
---|---|
NonBlock |
Mark a class method as non-block method.
|
PreventDoubleSubmission |
Mark an action handler method to be double-submission protected
|
Copyright © 2014–2017 ActFramework. All rights reserved.