readme

来自「pos机交易实现源代码 含金融卡交易8583协议实现 开发环境:linux 」· 代码 · 共 25 行

TXT
25
字号
$Id: README,v 1.1 2000/04/19 19:22:15 apr Exp $isoserver is similar to simpleserver but uses ISOServerclass instead of handling sessions itself.It demonstrate the use of ChannelConnectors, Filters and LoopbackChannel as well.-------+     +---------+                 +--------+Server |<--->|ISOServer|---------------->|Loopback|Socket |<--->|         |<-\   [Reply]    |Channel |-------+     +---------+   \--[Filter]---|        |                                         +--------+This example is hardcoded for port 8000, ASCIIChannel and ISO87APackager,this should match src/etc/jpos.cfg's simpleclient config if you are totest it from simpleclient example.It may seems confusing the fact that ISOServer receives a 'ServerChannel'on its client side. Client side channel will implement the protocol requiredto talk with remove clients, but it is still a ServerChannel, we are onthe server side of that connection.

⌨️ 快捷键说明

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