Uses of Class
convex.net.Message
Packages that use Message
-
Uses of Message in convex.api
Method parameters in convex.api with type arguments of type Message -
Uses of Message in convex.net
Methods in convex.net that return MessageModifier and TypeMethodDescriptionstatic Message
Message.create(Connection peerConnection, ACell o)
static Message
Message.create(Connection peerConnection, MessageType type, ACell payload)
static Message
Message.createBelief(SignedData<Belief> sb)
static Message
Message.createChallenge(SignedData<ACell> challenge)
static Message
Message.createData(ACell o)
static Message
Message.createGoodBye(SignedData<ACell> peerKey)
static Message
Message.createResponse(SignedData<ACell> response)
Message.withConnection(Connection peerConnection)
Methods in convex.net that return types with arguments of type MessageMethods in convex.net with parameters of type MessageModifier and TypeMethodDescriptionvoid
protected void
ResultConsumer.handleResultMessage(Message m)
Method called when a result is received.boolean
Connection.sendMessage(Message msg)
Sends a message over this connectionMethod parameters in convex.net with type arguments of type MessageModifier and TypeMethodDescriptionstatic Connection
Connection.connect(InetSocketAddress hostAddress, Consumer<Message> receiveAction, AStore store)
Create a PeerConnection by connecting to a remote addressstatic Connection
Connection.connect(InetSocketAddress hostAddress, Consumer<Message> receiveAction, AStore store, AccountKey trustedPeerKey)
Create a Connection by connecting to a remote addressstatic Connection
Connection.connect(InetSocketAddress hostAddress, Consumer<Message> receiveAction, AStore store, AccountKey trustedPeerKey, int sendBufferSize, int receiveBufferSize)
Create a Connection by connecting to a remote addressstatic Connection
Connection.create(ByteChannel channel, Consumer<Message> receiveAction, AStore store, AccountKey trustedPeerKey)
Create a PeerConnection using an existing channel.static NIOServer
NIOServer.create(Server server, BlockingQueue<Message> receiveQueue)
Creates a new unlaunched NIO serverConstructor parameters in convex.net with type arguments of type Message -
Uses of Message in convex.peer
Methods in convex.peer that return types with arguments of type MessageMethods in convex.peer with parameters of type MessageModifier and TypeMethodDescriptionvoid
void
ConnectionManager.processChallenge(Message m, Peer thisPeer)