open class ScuttlebuttClient
(source)
A client for making requests to a scuttlebutt instance with. This is the entry point for accessing service classes which perform operations related to different logical areas. Should be constructed using the ScuttlebuttClientFactory factory class.
<init> |
ScuttlebuttClient(multiplexer: Multiplexer!) |
getFeedService |
Provides a service for operations that concern scuttlebutt feeds. open fun getFeedService(): FeedService! |
getNetworkService |
Provides a service for operations that connect nodes together. open fun getNetworkService(): NetworkService! |
getSocialService |
Provides a service for operations concerning social connections and updating the instance's profile open fun getSocialService(): SocialService! |
rawRequestService |
Provides a service for making lower level requests that are not supported by higher level services. open fun rawRequestService(): RawRequestService! |