Uses of Interface
com.biglybt.core.dht.transport.DHTTransportStoreReply
-
Packages that use DHTTransportStoreReply Package Description com.biglybt.core.dht.control.impl com.biglybt.core.dht.transport com.biglybt.core.dht.transport.util -
-
Uses of DHTTransportStoreReply in com.biglybt.core.dht.control.impl
Classes in com.biglybt.core.dht.control.impl that implement DHTTransportStoreReply Modifier and Type Class Description protected static class
DHTControlImpl.DHTTransportStoreReplyImpl
Methods in com.biglybt.core.dht.control.impl that return DHTTransportStoreReply Modifier and Type Method Description DHTTransportStoreReply
DHTControlImpl. storeRequest(DHTTransportContact originating_contact, byte[][] keys, DHTTransportValue[][] value_sets)
-
Uses of DHTTransportStoreReply in com.biglybt.core.dht.transport
Methods in com.biglybt.core.dht.transport that return DHTTransportStoreReply Modifier and Type Method Description DHTTransportStoreReply
DHTTransportRequestHandler. storeRequest(DHTTransportContact contact, byte[][] keys, DHTTransportValue[][] value_sets)
-
Uses of DHTTransportStoreReply in com.biglybt.core.dht.transport.util
Methods in com.biglybt.core.dht.transport.util that return DHTTransportStoreReply Modifier and Type Method Description DHTTransportStoreReply
DHTTransportRequestCounter. storeRequest(DHTTransportContact contact, byte[][] keys, DHTTransportValue[][] value_sets)
-