| java.lang.Object org.mortbay.jetty.HttpURI
HttpURI | public class HttpURI (Code) | | Http URI.
Parse a HTTP URI from a string or byte array. Given a URI
http://user@host:port/path/info;param?query#fragment
this class will split it into the following undecoded optional elements:
|
_authority | int _authority(Code) | | |
_partial | boolean _partial(Code) | | |
HttpURI | public HttpURI(boolean parsePartialAuth)(Code) | | Parameters: parsePartialAuth - If True, parse auth without prior scheme, else treat all URIs starting with / as paths |
HttpURI | public HttpURI(byte[] raw, int offset, int length)(Code) | | |
clear | public void clear()(Code) | | |
getPort | public int getPort()(Code) | | |
parse | public void parse(byte[] raw, int offset, int length)(Code) | | |
|
|