X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Flistener%2Fclass_;h=f4ac2cb03b0b11f0d9da4f5853454700081303b2;hb=1a97bd3eff556623099970d5a548fb24ecb4408b;hp=d09db71d6875060a0304a470513ded8806f11496;hpb=3bf7a368ab63fcdd3602d21f5be2467e2c23d501;p=core.git diff --git a/inc/main/classes/listener/class_ b/inc/main/classes/listener/class_ index d09db71d..f4ac2cb0 100644 --- a/inc/main/classes/listener/class_ +++ b/inc/main/classes/listener/class_ @@ -30,6 +30,9 @@ class ???Listener extends BaseListener implements Listenable { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); + + // Set the protocol to !!! + $this->setProtocolName('!!!'); } /** @@ -85,24 +88,6 @@ class ???Listener extends BaseListener implements Listenable { $this->partialStub('Need to implement this method.') { } - /** - * Getter for listen address - * - * @return $listenAddress The address this listener should listen on - */ - public function getListenAddress () { - $this->partialStub('Need to implement this method.') { - } - - /** - * Getter for listen port - * - * @return $listenPort The port this listener should listen on - */ - public function getListenPort () { - $this->partialStub('Need to implement this method.') { - } - /** * Getter for connection type * @@ -111,15 +96,6 @@ class ???Listener extends BaseListener implements Listenable { public function getConnectionType () { $this->partialStub('Need to implement this method.') { } - - /** - * Getter for peer pool instance - * - * @return $poolInstance The peer pool instance we shall set - */ - public function getPoolInstance () { - $this->partialStub('Need to implement this method.') { - } } // [EOF]