public interface ISocketRpcFilter
| 限定符和类型 | 方法和说明 |
|---|---|
String |
description()
获取描述
|
void |
destroy()
销毁
|
void |
doFilter(Socket socket,
ISocketRpcFilterChain filterChain)
执行
|
void |
init()
初始化
|
String description()
void destroy()
void doFilter(Socket socket, ISocketRpcFilterChain filterChain) throws IOException
socket - SocketfilterChain - 过滤链IOException - IOExceptionvoid init()
Copyright © 2020. All Rights Reserved.