Package | Description |
---|---|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
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
|
Constructor and Description |
---|
CoSessionId(ServerConnection srvConn,
java.lang.String serverName,
java.lang.String applicationName) |
SessionId(ServerConnection srvConn,
java.lang.String serverName,
java.lang.String applicationName)
Constructor for creating a client session
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerMessageConnection
This class defines the specifica of a message connection.
|
interface |
ServerRequestConnection
This class defines the specifica of a request connection.
|
interface |
ServerTransferConnection
This class defines the specifica of a transfer connection.
|
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 | 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.