Uses of Class
convex.peer.LaunchException
Packages that use LaunchException
-
Uses of LaunchException in convex.peer
Methods in convex.peer that throw LaunchExceptionModifier and TypeMethodDescriptionstatic Server
Server.fromPeerData
(AKeyPair kp, AMap<Keyword, ACell> peerData) void
Server.launch()
Launch the Peer Server, including all main server threadsAPI.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.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.