Uses of Class
edu.caltech.nanodb.client.SharedServerClient.Receiver
-
Packages that use SharedServerClient.Receiver Package Description edu.caltech.nanodb.client This package contains classes that allow NanoDB to be used from multiple concurrent clients, to maintain client session state, and so forth. -
-
Uses of SharedServerClient.Receiver in edu.caltech.nanodb.client
Fields in edu.caltech.nanodb.client declared as SharedServerClient.Receiver Modifier and Type Field Description private SharedServerClient.Receiver
SharedServerClient. receiver
This object receives data from the server asynchronously, and prints out whatever it receives.
-