230231232233234235236237
throw IOExceptionSupport.create(e); } } protected void connectHandlers(TcpTransport transport) throws Exception { StompHandler inputHandler = stompHandlerFactory.createStompHandler(transport); transport.setInputHandler(inputHandler); }