@Override
public void onStart(WebSocketContext context) throws IOException
{
_in = new HmtpReader(context.getInputStream());
_out = new HmtpWriter(context.getOutputStream());
_linkStream = new HempMemoryQueue(_out, _broker.getBrokerStream(), 1);
_linkService = new ServerLinkService(_linkStream, _broker, _authManager,
_ipAddress, false);
_brokerStream = _linkService.getBrokerStream();