📄 readme
字号:
$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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -