📄 agents-1.html.svn-base
字号:
<!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -