Uses of Class
convex.api.ConvexRemote
Packages that use ConvexRemote
-
Uses of ConvexRemote in convex.api
Methods in convex.api that return ConvexRemoteModifier and TypeMethodDescriptionstatic ConvexRemoteConvex.connect(InetSocketAddress hostAddress) Creates an anonymous connection to a Peer, suitable for queriesstatic ConvexRemoteConvex.connect(InetSocketAddress peerAddress, Address address, AKeyPair keyPair) Create a Convex client by connecting to the specified Peer using the given key pairstatic ConvexRemoteConvexRemote.connect(InetSocketAddress peerAddress) static ConvexRemoteConvexRemote.connectNetty(InetSocketAddress sa) static ConvexRemoteConvexRemote.connectNIO(InetSocketAddress sa) Methods in convex.api with parameters of type ConvexRemoteModifier and TypeMethodDescriptionstatic AcquirorAcquiror.create(Hash hash, AStore store, ConvexRemote source) Constructors in convex.api with parameters of type ConvexRemote