摘要: http://download.oracle.com/javase/1.3/docs/guide/rmi/sockettype.doc.html—————————————————————————————————————————————————— Creating a Custom Socket Type Often it is necessary to process data either before it is sent to, or after it has been received from, a socket. Instead o... 阅读全文
posted @ 2011-11-13 17:02 网络大豆 阅读(253) 评论(0) 推荐(0)
摘要: http://download.oracle.com/javase/1.3/docs/guide/net/extendingSocks.html———————————————————————————————————————————————— Extending Sockets in JDK 1.1 Some of the improvements to the java.net classes in JDK 1.1 allow sockets (Socket/ServerSocket) to be non-final, extendable classes. The basic ... 阅读全文
posted @ 2011-11-13 16:41 网络大豆 阅读(232) 评论(0) 推荐(0)