Connector that manager low level connection and protocol bewteen server and client. Develper can provide their own connector to switch the low level prototol, such as tcp or probuf.
Decode client message package.
Package format: message id: 4bytes big-endian integer route length: 1byte route: route length bytes body: the rest bytes
message object
Start connector to listen the specified port
Stop connector
Connector that manager low level connection and protocol bewteen server and client. Develper can provide their own connector to switch the low level prototol, such as tcp or probuf.