Package | Description |
---|---|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
de.esprit.netsuite.server.netch.io |
Contains implementation classes for Socket based network IO
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConnection
This class contains the logic of each connection that the server opens for the client.
|
Modifier and Type | Method and Description |
---|---|
ServerTransferConnection |
TransferServiceTask.getTransferConnection() |
ServerTransferConnection |
AbstractTransferService.getTransferConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ServerNetworkAdapter.openTransferConnection(ServerTransferConnection transferConn) |
Constructor and Description |
---|
TransferServiceTask(ServerTransferConnection transferConn) |
Modifier and Type | Class and Description |
---|---|
class |
IOServerConnection
This class encapsulates a connection socket as well as its input- and output-streams.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.