| Package | Description |
|---|---|
| abs.ixi.client.io.multipart | |
| abs.ixi.client.net |
| Modifier and Type | Method and Description |
|---|---|
Connection |
MultipartWriter.getConnection() |
| Constructor and Description |
|---|
MultipartReader(Connection connection,
InboundFileTransfer inboundFileTransfer,
File file) |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.closeConnection(Connection conn)
Close a
Connection. |
Copyright © 2019. All rights reserved.