CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:IOServer

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    304.08kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

该项目是在NIO的基础上写的一个针对与网络游戏的网络通讯框架。也可以应用在其它应用软件产品上。-The project is based on the NIO wrote a game for the network and network communication framework. Can also be used in other applications software products.
相关搜索: 网络游戏

(系统自动生成,下载前可以参看下载内容)

下载文件列表

IOServer/.classpath
IOServer/.fatjar
IOServer/.project
IOServer/.settings/.svn/all-wcprops
IOServer/.settings/.svn/entries
IOServer/.settings/.svn/format
IOServer/.settings/.svn/text-base/org.eclipse.core.resources.prefs.svn-base
IOServer/.settings/org.eclipse.core.resources.prefs
IOServer/.svn/all-wcprops
IOServer/.svn/entries
IOServer/.svn/format
IOServer/.svn/prop-base/ExampleChat.doc.svn-base
IOServer/.svn/text-base/.classpath.svn-base
IOServer/.svn/text-base/.project.svn-base
IOServer/.svn/text-base/ExampleChat.doc.svn-base
IOServer/.svn/text-base/note.txt.svn-base
IOServer/bin/.svn/all-wcprops
IOServer/bin/.svn/entries
IOServer/bin/.svn/format
IOServer/bin/com/yz/net/ClosedSessionException.class
IOServer/bin/com/yz/net/CloseingSessionException.class
IOServer/bin/com/yz/net/Configure$DefaultOverTimeHandler.class
IOServer/bin/com/yz/net/Configure.class
IOServer/bin/com/yz/net/ConfigureBuilder.class
IOServer/bin/com/yz/net/DataConverter.class
IOServer/bin/com/yz/net/expand/ClientIoSession.class
IOServer/bin/com/yz/net/expand/ConnectFuture.class
IOServer/bin/com/yz/net/expand/IoConnector.class
IOServer/bin/com/yz/net/impl/AbstractIoFuture.class
IOServer/bin/com/yz/net/impl/AbstractIoService.class
IOServer/bin/com/yz/net/impl/CloseFuture.class
IOServer/bin/com/yz/net/impl/DispatcherEventlListener.class
IOServer/bin/com/yz/net/impl/IoReadWriteMachine.class
IOServer/bin/com/yz/net/impl/IoReadWriteMachineManager.class
IOServer/bin/com/yz/net/impl/IoServerImpl.class
IOServer/bin/com/yz/net/impl/IoSessionImpl$OverTimeCheckTask.class
IOServer/bin/com/yz/net/impl/IoSessionImpl.class
IOServer/bin/com/yz/net/impl/MemoryManagerLinked$BufferObj.class
IOServer/bin/com/yz/net/impl/MemoryManagerLinked.class
IOServer/bin/com/yz/net/impl/MemoryObjInface.class
IOServer/bin/com/yz/net/impl/MomoryBuffer.class
IOServer/bin/com/yz/net/impl/MomoryBufferCommpositor.class
IOServer/bin/com/yz/net/impl/MomoryManagerByte.class
IOServer/bin/com/yz/net/impl/PropertiesConfigureBuilder.class
IOServer/bin/com/yz/net/impl/ProtocolGroup.class
IOServer/bin/com/yz/net/impl/WriteFuture.class
IOServer/bin/com/yz/net/impl/XmlConfigureBuilder.class
IOServer/bin/com/yz/net/IoFuture.class
IOServer/bin/com/yz/net/IoHandler.class
IOServer/bin/com/yz/net/IoHandlerAdapter.class
IOServer/bin/com/yz/net/IoService.class
IOServer/bin/com/yz/net/IoSession.class
IOServer/bin/com/yz/net/management/BaseManagerMBean.class
IOServer/bin/com/yz/net/management/IoServiceManager.class
IOServer/bin/com/yz/net/management/IoServiceMBean.class
IOServer/bin/com/yz/net/management/IoSessionManager.class
IOServer/bin/com/yz/net/management/IoSessionMBean.class
IOServer/bin/com/yz/net/NetMessage$1.class
IOServer/bin/com/yz/net/NetMessage.class
IOServer/bin/com/yz/net/OverTimeHandler.class
IOServer/bin/com/yz/net/ProtocolHandler.class
IOServer/bin/example/chat/AbstractMessage.class
IOServer/bin/example/chat/BootChat.class
IOServer/bin/example/chat/ChatCommandId.class
IOServer/bin/example/chat/CheckPlayerTask.class
IOServer/bin/example/chat/CmNetProtocolHandler.class
IOServer/bin/example/chat/CmWapBindMessage.class
IOServer/bin/example/chat/CmWapProtocolHandler.class
IOServer/bin/example/chat/FiltrateTask.class
IOServer/bin/example/chat/InputMessage.class
IOServer/bin/example/chat/LogicHandler.class
IOServer/bin/example/chat/MessageFactory.class
IOServer/bin/example/chat/MessageProcessTask.class
IOServer/bin/example/chat/msgtask/AddFriend.class
IOServer/bin/example/chat/msgtask/FriendList.class
IOServer/bin/example/chat/msgtask/HearTbeat.class
IOServer/bin/example/chat/msgtask/Login.class
IOServer/bin/example/chat/msgtask/SendMessage.class
IOServer/bin/example/chat/MsgTaskFilter.class
IOServer/bin/example/chat/OutputMessage.class
IOServer/bin/example/chat/Player.class
IOServer/bin/example/chat/PlayerManager.class
IOServer/bin/example/chat/ProtocolType.class
IOServer/bin/example/Client.class
IOServer/bin/example/ClientExample$DataHandler.class
IOServer/bin/example/ClientExample$ExampleMessage.class
IOServer/bin/example/ClientExample$PrintRspTime.class
IOServer/bin/example/ClientExample$Protocol.class
IOServer/bin/example/ClientExample.class
IOServer/bin/example/EchoClientExample$EchoHandler.class
IOServer/bin/example/EchoClientExample$EchoMessage.class
IOServer/bin/example/EchoClientExample$EchoProtocol.class
IOServer/bin/example/EchoClientExample.class
IOServer/bin/example/EchoServerExample$EchoHandler.class
IOServer/bin/example/EchoServerExample$EchoMessage.class
IOServer/bin/example/EchoServerExample$EchoProtocol.class
IOServer/bin/example/EchoServerExample.class
IOServer/bin/example/Server$Work.class
IOServer/bin/example/Server.class
IOServer/bin/example/ServerExample$DataHandler.class
IOServer/bin/example/ServerExample$ExampleMessage.class
IOServer/bin/example/ServerExample$Protocol.class
IOServer/bin/example/ServerExample.class
IOServer/bin/LockFreeQueue$Node.class
IOServer/bin/LockFreeQueue$QueueItr.class
IOServer/bin/LockFreeQueue.class
IOServer/bin/MemoryManager$FreeBuffer.class
IOServer/bin/MemoryManager.class
IOServer/conf/.svn/all-wcprops
IOServer/conf/.svn/entries
IOServer/conf/.svn/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com