Package de.mid.innovator.net
The package contains classes needed for the network communication via TCP/IP between Innovator
network clients and servers.
Innovator uses specific datagrams with fixed byte order to enable platform-independent communication. This means that a Windows client can communicate directly with a UNIX server program without any constraints in data transmission.
Data transmission is connection-oriented and uses InoTelegram
s
as PDUs.
-
Class Summary Class Description InoNet This class enables Innovator Java clients to communicate via the TCP/IP network.InoNetReceiveImpl Helping class for receiving data from channel.InoNetSendImpl Helping class for sending data over channelInoTelegram This class is the topmost telegram type for all network communication between Innovator clients and servers.InoTelegramCache<T extends InoTelegram> A cache that manages entries based on the policy specified at creation time. -
Enum Summary Enum Description InoTelegramCache.CachePolicy -
Exception Summary Exception Description InoNetException A network communication exception whichInoNet
uses to indicate any problems during data transmission.