agents-1.html.svn-base

来自「网络模拟器」· SVN-BASE 代码 · 共 32 行

SVN-BASE
32
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.6">
 <TITLE>Agent interaction in JNS: Introduction</TITLE>
 <LINK HREF="Agents-2.html" REL=next>

 <LINK HREF="Agents.html#toc1" REL=contents>
</HEAD>
<BODY>
<A HREF="Agents-2.html">Next</A>
Previous
<A HREF="Agents.html#toc1">Contents</A>
<HR>
<H2><A NAME="s1">1. Introduction</A></H2>

<P>This file will introduce you to the world of protocols in JNS. Protocols are
built using a layered approach (like in any network these days). The bottom
layer protocol in JNS is IP and everything else builds on top of that.
<P>There are three interfaces available for implementing agents: <B>Agent</B>,
which is the most generic class of agents, not normally used, <B>CL_Agent</B>, which specifies the interface for connection-less agents and <B>CO_Agent</B> which is used for connection-oriented services (this does not mean that the
service has to be reliable though!).
<P>Any of these interfaces can be implemented to form new agents.
<P>
<P>
<HR>
<A HREF="Agents-2.html">Next</A>
Previous
<A HREF="Agents.html#toc1">Contents</A>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?