194195196197198199200
protected void doStop() throws Exception { getTcpServer().stop(); } protected TcpTransportServer createTcpServer() throws IOException, URISyntaxException { return new TcpTransportServer(this, getLocation(), getServerSocketFactory()); }