From d7bc3dc79e725552002cf09006ec057cabf2cc50 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Fri, 24 May 2024 10:00:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=B0=E5=A2=9E):=20:rocket:=20PipLineS?= =?UTF-8?q?erver=E7=9A=84=E9=93=BE=E5=BC=8F=E4=BC=A0=E8=BE=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demo5/{PipLineServer.java => PipLineServerInbound.java} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename netty/service/src/main/java/cn/bunny/service/netty/demo5/{PipLineServer.java => PipLineServerInbound.java} (99%) diff --git a/netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServer.java b/netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServerInbound.java similarity index 99% rename from netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServer.java rename to netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServerInbound.java index b33d6a2..570f140 100644 --- a/netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServer.java +++ b/netty/service/src/main/java/cn/bunny/service/netty/demo5/PipLineServerInbound.java @@ -9,9 +9,8 @@ import io.netty.channel.socket.nio.NioSocketChannel; import lombok.extern.slf4j.Slf4j; import java.nio.charset.Charset; - @Slf4j -public class PipLineServer { +public class PipLineServerInbound { public static void main(String[] args) { new ServerBootstrap() .group(new NioEventLoopGroup())