Uses of Class
convex.peer.Server
Packages that use Server
-
Uses of Server in convex.api
Methods in convex.api with parameters of type ServerModifier and TypeMethodDescriptionstatic ConvexLocal
Connect to a local Server, using given address and keypairstatic ConvexRemote
Convex.connectRemote
(Server server) Create a remote connection to a Convex Server in the same JVM.static 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 ServerModifier and TypeMethodDescriptionstatic NIOServer
NIOServer.create
(Server server, BlockingQueue<Message> receiveQueue) Creates a new unlaunched NIO 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 ServerModifier and TypeFieldDescriptionprotected final 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()
Launches a peer with a default configurtion.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