| Package | Description |
|---|---|
| abs.ixi.client.net |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection
Contract for all the network connections initiated by SDK.Represents a
physical connection to a remote host.
|
interface |
NegotiatedConnection
More often than not, a user packet reader or writer makes use of Layer-7
semantics on the connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SFCMConnection
An implementation of
TCPConnection used for transfering files using
Stringflow Content Model. |
class |
TCPConnection
TCPConnection is a wrapper around SocketChannel; it
represents a physical network connection with dsestination host (server). |
class |
XMPPConnection
An extension of
TCPConnection with semenatics of XMPP protocol such
as reply timeout for packets. |
Copyright © 2019. All rights reserved.