]> git.mxchange.org Git - hub.git/commit
Continued with rewrites:
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 22:24:38 +0000 (00:24 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:50:03 +0000 (18:50 +0200)
commita4bdb3426b511616b47cad562cc2ef7c75c1a98d
treead62df5a49734291fc393b32dde86ce566d4b836
parent6b0b553e124bf498dea02289ab70d74e4e87fd2f
Continued with rewrites:
- introduced HubInterface which holds all public methods from BaseHubSystem
- added HttpClient stuff (unfinished) from core project as this is no longer
  generic
- other stuff

Signed-off-by: Roland Häder <roland@mxchange.org>
40 files changed:
application/hub/classes/class_BaseHubSystem.php
application/hub/classes/client/.htaccess [new file with mode: 0644]
application/hub/classes/client/http/.htaccess [new file with mode: 0644]
application/hub/classes/client/http/class_HttpClient.p [new file with mode: 0644]
application/hub/classes/client/http/class_HttpClient.ph [new file with mode: 0644]
application/hub/classes/client/http/class_HttpClient.php [new file with mode: 0644]
application/hub/classes/factories/client/.htaccess [new file with mode: 0644]
application/hub/classes/factories/client/class_ClientFactory.php [new file with mode: 0644]
application/hub/classes/listener/class_BaseListener.php
application/hub/classes/listener/tcp/class_TcpListener.php
application/hub/classes/listener/udp/class_UdpListener.php
application/hub/interfaces/apt-proxy/class_AptProxy.php
application/hub/interfaces/blocks/class_Minable.php
application/hub/interfaces/chat/class_Chatter.php
application/hub/interfaces/class_HubInterface.php [new file with mode: 0644]
application/hub/interfaces/consumer/class_Consumer.php
application/hub/interfaces/container/socket/class_StorableSocket.php
application/hub/interfaces/crawler/class_Crawler.php
application/hub/interfaces/cruncher/class_CruncherHelper.php
application/hub/interfaces/decoder/class_Decodeable.php
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/executor/class_Executor.php
application/hub/interfaces/locator/class_LocateableNode.php
application/hub/interfaces/lookup/class_Lookupable.php
application/hub/interfaces/miner/class_MinerHelper.php
application/hub/interfaces/package/assembler/class_Assembler.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/interfaces/package/class_Receivable.php
application/hub/interfaces/package/fragmenter/class_Fragmentable.php
application/hub/interfaces/pool/class_Poolable.php
application/hub/interfaces/pool/peer/class_PoolablePeer.php
application/hub/interfaces/producer/class_Producer.php
application/hub/interfaces/recipient/class_Recipient.php
application/hub/interfaces/resolver/class_ProtocolResolver.php
application/hub/interfaces/scanner/class_Scanner.php
application/hub/interfaces/shareable/info/class_ShareableInfo.php
application/hub/interfaces/socket/class_SocketTag.php
application/hub/interfaces/source/class_Source.php
application/hub/interfaces/tags/class_Tagable.php
application/hub/interfaces/work_units/class_UnitHelper.php