Uses of Class
convex.peer.Server
Packages that use Server
-
Uses of Server in convex.api
Methods in convex.api that return ServerModifier and TypeMethodDescriptionConvex.getLocalServer()Gets the local Server instance, or null if not a local connectionConvexLocal.getLocalServer()ConvexRemote.getLocalServer()Methods in convex.api with parameters of type ServerModifier and TypeMethodDescriptionstatic ConvexLocalConnect to a local Server, with no address and keypair setstatic ConvexLocalConnect to a local Server, using given address and keypairstatic ConvexLocalstatic ConvexLocalConstructors in convex.api with parameters of type ServerModifierConstructorDescriptionprotectedConvexLocal(Server server, Address address, AKeyPair keyPair) -
Uses of Server in convex.peer
Fields in convex.peer declared as ServerMethods in convex.peer that return ServerModifier and TypeMethodDescriptionstatic ServerCreates a new (unlaunched) Server with a given config.static ServerServer.fromPeerData(AKeyPair kp, AMap<Keyword, ACell> peerData) static ServerAPI.launchPeer()Launches a peer with a default configuration.static ServerAPI.launchPeer(Map<Keyword, Object> peerConfig) Launches a Peer Server with a supplied configuration.Methods in convex.peer that return types with arguments of type ServerModifier and TypeMethodDescriptionAPI.launchLocalPeers(List<AKeyPair> keyPairs, State genesisState) Launch a local set of peers.API.launchLocalPeers(List<AKeyPair> keyPairs, State genesisState, int[] peerPorts) Launch a local set of peers.Methods in convex.peer with parameters of type ServerConstructors in convex.peer with parameters of type ServerModifierConstructorDescriptionprotectedAThreadedComponent(Server server) BeliefPropagator(Server server) ConnectionManager(Server server) CVMExecutor(Server server) QueryHandler(Server server) TransactionHandler(Server server)