130131132133134135136137138139140
try { synchronized (sslSession) { if (sslSession.isAppOutputReady()) { conn.produceOutput(this.handler); } sslSession.outboundTransport(); } } catch (IOException ex) { this.handler.exception(conn, ex); sslSession.shutdown(); }
128129130131132133134135136137138
132133134135136137138139140141142
239240241242243244245246247248249
try { if (sslSession.isAppOutputReady()) { conn.produceOutput(this.handler); } sslSession.outboundTransport(); } catch (IOException ex) { this.handler.exception(conn, ex); sslSession.shutdown(); } }
230231232233234235236237238239240
try { if (sslSession.isAppOutputReady()) { conn.produceOutput(this.handler); } sslSession.outboundTransport(); } catch (final IOException ex) { this.handler.exception(conn, ex); sslSession.shutdown(); } }
96979899100101102103104105106
} else { try { if (ssliosession.isAppOutputReady()) { conn.produceOutput(this.handler); } ssliosession.outboundTransport(); } catch (IOException ex) { this.handler.exception(conn, ex); ssliosession.shutdown(); } }