Home
last modified time | relevance | path

Searched defs:receiveResponse (Results 1 – 18 of 18) sorted by relevance

/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/blocks/
H A DRspCollector.java10 void receiveResponse(Object response_value, Address sender); in receiveResponse() method
H A DUnicastRequest.java74 public void receiveResponse(Object response_value, Address sender) { in receiveResponse() method in UnicastRequest
H A DGroupRequest.java114 public void receiveResponse(Object response_value, Address sender) { in receiveResponse() method in GroupRequest
H A DMultiRequest.java128 public void receiveResponse(Object response_value, Address sender) { in receiveResponse() method in MultiRequest
H A DRequest.java127 public abstract void receiveResponse(Object response_value, Address sender); in receiveResponse() method in Request
/dports/security/nmap/nmap-7.91/nselib/
H A Dupnp.lua130 receiveResponse = function( self ) function
/dports/www/aria2/aria2-1.36.0/src/
H A DHttpConnection.cc148 std::unique_ptr<HttpResponse> HttpConnection::receiveResponse() in receiveResponse() function in aria2::HttpConnection
H A DFtpConnection.cc360 int FtpConnection::receiveResponse() in receiveResponse() function in aria2::FtpConnection
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/
H A Dreceiver.go135 func (r *receiveHandler) receiveResponse(rpc *rpcResponseMessage) (err error) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/common/src/test/java/com/google/i18n/addressinput/common/
H A DCacheDataTest.java78 void receiveResponse() { in receiveResponse() method in CacheDataTest.MockAsyncRequest
/dports/devel/hs-git-annex/git-annex-8.20210903/Backend/
H A DExternal.hs177 :: ExternalAddonProcess
181 receiveResponse p handleresponse handleexceptional = function
/dports/net/kea/kea-2.0.1/src/bin/dhcp4/tests/
H A Ddhcp4_client.cc427 Dhcp4Client::receiveResponse() { in receiveResponse() function in isc::dhcp::test::Dhcp4Client
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DHTTPClientSession.cpp293 std::istream& HTTPClientSession::receiveResponse(HTTPResponse& response) in receiveResponse() function in Poco::Net::HTTPClientSession
/dports/devel/indi/indi-1.9.1/drivers/filter_wheel/
H A Dxagyl_wheel.cpp751 bool XAGYLWheel::receiveResponse(char * res, bool optional) in receiveResponse() function in XAGYLWheel
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/tests/
H A Ddhcp6_client.cc926 Dhcp6Client::receiveResponse() { in receiveResponse() function in isc::dhcp::test::Dhcp6Client
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/ipc/
H A DClient.java838 private void receiveResponse() { in receiveResponse() method in Client.Connection
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/balancer/
H A DBalancer.java388 private void receiveResponse(DataInputStream in) throws IOException { in receiveResponse() method in Balancer.PendingBlockMove
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/balancer/
H A DDispatcher.java356 private void receiveResponse(DataInputStream in) throws IOException { in receiveResponse() method in Dispatcher.PendingMove