Renamed DNS to INS
This commit is contained in:
@@ -14,7 +14,7 @@ public enum ProtocolVersion implements Serializable {
|
||||
/**
|
||||
* Support for old OAC-Project => <a href="https://repo.open-autonomous-connection.org/Open-Autonomous-Connection/">*_old</a>
|
||||
*/
|
||||
PV_1_0_0_CLASSIC("1.0.0", ProtocolType.CLASSIC, ProtocolSide.WEB_DNS, List.of(Protocol.HTTP)),
|
||||
PV_1_0_0_CLASSIC("1.0.0", ProtocolType.CLASSIC, ProtocolSide.WEB_INS, List.of(Protocol.HTTP)),
|
||||
|
||||
/**
|
||||
* First Beta Version of OAC-Protocol
|
||||
@@ -153,12 +153,12 @@ public enum ProtocolVersion implements Serializable {
|
||||
/**
|
||||
* Client Side only
|
||||
*/
|
||||
CLIENT, // Protocol version can only used on Client
|
||||
CLIENT,
|
||||
|
||||
/**
|
||||
* DNS Server Side only
|
||||
* INS Server Side only
|
||||
*/
|
||||
DNS,
|
||||
INS,
|
||||
|
||||
/**
|
||||
* Web Server Side only
|
||||
@@ -166,14 +166,14 @@ public enum ProtocolVersion implements Serializable {
|
||||
WEB,
|
||||
|
||||
/**
|
||||
* Both DNS and Web Server Side
|
||||
* Both INS and Web Server Side
|
||||
*/
|
||||
WEB_DNS,
|
||||
WEB_INS,
|
||||
|
||||
/**
|
||||
* Both Client and DNS Server Side
|
||||
* Both Client and INS Server Side
|
||||
*/
|
||||
CLIENT_DNS,
|
||||
CLIENT_INS,
|
||||
|
||||
/**
|
||||
* Both Client and Web Server Side
|
||||
|
||||
Reference in New Issue
Block a user