Uses of Class
convex.net.AConnection
Packages that use AConnection
-
Uses of AConnection in convex.api
Fields in convex.api declared as AConnectionModifier and TypeFieldDescriptionprotected AConnection
ConvexRemote.connection
Current Connection to a Peer, may be null or a closed connection.Methods in convex.api with parameters of type AConnectionModifier and TypeMethodDescriptionprotected void
ConvexRemote.setConnection
(AConnection conn) Sets the current Connection for this Remote Client -
Uses of AConnection in convex.net
Methods in convex.net with parameters of type AConnectionModifier and TypeMethodDescriptionboolean
ChallengeRequest.send
(AConnection connection, Peer peer) Sends out a single challenge to the remote peer. -
Uses of AConnection in convex.peer
Methods in convex.peer with parameters of type AConnectionModifier and TypeMethodDescriptionvoid
ConnectionManager.requestChallenge
(AccountKey toPeerKey, AConnection connection, Peer thisPeer) Sends out a challenge to a connection that is not trusted.