Class ProtocolPath

java.lang.Object
septogeddon.pluginquery.http.ProtocolPath

public class ProtocolPath extends Object
The HTTP path
  • Constructor Details

    • ProtocolPath

      public ProtocolPath(String url)
  • Method Details

    • length

      public int length()
      The length of the path
      Returns:
      length
    • get

      public String get(int index)
      Get a file/directory in specified index
      Parameters:
      index - the index
      Returns:
      path name
    • toArray

      public String[] toArray()
      Get the paths
      Returns:
    • getQuery

      public ProtocolQuery getQuery()
      Get the query
      Returns: