java.lang.Object
swim.uri.UriParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsolute(UriScheme scheme, UriAuthority authority, UriPath path, UriQuery query, UriFragment fragment) swim.codec.Parser<Uri>swim.codec.Parser<UriAuthority>swim.codec.Parser<UriFragment>swim.codec.Parser<UriHost>swim.codec.Parser<UriHost>swim.codec.Parser<UriHost>swim.codec.Parser<Uri>parseAbsolute(swim.codec.Input input) parseAbsoluteString(String string) swim.codec.Parser<UriAuthority>parseAuthority(swim.codec.Input input) parseAuthorityString(String string) swim.codec.Parser<UriFragment>parseFragment(swim.codec.Input input) parseFragmentString(String string) swim.codec.Parser<UriHost>parseHost(swim.codec.Input input) swim.codec.Parser<UriHost>parseHostAddress(swim.codec.Input input) swim.codec.Parser<UriHost>parseHostLiteral(swim.codec.Input input) parseHostString(String string) swim.codec.Parser<UriPath>parsePath(swim.codec.Input input) swim.codec.Parser<UriPath>parsePath(swim.codec.Input input, UriPathBuilder builder) parsePathString(String string) swim.codec.Parser<UriPort>parsePort(swim.codec.Input input) parsePortString(String string) swim.codec.Parser<UriQuery>parseQuery(swim.codec.Input input) swim.codec.Parser<UriQuery>parseQuery(swim.codec.Input input, UriQueryBuilder builder) parseQueryString(String string) swim.codec.Parser<UriScheme>parseScheme(swim.codec.Input input) parseSchemeString(String string) swim.codec.Parser<UriUser>parseUser(swim.codec.Input input) parseUserString(String string) swim.codec.Parser<UriPath>swim.codec.Parser<UriPath>pathParser(UriPathBuilder builder) port(int number) swim.codec.Parser<UriPort>swim.codec.Parser<UriQuery>swim.codec.Parser<UriQuery>queryParser(UriQueryBuilder builder) swim.codec.Parser<UriScheme>swim.codec.Parser<UriUser>
-
Constructor Details
-
UriParser
public UriParser()
-
-
Method Details
-
absolute
public Uri absolute(UriScheme scheme, UriAuthority authority, UriPath path, UriQuery query, UriFragment fragment) -
scheme
-
authority
-
user
-
hostName
-
hostIPv4
-
hostIPv6
-
port
-
pathEmpty
-
pathBuilder
-
queryBuilder
-
fragment
-
absoluteParser
-
parseAbsolute
-
parseAbsoluteString
-
schemeParser
-
parseScheme
-
parseSchemeString
-
authorityParser
-
parseAuthority
-
parseAuthorityString
-
userParser
-
parseUser
-
parseUserString
-
hostParser
-
parseHost
-
parseHostString
-
hostAddressParser
-
parseHostAddress
-
hostLiteralParser
-
parseHostLiteral
-
portParser
-
parsePort
-
parsePortString
-
pathParser
-
pathParser
-
parsePath
-
parsePath
-
parsePathString
-
queryParser
-
queryParser
-
parseQuery
-
parseQuery
-
parseQueryString
-
fragmentParser
-
parseFragment
-
parseFragmentString
-