StompBridgeResources.I_SELECTION_KEY_REMOTE_CLOSED, (key == null ? "":key.toString())));
if (key == null) return;
Object o = key.attachment();
if (o instanceof AttributeHolder) {
AttributeHolder attr = (AttributeHolder)o;
StompProtocolHandler sph = (StompProtocolHandler)attr.getAttribute(
StompProtocolFilter.STOMP_PROTOCOL_HANDLER_ATTR);
if (sph != null) {
_logger.log(Level.INFO, getStompBridgeResources().getString(
StompBridgeResources.I_CLOSE_STOMP_HANDLER,
(sph == null ?"":sph.toString()), (key == null ? "":key.toString())));