- Service - Class in com.arashpayan.chirp
-
An object that represents a Chirp service on the network.
- setListener(ChirpBrowserListener) - Method in class com.arashpayan.chirp.ChirpBrowser
-
Sets a listener to receive callbacks.
- setPayload(Map<String, Object>) - Method in class com.arashpayan.chirp.ChirpPublisher
-
Sets the payload for this service.
- setTtl(int) - Method in class com.arashpayan.chirp.ChirpPublisher
-
Sets the ttl of the service in seconds.
- start(Application) - Method in class com.arashpayan.chirp.ChirpBrowser.Builder
-
Builds, starts and returns the ChirpBrowser
.
- start(Application) - Method in class com.arashpayan.chirp.ChirpBrowser
-
Starts listening for and reporting Chirp service(s) on the local network.
- start(Application) - Method in class com.arashpayan.chirp.ChirpPublisher.Builder
-
Starts the publisher and returns it
- start(Application) - Method in class com.arashpayan.chirp.ChirpPublisher
-
Starts the publisher.
- stop() - Method in class com.arashpayan.chirp.ChirpBrowser
-
Stops the browser from listening and reporting services.
- stop() - Method in class com.arashpayan.chirp.ChirpPublisher
-
Stops the publisher.