What protocol does Jini use for communications between clients and servers?
Created May 4, 2012
Tim Rohaly The protocol is a private matter between the client and server. Jini
allows any and all protocols to be used, including no protocol at
all (in the case of the service executing directly on the client machine).
The service proxy that the client obtains from the lookup service contains
all the communication code for that service.