Commit Graph

51 Commits (49a9a6f99bdf63db66f3dc769ef3fcfa1759255b)

Author SHA1 Message Date
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
Paul Speed 323daeb94f Added a getRpcConnection() method to expose the underlying 10 years ago
Paul Speed a77ed52777 Added getServer() and getClient() convenience methods. 10 years ago
Paul Speed e000d83ae7 Fixed a stack overflow exception if one println()'ed 10 years ago
Paul Speed 57dbf384a2 Modified the DefaultServer to send a second client 10 years ago
Paul Speed 7bea2cc9c7 Fixed a missing import. 10 years ago
Paul Speed 96dab5f561 Allow remote calls to be made on the default channel 10 years ago
Paul Speed dd65580bf3 Pre-register the inner class as well. A cut paste 10 years ago
Paul Speed 8b34e4890a Fixed a comment to be more accurate with respect 10 years ago
Paul Speed 1145f99d03 Added a service that will send the server's serializer 10 years ago
Paul Speed 35155c6b5b Integrated the new service manager stuff with Client and 10 years ago
Paul Speed 1eb2ba7276 Adding an initial implementation for a service manager module 10 years ago
Paul Speed 9abedf284e Added a message that can be used to compile and 10 years ago
Paul Speed c9eaeeea12 Added some message delegator util classes that 10 years ago
NemesisMate 2aa6f9f521 Fixed BufferUnderflowException 10 years ago
shadowislord f31911f039 * Fix java 8 syntax error in UdpEndpoint 11 years ago
shadowislord 6b12d5c638 * Fix many javadoc errors mostly related to incorrect HTML or missing references 11 years ago