scuttlebutt-client-lib
Module Contents
alltypes
Module Contents
open class AboutQuery
open class AboutQueryResponse
open class Author
open class CouldNotSerializeException : RuntimeException
open class FeedMessage
open class FeedMessageDeserializer : JsonDeserializer<FeedMessage>
class FeedService
open class FeedValue
open class IsFollowingQuery
open class IsFollowingResponse
open class KeyFileLoader
open class NetworkService
open class Peer
open class PeerStateChange
open class Profile
class RawRequestService
open class ScuttlebuttClient
class ScuttlebuttClientFactory
Module Contents
static var DEFAULT_NETWORK: Bytes32
static fun defaultNetwork(): Bytes32
static fun fromNet(mapper: ObjectMapper, host: String, port: Int, keyPair: KeyPair): AsyncResult<ScuttlebuttClient>
static fun fromNetWithNetworkKey(vertx: Vertx, host: String, port: Int, keyPair: KeyPair, networkIdentifier: Bytes32, objectMapper: ObjectMapper, loggerProvider: LoggerProvider): AsyncResult<ScuttlebuttClient>
static fun fromNetWithVertx(mapper: ObjectMapper, vertx: Vertx, host: String, port: Int, keyPair: KeyPair): AsyncResult<ScuttlebuttClient>
interface ScuttlebuttMessageContent
open class SocialService
interface StreamHandler<T : Any>
open class UpdateNameMessage : ScuttlebuttMessageContent
open class WhoAmIResponse
package org.apache.tuweni.scuttlebutt.lib
Module Contents
class FeedService
open class KeyFileLoader
open class NetworkService
class RawRequestService
open class ScuttlebuttClient
class ScuttlebuttClientFactory
Module Contents
static var DEFAULT_NETWORK: Bytes32
static fun defaultNetwork(): Bytes32
static fun fromNet(mapper: ObjectMapper, host: String, port: Int, keyPair: KeyPair): AsyncResult<ScuttlebuttClient>
static fun fromNetWithNetworkKey(vertx: Vertx, host: String, port: Int, keyPair: KeyPair, networkIdentifier: Bytes32, objectMapper: ObjectMapper, loggerProvider: LoggerProvider): AsyncResult<ScuttlebuttClient>
static fun fromNetWithVertx(mapper: ObjectMapper, vertx: Vertx, host: String, port: Int, keyPair: KeyPair): AsyncResult<ScuttlebuttClient>
open class SocialService
package org.apache.tuweni.scuttlebutt.lib.model
package org.apache.tuweni.scuttlebutt.lib.model.query