Netty网络编程实战3,使用Netty远程传输文件

目录

    • 一、Netty中的一些常见关键字
      • 1、EventLoopGroup
      • 2、ServerBootstrap
      • 3、ChannelFuture
      • 4、ServerSocketChannel
      • 5、group
      • 6、channel
      • 7、option
      • 8、childHandler
      • 9、sync()
      • 10、ChannelPipeline
      • 11、addLast
      • 12、ChannelHandlerContext
      • 13、RandomAccessFile
      • 14、ObjectDecoder
      • 15、weakCachingConcurrentResolver

你可能感兴趣的:(网络,java,netty)