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 ConvexConnect to a local Server, using the Peer's address and keypairstatic ConvexConvex.connect(InetSocketAddress hostAddress)Creates an anonymous connection to a Peer, suitable for queriesstatic ConvexConvex.connect(InetSocketAddress peerAddress, Address address, AKeyPair keyPair)Create a Convex client by connecting to the specified Peer using the given key pairstatic ConvexConvex.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 ConvexConvex.wrap(Connection c)Wraps a connection as a Convex client instance