116117118119120121122123124125126
} IPCInterface ipc = pi.getIPC(); try{ if ( ipc.canInvoke( "handleURLProtocol", new Object[]{ this, arg })){ input_stream = (InputStream)ipc.invoke( "handleURLProtocol", new Object[]{ this, arg }); }else{