7879808182838485868788
} @Override public void protocolSelected(String protocol) { try { protocolListener.selected(protocol); } catch (Throwable t) { PlatformDependent.throwException(t); } } });
9293949596979899100101102
} @Override public void selected(String protocol) { try { protocolListener.selected(protocol); } catch (Throwable t) { PlatformDependent.throwException(t); } }