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 ConvexLocal
Connect to a local Server, with no address and keypair setstatic ConvexLocal
Connect to a local Server, using given address and keypairstatic ConvexLocal
static ConvexLocal
Constructors in convex.api with parameters of type ServerModifierConstructorDescriptionprotected
ConvexLocal
(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 Server
Creates a new (unlaunched) Server with a given config.static Server
Server.fromPeerData
(AKeyPair kp, AMap<Keyword, ACell> peerData) static Server
API.launchPeer()
Launches a peer with a default configuration.static Server
API.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 ServerModifierConstructorDescriptionprotected
AThreadedComponent
(Server server) BeliefPropagator
(Server server) ConnectionManager
(Server server) CVMExecutor
(Server server) QueryHandler
(Server server) TransactionHandler
(Server server)