7475767778798081828384
} sentResponse.processHeader(); if( log.isTraceEnabled() ) sentResponse.dump("received response "); if( msg != sentResponse ) { log.error( "Error, in JNI mode the msg used for receive() must be identical with the one used for send()"); }
7778798081828384858687
7677787980818283848586
117118119120121122123124125126127
7576777879808182838485
119120121122123124125126127128129
} sentResponse.processHeader(); if( log.isLoggable(Level.FINEST) ) sentResponse.dump("received response "); if( msg != sentResponse ) { log.severe( "Error, in JNI mode the msg used for receive() must be identical with the one used for send()"); }