263264265266267268269270271272273
Thread.sleep(1000); }catch( Throwable e ){ throw( new PRUDPPacketHandlerException( "socks setup failed: " + Debug.getNestedExceptionMessage(e), e)); }finally{ if ( !ok ){
362363364365366367368369
throws PRUDPPacketHandlerException { if ( !destination.equals( target )){ throw( new PRUDPPacketHandlerException( "Destination mismatch" )); } }
455456457458459460461
byte[] data, InetSocketAddress target ) throws PRUDPPacketHandlerException { throw( new PRUDPPacketHandlerException( "not imp" )); }
504505506507508509510
openSession( InetSocketAddress target ) throws PRUDPPacketHandlerException { throw( new PRUDPPacketHandlerException( "not supported" )); }