Commit Graph

67 Commits (a1dcbf9b0655c1a08b124b695e8826b961269cf0)

Author SHA1 Message Date
Stephen Gold 822bcd1300 suppress more javac warnings about unchecked casts 5 years ago
Stephen Gold f652591281
remove unnecessary casts and tests for null, discovered using NetBeans (#1285) 5 years ago
Stephen Gold 0fd70b81c9
Add missing @Override annotations (#1270) 5 years ago
Daniel Perano f312608725 Fixed ClassCastException in RMI implementation. (#1195) 5 years ago
Paul Speed 0d8fe2ac22 Created a LazyMessageBuffer class that differs from GreedyMessageBuffer only 5 years ago
Paul Speed 1c37d5a92d Refactored the base networking imlpementation's "MessageProtocol" to be an 5 years ago
Lou H f8dae05a52 #1107-Fix Javadoc warnings in OpenJDK 9+ (#1112) 6 years ago
Lou Hamersly cde108c2c0 #1107-Fix Javadoc warnings in OpenJDK 9+ 6 years ago
Trevor Flynn ad2ba95e99 Jdk 11 Build Support 6 years ago
Stephen Gold 75112201db more corrections in diagnostic messages 6 years ago
Stephen Gold 2356320d30 more comment-only correction 6 years ago
Stephen Gold c7c203853c jme3-networking/jme3-plugins JavaDoc corrections (comments only) 6 years ago
Ali-RS dae85e1598 Removed unused imports. (#1020) 6 years ago
Stephen Gold bc624f1f73 correct more typographical errors in comments 7 years ago
Stephen Gold b159c847cc comment corrections: mostly spelling and grammar 7 years ago
Paul Speed 4b78f099ca Broke out the Serializer's static initializer into a separate initialize() 8 years ago
Paul Speed c6768dc724 Added some additional finest logging. 9 years ago
Paul Speed b28f7e9293 Removing a println I had for testing something else. 9 years ago
Paul Speed ac672df63a Fixes to keep the kernel adapter threads from hanging. 9 years ago
Paul Speed c38a050f61 Added some trace level logging to field serializer. 9 years ago
Paul Speed ac5cc5312b Added some additional information to the bad constants exception. 9 years ago
Paul Speed a0569b340d Fixed a bug caused by generic registration of the enum class 9 years ago
Paul Speed 05587ab387 Modified to avoid closing the connection if it is already 9 years ago
Paul Speed 6cb691592d Fixed two potential race conditions in the DefaultClient. 9 years ago
Paul Speed d8d7d061f6 Small formatting change. 9 years ago
Paul Speed 0bfabacef6 Small formatting change. 9 years ago
Paul Speed d241a9a235 Added a couple more bracketing log messages just to confirm 9 years ago
Paul Speed ab0628c070 Fixed a typo in an exception message. 9 years ago
Paul Speed 50b2f76bdf Modified the FieldSerializer to support classes with non-public no-arg constructors. 9 years ago
Paul Speed 98194e83aa Modified the RPC layer to pass exceptions over the wire 9 years ago
Paul Speed 14e84a4dd7 Added a constructor that just takes the service's 9 years ago
Paul Speed 99742a76f2 Added additional trace logging. 9 years ago
Paul Speed 15afcfb735 Added the error information to the toString() if 9 years ago
Paul Speed 197ed33c9e Added some missing @Overrides and finals. 9 years ago
Paul Speed 388a8a8bd7 Added a bunch of lower level logging that can be 9 years ago
Paul Speed 3a4624a5fe Added a bunch of javadoc and changed the names of one of the 9 years ago
Paul Speed 95aa2d72d0 Added a basic RMI service that uses the RPC service. 9 years ago
Paul Speed 95603c46c4 Added a better check. The old one had the side-effect 9 years ago
Paul Speed dfe4b083f0 Added a check to try and detect the case where a server and 9 years ago
Paul Speed 4b2f361026 Modified to skip registering the message classes if they are 9 years ago
AlrikG 7b6a742f0f Update GZIPSerializer.java 10 years ago
AlrikG 2cf7d9eb5a Update GZIPSerializer.java 10 years ago
Alrik 1eedfa5a5f - fix GZIP and ZIP serializer copying the whole temporary buffer instead 10 years ago
Paul Speed 4bd774a653 Created an abstract hosted connection service that has 10 years ago
Paul Speed 9a8aa3b394 Prevent an NPE for null parameter arrays. 10 years ago
Paul Speed 42105f4c4b Just some whitespace changes. 10 years ago
Paul Speed c1670e7509 Added the read class ID to the bad deserialize 10 years ago
Paul Speed 58313c271d Added a better comment as to why we have to check 10 years ago
Paul Speed c1dc819953 Added the ability to put the serializer registry 10 years ago
Paul Speed 33d21c2de3 Added an isStarted() method to Client. 10 years ago