Uses of Class
convex.peer.Server
Packages that use Server
-
Uses of Server in convex.api
Methods in convex.api with parameters of type Server -
Uses of Server in convex.net
Methods in convex.net with parameters of type ServerModifier and TypeMethodDescriptionstatic NIOServer
NIOServer.create(Server server, BlockingQueue<Message> receiveQueue)
Creates a new unlaunched NIO server -
Uses of Server in convex.peer
Fields in convex.peer declared as ServerModifier and TypeFieldDescriptionprotected Server
ConnectionManager.server
protected Server
ServerEvent.server
Methods in convex.peer that return ServerModifier and TypeMethodDescriptionstatic Server
Creates a new unlaunched Server with a given config.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, IServerEvent event)
Launch a local set of peers.Methods in convex.peer with parameters of type ServerModifier and TypeMethodDescriptionstatic ServerEvent
static ServerInformation
protected void
ServerInformation.load(Server server, ConnectionManager manager)
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 Server