|
1 | 1 | package com.tans.tfiletransporter |
2 | 2 |
|
3 | | -import com.tans.tfiletransporter.net.netty.common.NettyPkg |
4 | | -import com.tans.tfiletransporter.net.netty.common.handler.writePkg |
5 | | -import com.tans.tfiletransporter.net.netty.common.handler.writePkgBlockReply |
6 | | -import com.tans.tfiletransporter.net.netty.common.setDefaultHandler |
7 | | -import com.tans.tfiletransporter.utils.ioExecutor |
8 | | -import io.netty.bootstrap.Bootstrap |
9 | | -import io.netty.bootstrap.ServerBootstrap |
10 | | -import io.netty.channel.Channel |
11 | | -import io.netty.channel.ChannelDuplexHandler |
12 | | -import io.netty.channel.ChannelHandlerContext |
13 | | -import io.netty.channel.ChannelInitializer |
14 | | -import io.netty.channel.nio.NioEventLoopGroup |
15 | | -import io.netty.channel.socket.SocketChannel |
16 | | -import io.netty.channel.socket.nio.NioServerSocketChannel |
17 | | -import io.netty.channel.socket.nio.NioSocketChannel |
18 | | -import org.junit.Test |
19 | | -import java.net.InetSocketAddress |
| 3 | +//import com.tans.tfiletransporter.net.netty.common.NettyPkg |
| 4 | +//import com.tans.tfiletransporter.net.netty.common.handler.writePkg |
| 5 | +//import com.tans.tfiletransporter.net.netty.common.handler.writePkgBlockReply |
| 6 | +//import com.tans.tfiletransporter.net.netty.common.setDefaultHandler |
| 7 | +//import com.tans.tfiletransporter.utils.ioExecutor |
| 8 | +//import io.netty.bootstrap.Bootstrap |
| 9 | +//import io.netty.bootstrap.ServerBootstrap |
| 10 | +//import io.netty.channel.Channel |
| 11 | +//import io.netty.channel.ChannelDuplexHandler |
| 12 | +//import io.netty.channel.ChannelHandlerContext |
| 13 | +//import io.netty.channel.ChannelInitializer |
| 14 | +//import io.netty.channel.nio.NioEventLoopGroup |
| 15 | +//import io.netty.channel.socket.SocketChannel |
| 16 | +//import io.netty.channel.socket.nio.NioServerSocketChannel |
| 17 | +//import io.netty.channel.socket.nio.NioSocketChannel |
| 18 | +//import org.junit.Test |
| 19 | +//import java.net.InetSocketAddress |
20 | 20 |
|
21 | 21 | class NetTest { |
22 | 22 |
|
|
0 commit comments