Package | Description |
---|---|
de.esprit.appsuite.io |
Contains various context based IO tools
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.netdata.enums |
Contains all constant definitions
|
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 |
GZIPStreamWrapper
This class...
|
class |
IdentityStreamWrapper
This class is a dummy and does not perform any stream wrapping.
|
class |
StutterStreamWrapper
This this class wraps the given stream into a StutterInputStream
which doubles the transferred data.
|
Constructor and Description |
---|
FileDownloadConnection(C clientCtx,
FileTransferClientTask trThread,
FileTransferJob job,
StreamWrapper streamWrapper) |
FileUploadConnection(C clientCtx,
FileTransferClientTask xferTask,
FileTransferJob job,
StreamWrapper streamWrapper) |
IOFileTransferConnection(C clientCtx,
FileTransferClientTask ftrTask,
FileTransferJob job,
StreamWrapper streamWrapper) |
Modifier and Type | Method and Description |
---|---|
protected ClientMessageConnection |
IOClientNetworkAdapter.createMessageConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper) |
protected abstract ClientMessageConnection |
ClientNetworkAdapter.createMessageConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper) |
protected ClientRequestConnection |
IOClientNetworkAdapter.createRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
protected abstract ClientRequestConnection |
ClientNetworkAdapter.createRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
Constructor and Description |
---|
ClientNetworkAdapter(C clientCtx,
ServerHost serverHost,
StreamWrapper streamWrapper) |
IOClientMessageConnection(LogChannel logCh,
ServerHost host,
StreamWrapper streamWrapper) |
IOClientNetworkAdapter(ClientContext ctx,
ServerHost serverHost,
StreamWrapper streamWrapper) |
IOClientRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
Modifier and Type | Method and Description |
---|---|
StreamWrapper |
NetIoType.getStreamWrapper() |
Modifier and Type | Class and Description |
---|---|
class |
CipherStreamWrapper
This class wraps the given stream into a
CipherInputStream
or CipherOutputStream respectively |
Modifier and Type | Method and Description |
---|---|
protected StreamWrapper |
ServerConnectionService.getStreamWrapper() |
Modifier and Type | Method and Description |
---|---|
protected abstract ServerConnectionService |
ServerConnector.createConnectionService(S serverCtx,
StreamWrapper streamWrapper)
Create the IO specific connection server that knows how to establish the
server connections defined in
NetChannelType . |
Constructor and Description |
---|
ServerConnectionService(ServerContext serverCtx,
StreamWrapper streamWrapper) |
ServerConnector(S serverCtx,
StreamWrapper streamWrapper) |
Modifier and Type | Method and Description |
---|---|
protected ServerConnectionService |
IOServerConnector.createConnectionService(S serverCtx,
StreamWrapper streamWrapper) |
Constructor and Description |
---|
IOServerConnection(ServerContext serverCtx,
java.net.Socket socket,
StreamWrapper streamWrapper) |
IOServerConnectionService(ServerContext serverCtx,
StreamWrapper streamWrapper) |
IOServerConnector(S serverCtx,
StreamWrapper streamWrapper) |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.