Uses of Class
convex.api.Convex
Packages that use Convex
-
Uses of Convex in convex.api
Subclasses of Convex in convex.apiModifier and TypeClassDescriptionclass
Convex API instance that directly interacts with a Peer instanceclass
Convex Client implementation supporting a direct connection to a Peer Server in the same JVM.class
Convex client API implementation for peers accessed over a network connection using the Convex binary peer protocolMethods in convex.api that return Convex -
Uses of Convex in convex.net.store
Fields in convex.net.store declared as ConvexMethods in convex.net.store with parameters of type ConvexConstructors in convex.net.store with parameters of type Convex -
Uses of Convex in convex.peer
Methods in convex.peer that return ConvexModifier and TypeMethodDescriptionConnectionManager.connectToPeer
(InetSocketAddress hostAddress) Connects explicitly to a Peer at the given host addressConnectionManager.getConnection
(AccountKey peerKey) Gets a connection based on the peers public keyMethods in convex.peer that return types with arguments of type ConvexModifier and TypeMethodDescriptionConnectionManager.getConnections()
Gets the current set of outbound peer connections from this serverMethods in convex.peer with parameters of type ConvexModifier and TypeMethodDescriptionvoid
ConnectionManager.addConnection
(AccountKey peerKey, Convex convex)