Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code JSP/Java

MinaExample

  • Category : JSP/Java
  • Tags :
  • Update : 2008-10-13
  • Size : 652.78kb
  • Downloaded :0次
  • Author :长***
  • About : 长亭
  • PS : If download it fails, try it again. Download again for free!
Download 1 (652.78kb)
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Mina framework HTTP protocol is simple to implement. Mina frame efficiency is close to c program, and the whole frame is elegant and concise, which is the first choice for developing network interactive programs.
Packet file list
(Preview for download)
Packet : 63535314minaexample.rar filelist
Mina 1.1.5 Example Public Service\.classpath
Mina 1.1.5 Example Public Service\.project
Mina 1.1.5 Example Public Service\.settings\org.eclipse.core.resources.prefs
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\codec\HttpCodecFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\codec\HttpRequestDecoder.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\handle\HttpHandler.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\handle\HttpHandlerFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\HttpServer.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\msg\HttpRequestHead.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\msg\HttpRequestMsg.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\DefaultCodecFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\ICodecFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\IDecoder.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\IEncoder.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\ProtocolCodecFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\ProtocolDecoderAdapter.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec\ProtocolEncoderAdapter.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\handle\DefaultHandlerFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\handle\IHandler.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\handle\IHandlerFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\handle\ProtocolHandlerAdapter.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\Main.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\msg\IMsg.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\ServerThread.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\util\IThreadPool.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\util\ThreadPoolImpl.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\util\Worker.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\codec\ISSAPSubDecoder.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\codec\SSAPCodecFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\codec\SSAPDefaultDecoder.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\codec\SSAPSubDecoderFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\handler\SSAPHandlerFactory.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\msg\SSAPMsg.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\msg\SSAPMsgHead.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\SSAPServer.class
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\util\Constance.class
Mina 1.1.5 Example Public Service\bin\log4j.properties
Mina 1.1.5 Example Public Service\lib\log4j-1.2.14.jar
Mina 1.1.5 Example Public Service\lib\mina-core-1.1.5.jar
Mina 1.1.5 Example Public Service\lib\slf4j-api-1.4.3.jar
Mina 1.1.5 Example Public Service\lib\slf4j-log4j12-1.4.3.jar
Mina 1.1.5 Example Public Service\pubService.log
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\codec\HttpCodecFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\codec\HttpRequestDecoder.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\handle\HttpHandler.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\handle\HttpHandlerFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\HttpServer.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\msg\HttpRequestHead.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\msg\HttpRequestMsg.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\DefaultCodecFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\ICodecFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\IDecoder.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\IEncoder.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\ProtocolCodecFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\ProtocolDecoderAdapter.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec\ProtocolEncoderAdapter.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\handle\DefaultHandlerFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\handle\IHandler.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\handle\IHandlerFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\handle\ProtocolHandlerAdapter.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\Main.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\msg\IMsg.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\ServerThread.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\util\IThreadPool.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\util\ThreadPoolImpl.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\util\Worker.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\codec\ISSAPSubDecoder.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\codec\SSAPCodecFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\codec\SSAPDefaultDecoder.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\codec\SSAPSubDecoderFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\handler\SSAPHandlerFactory.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\msg\SSAPMsg.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\msg\SSAPMsgHead.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\SSAPServer.java
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\util\Constance.java
Mina 1.1.5 Example Public Service\src\log4j.properties
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\codec
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\handle
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\msg
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http\util
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\codec
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\handle
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\msg
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio\util
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\codec
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\handler
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\msg
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap\util
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\codec
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\handle
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\msg
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http\util
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\codec
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\handle
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\msg
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio\util
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\codec
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\handler
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\msg
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap\util
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\http
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\nio
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice\ssap
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\http
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\nio
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice\ssap
Mina 1.1.5 Example Public Service\bin\com\eshore\pubservice
Mina 1.1.5 Example Public Service\src\com\eshore\pubservice
Mina 1.1.5 Example Public Service\bin\com\eshore
Mina 1.1.5 Example Public Service\src\com\eshore
Mina 1.1.5 Example Public Service\bin\com
Mina 1.1.5 Example Public Service\src\com
Mina 1.1.5 Example Public Service\.settings
Mina 1.1.5 Example Public Service\bin
Mina 1.1.5 Example Public Service\lib
Mina 1.1.5 Example Public Service\src
Mina 1.1.5 Example Public Service
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.