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 ConvexRemoteConvex.connect(InetSocketAddress hostAddress)Creates an anonymous connection to a Peer, suitable for queriesstatic ConvexRemoteConvex.connect(InetSocketAddress peerAddress, Address address, AKeyPair keyPair)Create a Convex client by connecting to the specified Peer using the given key pairstatic ConvexRemoteConvex.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 ConvexRemoteConvex.connectRemote(Server server)Create a remote connection to a Convex Server in the same JVM.static ConvexRemoteConvexRemote.wrap(Connection c)Wraps a connection as a Convex client instance