|
Class Summary |
| AmexChannel |
ISOChannel implementation - American Express |
| ASCIIChannel |
ISOChannel implementation suitable for OASIS Ltd © hosts
(four ASCII characters header indicating message length) |
| BASE24Channel |
Implements an ISOChannel capable to exchange messages with
ACI's BASE24[tm] over an X.25 link. |
| BASE24TCPChannel |
Implements an ISOChannel able to exchange messages with
ACI's BASE24 over a TCP link, modified from BASE24ISOChannel
by Victor A. |
| ChannelPool |
|
| CSChannel |
ISOChannel implementation - CS standard Channel
We at CS, have used
the so called ISOChannels for a long time. |
| GZIPChannel |
ISOChannel implementation. |
| HEXChannel |
Talks with TCP based NCCs
Sends [LEN][TPDU][ISOMSG]
(len=2 bytes HEX) |
| LogChannel |
Extracts <isomsg> blocks from standard jPOS log |
| LoopbackChannel |
|
| NACChannel |
Talks with TCP based NACs
Sends [LEN][TPDU][ISOMSG]
(len=2 bytes network byte order) |
| NCCChannel |
Talks with TCP based NCCs
Sends [LEN][TPDU][ISOMSG]
(len=2 bytes BCD) |
| PADChannel |
Implements an ISOChannel suitable to be used to connect to an X.25 PAD. |
| PostChannel |
ISOChannel implementation - Postilion Channel
Send packet len (2 bytes network byte order MSB/LSB) followed by
raw data. |
| RawChannel |
ISOChannel implementation - RAW Channel
Send packet len (4 bytes network byte order) followed by
raw data. |
| VAPChannel |
ISOChannel implementation - VISA's VAP framing |
| X25Channel |
Implements an ISOChannel suitable to be used to connect to an X.25 PAD. |
| XMLChannel |
Implements an ISOChannel able to exchange jPOS generated
(or compliant) XML based ISO-8583 messages |