241242243244245246247248249250251
try { if (sslSession.isAppOutputReady()) { conn.produceOutput(this.handler); } sslSession.outboundTransport(); } catch (IOException ex) { this.handler.exception(conn, ex); sslSession.shutdown(); } }
244245246247248249250251252253254
258259260261262263264265266267268
230231232233234235236237238239240
242243244245246247248249250251252