Uses of Interface
org.simpleframework.http.Path

Packages that use Path
org.simpleframework.http   
org.simpleframework.http.message   
org.simpleframework.http.parse   
 

Uses of Path in org.simpleframework.http
 

Methods in org.simpleframework.http that return Path
 Path RequestWrapper.getPath()
          This is used to acquire the path as extracted from the HTTP request URI.
 Path RequestLine.getPath()
          This is used to acquire the path as extracted from the HTTP request URI.
 Path Address.getPath()
          This is used to retrieve the path of this URI.
 

Uses of Path in org.simpleframework.http.message
 

Methods in org.simpleframework.http.message that return Path
 Path RequestConsumer.getPath()
          This is used to acquire the path as extracted from the the HTTP request URI.
 Path Header.getPath()
          This is used to acquire the path as extracted from the the HTTP request URI.
 

Uses of Path in org.simpleframework.http.parse
 

Classes in org.simpleframework.http.parse that implement Path
 class PathParser
          This is used to parse a path given as part of a URI.
 

Methods in org.simpleframework.http.parse that return Path
 Path AddressParser.getPath()
          This is used to retrieve the path of this URI.
 

Methods in org.simpleframework.http.parse with parameters of type Path
 void AddressParser.setPath(Path path)
          This will set the path to whatever value it is given.
 



Copyright © 2014. All Rights Reserved.