Uses of Class
convex.api.ConvexRemote
Packages that use ConvexRemote
-
Uses of ConvexRemote in convex.api
Methods in convex.api that return ConvexRemoteModifier and TypeMethodDescriptionstatic ConvexRemote
Convex.connect
(InetSocketAddress hostAddress) Creates an anonymous connection to a Peer, suitable for queriesstatic ConvexRemote
Convex.connect
(InetSocketAddress peerAddress, Address address, AKeyPair keyPair) Create a Convex client by connecting to the specified Peer using the given key pairstatic ConvexRemote
Convex.connect
(InetSocketAddress peerAddress, Address address, AKeyPair keyPair, AStore store) Create a Convex client by connecting to the specified Peer using the given key pair and using a given storeMethods in convex.api with parameters of type ConvexRemoteModifier and TypeMethodDescriptionstatic Acquiror
Acquiror.create
(Hash hash, AStore store, ConvexRemote source) Constructors in convex.api with parameters of type ConvexRemote