首页>代码>Spring boot 整合netty实现Socket通信Client/Server心跳自动重连>/spring-boot-netty-server/src/main/java/com/ibest/core/netty/server/ChannelHandlerHolder.java
/*
* Copyright (c) 2015 The Jupiter Project
*
* Licensed under the Apache License, version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.ibest.core.netty.server;
import io.netty.channel.ChannelHandler;
/**
*
* @author jeremy
*
*/
public interface ChannelHandlerHolder {
ChannelHandler[] handlers();
}
最近下载更多
飞翔的面包片 LV13
2024年5月21日
airongjun LV1
2023年8月31日
huangpeng1 LV4
2023年3月13日
aixiao5213 LV1
2022年12月28日
xiaoyuer2 LV8
2022年11月22日
youwuzuichen LV11
2022年10月28日
809204304@qq.com LV13
2022年10月24日
格林小满 LV1
2022年10月10日
JustinXiao LV1
2022年10月7日
adminandroot LV1
2022年10月7日
最近浏览更多
qwertasdfgkwuejwjwjw LV1
2024年6月27日
80730176 LV7
2024年6月7日
飞翔的面包片 LV13
2024年5月21日
微信网友_6708769316278272
2023年10月26日
暂无贡献等级
漫步的海星 LV4
2023年9月21日
airongjun LV1
2023年8月31日
sunwu5212 LV6
2023年6月28日
海盗来了 LV20
2023年3月23日
huangpeng1 LV4
2023年3月13日
Uting LV3
2023年2月21日

