Class CompleteURLEncoder


  • public class CompleteURLEncoder
    extends Object
    This class caters for encoding of url strings for the following protocols: - file - http (see RFC 2396 for reference)

    The url strings passed in are converted into Java URI objects as it automatically does the encoding. Note we cannot simply use Java's URLEncoder as it is only for HTML form encoding and does not cater for the entire url.