feat(新增): 🚀 PipLineServer的链式传输
This commit is contained in:
parent
95f30e93aa
commit
d7bc3dc79e
|
@ -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())
|
Loading…
Reference in New Issue