Uses of Class
convex.api.Convex
Packages that use Convex
-
Uses of Convex in convex.api
Methods in convex.api that return ConvexModifier and TypeMethodDescriptionstatic Convex
Connect to a local Server, using the Peer's address and keypairstatic Convex
Convex.connect(InetSocketAddress hostAddress)
Creates an anonymous connection to a Peer, suitable for queriesstatic Convex
Convex.connect(InetSocketAddress peerAddress, Address address, AKeyPair keyPair)
Create a Convex client by connecting to the specified Peer using the given key pairstatic Convex
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 storestatic Convex
Convex.wrap(Connection c)
Wraps a connection as a Convex client instance