Uses of Class
convex.peer.Server
Packages that use Server
-
Uses of Server in convex.api
Methods in convex.api that return ServerModifier and TypeMethodDescriptionabstract Server
Convex.getLocalServer()
Gets the local Server instance, or null is not a local connectionConvexLocal.getLocalServer()
ConvexRemote.getLocalServer()
Methods in convex.api with parameters of type ServerModifier and TypeMethodDescriptionstatic ConvexLocal
Connect to a local Server, using given address and keypairstatic ConvexLocal
Constructors in convex.api with parameters of type ServerModifierConstructorDescriptionprotected
ConvexLocal
(Server server, Address address, AKeyPair keyPair) -
Uses of Server in convex.net
Methods in convex.net with parameters of type Server -
Uses of Server in convex.net.message
Fields in convex.net.message declared as ServerMethods in convex.net.message with parameters of type ServerModifier and TypeMethodDescriptionstatic MessageLocal
Create an instance with the given message dataConstructors in convex.net.message with parameters of type ServerModifierConstructorDescriptionprotected
MessageLocal
(MessageType type, ACell payload, Server server, Consumer<Result> handler) -
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
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.Method parameters in convex.peer with type arguments of type ServerModifier and TypeMethodDescriptionstatic boolean
API.isNetworkReady
(List<Server> serverList, long timeoutMillis) Returns a true value if the local network is ready and synced with the same consensus state hash.Constructors 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)