GithubHelp home page GithubHelp logo

java-io's Introduction

TODO

Java IO

BIO(同步阻塞式IO)

  • Socket模拟1个客户端 --- 1个服务端间一次通信
  • Socket模拟1个客户端 --- 1个服务端间多次通信
  • Socket模拟n个客户端 --- 1个服务端间多次通信
  • Socket模拟n个客户端 --- 1个服务端间多次通信(伪异步优化)
  • Socket模拟向服务端发送一个文件
  • Socket模拟向服务端发送多个文件
  • Socket模拟群聊

NIO(同步非阻塞式IO)

  • NIO下Buffer的常用API
  • NIO下直接与非直接缓冲区
  • NIO下Channel练习
  • NIO下使用FileChannel写数据到文件
  • NIO下使用FileChannel复制文件
  • NIO下使用FileChannel分散和聚集文件
  • NIO下FileChannel的transferFrom、transferTo
  • NIO下选择器练习
  • NIO下客户端,服务端开发流程
  • NIO下群聊实现

AIO(异步非阻塞式IO)

java-io's People

Contributors

spoonb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.