feat(新增): 🚀 PipLineServer的链式传输

This commit is contained in:
bunny 2024-05-24 10:00:39 +08:00
parent 95f30e93aa
commit d7bc3dc79e
1 changed files with 1 additions and 2 deletions

View File

@ -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())