
mina
sustbeckham
java
展开
-
一个简单的Mina的UDP实现
根据Mina的官方例子修改而来。 server端:/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for原创 2011-06-28 21:07:00 · 4155 阅读 · 3 评论 -
关于HTTP1.1的keep-alive
偶然发现的一段文字,扔上来,怕忘记了。HTTP1.1之前,无论什么时候浏览器连接到一个web服务器,当请求的资源被发送之后,连接就被服务器关闭了。然而,一个互联网网页包括其他资源, 例如图片文件,applet等等。因此,当一个页面被请求的时候,浏览器同样需要下载页面所引用到的资源原创 2011-07-19 18:46:58 · 687 阅读 · 0 评论