Package de.mid.innovator.net
Class InoNet
java.lang.Object
de.mid.innovator.net.InoNet
- Direct Known Subclasses:
SrvConnection
This class enables Innovator Java clients to communicate via the TCP/IP
network. The server maybe a license server or a model server.
- Author:
- MID
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]These are the recommended cipher suites from https://ciphersuite.info/cs/?security=recommended -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()voidstatic Stringbooleanvoidsend(InoTelegram tel) List<byte[]>
-
Field Details
-
EnabledCypherSuits
These are the recommended cipher suites from https://ciphersuite.info/cs/?security=recommended
-
-
Constructor Details
-
InoNet
-
InoNet
-
InoNet
public InoNet(InetSocketAddress address, String ipstr) throws IllegalArgumentException, InoNetException
-
-
Method Details
-
connect
- Throws:
InoNetException
-
disconnect
- Throws:
InoNetException
-
isConnected
public boolean isConnected() -
send
- Throws:
InoNetException
-
sendAndReceive
- Throws:
InoNetException
-
getSocketAddress
-
GetMyIpAddress
-