Package | Description |
---|---|
org.voovan.http.server | |
org.voovan.http.server.context | |
org.voovan.http.websocket | |
org.voovan.network | |
org.voovan.tools.collection |
Modifier and Type | Method and Description |
---|---|
Chain<HttpFilterConfig> |
HttpModule.filterChain()
获取过滤器链
|
Modifier and Type | Method and Description |
---|---|
Object |
HttpDispatcher.disposeFilter(Chain<HttpFilterConfig> filterConfigs,
HttpRequest request,
HttpResponse response)
//正向处理过滤器
|
Object |
HttpDispatcher.disposeInvertedFilter(Chain<HttpFilterConfig> filterConfigs,
HttpRequest request,
HttpResponse response)
反向处理过滤器
|
static Object |
WebSocketDispatcher.filterDecoder(WebSocketSession session,
Chain<WebSocketFilter> wsFilterChain,
Object result)
过滤器解密函数,接收事件(onRecive)前调用
onRecive事件前调用
|
static Object |
WebSocketDispatcher.filterEncoder(WebSocketSession session,
Chain<WebSocketFilter> wsFilterChain,
Object result)
使用过滤器编码结果
|
Modifier and Type | Method and Description |
---|---|
Chain<HttpFilterConfig> |
WebServerConfig.getFilterConfigs() |
Modifier and Type | Field and Description |
---|---|
protected Chain<WebSocketFilter> |
WebSocketRouter.webSocketFilterChain |
Modifier and Type | Method and Description |
---|---|
Chain<WebSocketFilter> |
WebSocketRouter.getWebSocketFilterChain() |
Modifier and Type | Field and Description |
---|---|
protected Chain<IoFilter> |
SocketContext.filterChain |
protected Chain<IoFilter> |
SocketContext.reciveFilterChain |
protected Chain<IoFilter> |
SocketContext.sendFilterChain |
Modifier and Type | Method and Description |
---|---|
Chain<IoFilter> |
SocketContext.filterChain()
获取过滤器链
|
protected Chain<IoFilter> |
SocketContext.getReciveFilterChain() |
protected Chain<IoFilter> |
SocketContext.getSendFilterChain() |
Modifier and Type | Method and Description |
---|---|
Chain<E> |
Chain.add(E e) |
Chain<E> |
Chain.clear() |
Chain<E> |
Chain.rewind()
重置链的迭代器
|
Copyright © 2020 Voovan. All rights reserved.