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 storestatic ConvexRemote
Convex.connectRemote(Server server)
static ConvexRemote
ConvexRemote.wrap(Connection c)
Wraps a connection as a Convex client instance