/* 257 */ this.running = true;
/* 258 */ this.handlingResponse = true;
/* */ try
/* */ {
/* 261 */ BufferedOutputStream bos = new BufferedOutputStream(this.socket.getOutputStream());
/* 262 */ this.out = new OptimizedObjectOutputStream(bos);
/* 263 */ this.out.flush();
/* 264 */ BufferedInputStream bis = new BufferedInputStream(this.socket.getInputStream());
/* 265 */ this.in = new OptimizedObjectInputStream(bis);
/* */ }
/* */ catch (Exception e)