Class that defines a protocol handler class and is able to create instances of it. More...
#include <protocolHandler.hpp>
Public Member Functions | |
virtual const char * | protocol () const =0 |
Get the name of the protocol implemented. More... | |
virtual ProtocolHandler * | createProtocolHandler ()=0 |
Create an instance of this protocol handler. More... | |
Class that defines a protocol handler class and is able to create instances of it.
|
pure virtual |
Create an instance of this protocol handler.
|
pure virtual |
Get the name of the protocol implemented.
Copyright © 2014 - Project Wolframe - All Rights Reserved