Class | Description |
---|---|
AmexChannel |
ISOChannel implementation - American Express
|
ASCIIChannel |
ISOChannel implementation suitable for OASIS Ltd © hosts
Message length header: n ASCII digits, configurable by setLengthDigits() (default: 4) or the 'length-digits' Configuration property. |
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.
|
BCDChannel |
Talks with TCP based NCCs
Sends [LEN][TPDU][ISOMSG]
(len=2 bytes HEX)
|
ChannelPool | |
CSChannel |
ISOChannel implementation - CS standard Channel
We at CS, have used the so called ISOChannels for a long time. |
FSDChannel | |
GICCChannel |
four-byte header in nbp
|
GZIPChannel |
ISOChannel implementation.
|
HEXChannel |
Sends a four ASCII hex characters indicating message length (up to 0xffff)
|
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.
|
RBPChannel |
Implements Record Boundary Preservation protocol
|
TelnetXMLChannel |
Implements an ISOChannel able to exchange jPOS generated (or
compliant) XML based ISO-8583 messages through a Telnet session the telnet
commands are simply ignored.
|
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
|