Package | Description |
---|---|
act | |
act.controller.meta | |
act.handler.builtin.controller.impl | |
act.xio | |
act.xio.undertow |
Modifier and Type | Method and Description |
---|---|
ControllerAction |
Act.Mode.createRequestHandler(ActionMethodMetaInfo action,
App app) |
Modifier and Type | Method and Description |
---|---|
ActionMethodMetaInfo |
ControllerClassMetaInfo.action(java.lang.String name) |
ActionMethodMetaInfo |
ActionMethodMetaInfo.addWith(java.lang.String... classes) |
ActionMethodMetaInfo |
ActionMethodMetaInfo.mergeFromClassInterceptors(GroupInterceptorMetaInfo info) |
Modifier and Type | Method and Description |
---|---|
ControllerClassMetaInfo |
ControllerClassMetaInfo.addAction(ActionMethodMetaInfo info) |
Constructor and Description |
---|
ActionMethodMetaInfo(ActionMethodMetaInfo parentAction,
ControllerClassMetaInfo thisClass) |
Modifier and Type | Method and Description |
---|---|
static ControllerAction |
ReflectedHandlerInvoker.createControllerAction(ActionMethodMetaInfo meta,
App app) |
Modifier and Type | Field and Description |
---|---|
protected ActionMethodMetaInfo |
WebSocketConnectionHandler.handler |
Modifier and Type | Method and Description |
---|---|
WebSocketConnectionHandler |
NetworkBase.createWebSocketConnectionHandler(ActionMethodMetaInfo methodInfo) |
WebSocketConnectionHandler |
Network.createWebSocketConnectionHandler(ActionMethodMetaInfo methodInfo)
create a
WebSocketConnectionHandler instance |
protected abstract WebSocketConnectionHandler |
NetworkBase.internalCreateWsConnHandler(ActionMethodMetaInfo methodInfo,
WebSocketConnectionManager manager) |
Constructor and Description |
---|
WebSocketConnectionHandler(ActionMethodMetaInfo methodInfo,
WebSocketConnectionManager manager) |
Modifier and Type | Method and Description |
---|---|
protected WebSocketConnectionHandler |
UndertowNetwork.internalCreateWsConnHandler(ActionMethodMetaInfo methodInfo,
WebSocketConnectionManager manager) |
Copyright © 2014–2017 ActFramework. All rights reserved.