Package de.mid.innovator.net
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 InoTelegrams
as PDUs.
-
ClassDescriptionThis class enables Innovator Java clients to communicate via the TCP/IP network.This class has one instance which gives you information how the net is configured.A network communication exception which
InoNetuses to indicate any problems during data transmission.Helping class for receiving data from channel.Helping class for sending data over channelThis class has one instance which gives you information whether a proxy is used and what the address and port of the proxy server is and what the authentication the proxy has.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.This class has one instance which gives you information whether TLS is used and how it is configured.