544545546547548549550551552553554
} } // Send the message. try { transport.oneway(command); stateTracker.trackBack(command); } catch (IOException e) { // If the command was not tracked.. we will retry in // this method
114115116117118119120121122123124
} Transport n = next; if (n != null) { // sync access to underlying transport buffer synchronized (sendLock) { n.oneway(command); } } } }
121122123124125126127128129130131
if (trace) { TRACE_BYTES.trace("Sending: \n{}", command); } Transport n = next; if (n != null) { n.oneway(command); } } @Override public X509Certificate[] getPeerCertificates() {
660661662663664665666667668669670
} } // Send the message. try { transport.oneway(command); stateTracker.trackBack(command); if (command.isShutdownInfo()) { shuttingDown = true; } } catch (IOException e) {
438439440441442443444445446447448
93949596979899100101102103
if (trace) { TRACE.trace("Sending: \n" + command); } Transport n = next; if (n != null) { n.oneway(command); } } public boolean isTrace() { return trace;
100101102103104105106107108109110
653654655656657658659660661662663
477478479480481482483484485486487