public interface URIParser
Modifier and Type | Interface and Description |
---|---|
static class |
URIParser.AbstractParseListener
Null implementation of
URIParser.ParseListener . |
static interface |
URIParser.ParseListener
Callback interface for use with
parse(java.lang.String, net.grinder.util.http.URIParser.ParseListener) . |
Modifier and Type | Method and Description |
---|---|
void |
parse(String uri,
URIParser.ParseListener listener)
Parse a URI.
|
void parse(String uri, URIParser.ParseListener listener)
uri
- The URI.listener
- Callback interface.Copyright © 2000-2014. All Rights Reserved.