javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/connection/M2GUrlTokenizer.java
changeset 87 1627c337e51e
parent 56 abc41079b313
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
     1 /*
     1 /*
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   193     }
   193     }
   194 
   194 
   195     /**
   195     /**
   196      * Resolve URL according to existing base url and
   196      * Resolve URL according to existing base url and
   197      * the given relative url
   197      * the given relative url
   198      * TODO: Should be resolved by using RFC 2396
   198      * Should be resolved by using RFC 2396
   199      * @aRelativeUrl Relative URL.
   199      * @aRelativeUrl Relative URL.
   200      * @return Resolved URL
   200      * @return Resolved URL
   201      */
   201      */
   202     public String resolveUrl(String aRelativeUrl)
   202     public String resolveUrl(String aRelativeUrl)
   203     {
   203     {