This commit is contained in:
Guoqs
2024-08-01 10:54:13 +08:00
parent 7294d82a7e
commit c16081feda
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import lombok.Data;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import com.jsowell.common.util.bean.SerializationUtil;
import io.netty.buffer.ByteBuf;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import com.jsowell.common.util.bean.SerializationUtil;
import io.netty.buffer.ByteBuf;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.*;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import lombok.Data;
import lombok.ToString;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.DefaultEventLoopGroup;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import lombok.Data;
import lombok.ToString;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.*;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.channel.Channel;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelPipeline;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
import java.util.concurrent.TimeUnit;

View File

@@ -1,4 +1,4 @@
package rpc;
package com.jsowell.netty.rpc;
public class TestRpcServer {
public static void main(String[] args) {