Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractBuilder<ElementType,CreateType> - Class in com.mastfrog.util.builder
A basic implementation of the builder pattern.
AbstractBuilder() - Constructor for class com.mastfrog.util.builder.AbstractBuilder
 
add(PathElement) - Method in class com.mastfrog.url.URLBuilder
 
add(ElementType) - Method in class com.mastfrog.util.builder.AbstractBuilder
 
add(ElementType) - Method in interface com.mastfrog.util.builder.Builder
Add an element
add(String) - Method in class com.mastfrog.util.builder.AbstractBuilder
 
add(String) - Method in interface com.mastfrog.util.builder.Builder
Add an element as a string.
addDomain(Label) - Method in class com.mastfrog.url.URLBuilder
 
addDomain(String) - Method in class com.mastfrog.url.URLBuilder
 
addElement(PathElement) - Method in class com.mastfrog.url.URLBuilder
 
addElement(ElementType) - Method in class com.mastfrog.util.builder.AbstractBuilder
 
addPathElement(PathElement) - Method in class com.mastfrog.url.URLBuilder
 
addPathElement(String) - Method in class com.mastfrog.url.URLBuilder
 
addQueryPair(ParametersElement) - Method in class com.mastfrog.url.URLBuilder
 
addQueryPair(String, String) - Method in class com.mastfrog.url.URLBuilder
 
addQueryPairIfNotNullOrEmpty(String, String) - Method in class com.mastfrog.url.URLBuilder
 
addQueryPairs(Map<String, Object>, Function<Object, String>) - Method in class com.mastfrog.url.URLBuilder
 
addQueryPairs(Map<String, String>) - Method in class com.mastfrog.url.URLBuilder
 
allComponents() - Method in class com.mastfrog.url.URL
Get all components of this URL, drilling into nested components and not including their parents where necessary (as in Host, Path and Parameters).
AMPERSAND - Enum constant in enum com.mastfrog.url.ParametersDelimiter
 
Anchor - Class in com.mastfrog.url
 
Anchor(String) - Constructor for class com.mastfrog.url.Anchor
 
append(String) - Method in class com.mastfrog.url.Path
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Anchor
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Host
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Label
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Parameters
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.ParametersElement
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.ParsedParameters
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Path
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.PathElement
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.Port
 
appendTo(StringBuilder) - Method in enum com.mastfrog.url.Protocols
 
appendTo(StringBuilder) - Method in class com.mastfrog.url.URL
Append this URL to a StringBuilder, in normalized form.
appendTo(StringBuilder) - Method in interface com.mastfrog.url.URLComponent
Append this component to a StringBuilder.
appendTo(StringBuilder, boolean) - Method in class com.mastfrog.url.PathElement
 
appendTo(StringBuilder, ParametersDelimiter) - Method in class com.mastfrog.url.ParsedParameters
 
asInt() - Method in class com.mastfrog.url.Label
Deprecated.
Use asInt(hex) instead
asInt(boolean) - Method in class com.mastfrog.url.Label
Get an int value for this label, if it can be parsed, or -1 if not.

B

build() - Method in interface com.mastfrog.util.builder.Builder
 
builder() - Static method in class com.mastfrog.url.Host
 
builder() - Static method in class com.mastfrog.url.Parameters
 
builder() - Static method in class com.mastfrog.url.ParsedParameters
Create a builder to which ParametersElements may be added conveniently, to construct a Parameters object.
builder() - Static method in class com.mastfrog.url.Path
 
builder() - Static method in class com.mastfrog.url.URL
 
builder(Protocol) - Static method in class com.mastfrog.url.URL
 
builder(URL) - Static method in class com.mastfrog.url.URL
 
Builder<ElementType,CreateType,BuilderType extends Builder<ElementType,CreateType,BuilderType>> - Interface in com.mastfrog.util.builder
Basic abstraction for the builder pattern.

C

canonicalize() - Method in class com.mastfrog.url.Host
 
charValue() - Method in enum com.mastfrog.url.ParametersDelimiter
 
com.mastfrog.url - package com.mastfrog.url
URL API
com.mastfrog.util.builder - package com.mastfrog.util.builder
 
compareTo(ParametersElement) - Method in class com.mastfrog.url.ParametersElement
 
compareTo(URL) - Method in class com.mastfrog.url.URL
 
components() - Method in class com.mastfrog.url.URL
Get the components of this URL.
create() - Method in class com.mastfrog.url.URLBuilder
 
create() - Method in interface com.mastfrog.util.builder.Builder
Create an object.
createElement(String) - Method in class com.mastfrog.url.URLBuilder
 
createElement(String) - Method in class com.mastfrog.util.builder.AbstractBuilder
 

D

decodedKey() - Method in class com.mastfrog.url.ParametersElement
 
decodedValue() - Method in class com.mastfrog.url.ParametersElement
 

E

elements - Variable in class com.mastfrog.util.builder.AbstractBuilder
 
elements() - Method in class com.mastfrog.util.builder.AbstractBuilder
 
elideEmptyElements() - Method in class com.mastfrog.url.Path
 
EMPTY - Static variable in class com.mastfrog.url.ParametersElement
 
equals(Object) - Method in class com.mastfrog.url.Anchor
 
equals(Object) - Method in class com.mastfrog.url.Host
 
equals(Object) - Method in class com.mastfrog.url.HostAndPort
 
equals(Object) - Method in class com.mastfrog.url.Label
 
equals(Object) - Method in class com.mastfrog.url.ParametersElement
 
equals(Object) - Method in class com.mastfrog.url.ParsedParameters
 
equals(Object) - Method in class com.mastfrog.url.Path
 
equals(Object) - Method in class com.mastfrog.url.PathElement
 
equals(Object) - Method in class com.mastfrog.url.Port
 
equals(Object) - Method in class com.mastfrog.url.URL
Determine if the passed object is a URL and is an exact match for this URL.
extension() - Method in class com.mastfrog.url.PathElement
 
extensionEquals(String) - Method in class com.mastfrog.url.PathElement
 

F

FILE - Enum constant in enum com.mastfrog.url.Protocols
 
forName(String) - Static method in enum com.mastfrog.url.Protocols
 
fromFile(File) - Static method in class com.mastfrog.url.URL
Get a URL for a file on disk in file protocol.
fromJavaUrl(URL) - Static method in class com.mastfrog.url.URL
Convert a java.net.URL to URL.
FTP - Enum constant in enum com.mastfrog.url.Protocols
 

G

getAll(String) - Method in class com.mastfrog.url.ParsedParameters
 
getAnchor() - Method in class com.mastfrog.url.URL
Get the anchor, if any, of this URL, as in http://foo.com/index.html#anchor
getBaseURL(boolean) - Method in class com.mastfrog.url.URL
Get this URL in its typical browser-based form, omitting any query strings and username/password.
getChildPath() - Method in class com.mastfrog.url.Path
Get a Path which does not include the first element of this path.
getComponentName() - Method in class com.mastfrog.url.Anchor
 
getComponentName() - Method in class com.mastfrog.url.Host
 
getComponentName() - Method in class com.mastfrog.url.Label
 
getComponentName() - Method in class com.mastfrog.url.Parameters
 
getComponentName() - Method in class com.mastfrog.url.ParametersElement
 
getComponentName() - Method in class com.mastfrog.url.ParsedParameters
 
getComponentName() - Method in class com.mastfrog.url.Path
 
getComponentName() - Method in class com.mastfrog.url.PathElement
 
getComponentName() - Method in class com.mastfrog.url.Port
 
getComponentName() - Method in enum com.mastfrog.url.Protocols
 
getComponentName() - Method in class com.mastfrog.url.URL
 
getComponentName() - Method in interface com.mastfrog.url.URLComponent
Get a human-readable, localized name for this part of the URL.
getDefaultPort() - Method in interface com.mastfrog.url.Protocol
 
getDefaultPort() - Method in enum com.mastfrog.url.Protocols
 
getDelimiter() - Method in class com.mastfrog.url.ParsedParameters
 
getDomain() - Method in class com.mastfrog.url.Host
 
getElement(int) - Method in class com.mastfrog.url.Host
 
getElement(int) - Method in class com.mastfrog.url.Path
 
getElements() - Method in class com.mastfrog.url.Parameters
 
getElements() - Method in class com.mastfrog.url.ParsedParameters
 
getElements() - Method in class com.mastfrog.url.Path
Get the individual elements of this path.
getFirst(String) - Method in class com.mastfrog.url.ParsedParameters
 
getFirstDecoded(String) - Method in class com.mastfrog.url.ParsedParameters
 
getHost() - Method in class com.mastfrog.url.URL
Get the host portion, if any, of this URL, as in http://foo.com/index.html
getHostAndPort() - Method in class com.mastfrog.url.URL
Get an aggregate of the host and port.
getInvalidComponent() - Method in class com.mastfrog.url.URL
Get the first URLComponent which is not valid, if isValid() == false.
getKey() - Method in class com.mastfrog.url.ParametersElement
 
getLabel() - Method in class com.mastfrog.url.Label
Get the literal label.
getLabels() - Method in class com.mastfrog.url.Host
 
getLastElement() - Method in class com.mastfrog.url.Path
 
getName() - Method in interface com.mastfrog.url.Protocol
 
getName() - Method in enum com.mastfrog.url.Protocols
 
getParameters() - Method in class com.mastfrog.url.URL
Get the parameters of this query, if any, as in http://foo.com/stuff/index.html?foo=bar;bar=baz&baz=boo#anchor
getParentDomain() - Method in class com.mastfrog.url.Host
 
getParentPath() - Method in class com.mastfrog.url.Path
Get the parent of this path.
getParentURL() - Method in class com.mastfrog.url.URL
Get a URL to the parent path of this URL, stripping out any parameters or anchor.
getPassword() - Method in class com.mastfrog.url.URL
Get the user-name portion of this URL, as in http://tim:password@foo.com/stuff/index.html
getPath() - Method in class com.mastfrog.url.URL
Get the path, if any, of this URL, as in http://foo.com:332/stuff/index.html?foo=bar;bar=baz;#anchor
getPathAndQuery() - Method in class com.mastfrog.url.URL
 
getPort() - Method in class com.mastfrog.url.URL
Get the port, if any, of this URL.
getProblems() - Method in class com.mastfrog.url.Host
 
getProblems() - Method in class com.mastfrog.url.URL
 
getProtocol() - Method in class com.mastfrog.url.URL
Get the protocol, if any, of this URL, as in http://foo.com/stuff/index.html.
getTopLevelDomain() - Method in class com.mastfrog.url.Host
 
getURLEncoding() - Static method in class com.mastfrog.url.URL
 
getUserName() - Method in class com.mastfrog.url.URL
Get the user-name portion of this URL, as in http://tim:password@foo.com/stuff/index.html
getValue() - Method in class com.mastfrog.url.ParametersElement
 

H

hashCode() - Method in class com.mastfrog.url.Anchor
 
hashCode() - Method in class com.mastfrog.url.Host
 
hashCode() - Method in class com.mastfrog.url.HostAndPort
 
hashCode() - Method in class com.mastfrog.url.Label
 
hashCode() - Method in class com.mastfrog.url.ParametersElement
 
hashCode() - Method in class com.mastfrog.url.ParsedParameters
 
hashCode() - Method in class com.mastfrog.url.Path
 
hashCode() - Method in class com.mastfrog.url.PathElement
 
hashCode() - Method in class com.mastfrog.url.Port
 
hashCode() - Method in class com.mastfrog.url.URL
 
host - Variable in class com.mastfrog.url.HostAndPort
 
host() - Method in class com.mastfrog.url.HostAndPort
 
Host - Class in com.mastfrog.url
An internet host such as a host name or IP address.
Host(boolean, Label...) - Constructor for class com.mastfrog.url.Host
 
Host(Label...) - Constructor for class com.mastfrog.url.Host
 
HostAndPort - Class in com.mastfrog.url
Aggregate object for a host and port.
HostAndPort(Host, Port) - Constructor for class com.mastfrog.url.HostAndPort
 
HostAndPort(String, int) - Constructor for class com.mastfrog.url.HostAndPort
 
HTTP - Enum constant in enum com.mastfrog.url.Protocols
 
HTTPS - Enum constant in enum com.mastfrog.url.Protocols
 

I

intValue() - Method in class com.mastfrog.url.Port
Get the integer value of this port
INVALID - Static variable in interface com.mastfrog.url.Protocol
 
isChildOf(Path) - Method in class com.mastfrog.url.Path
Determine if this path is a path to a child of the passed path.
isDomain(String) - Method in class com.mastfrog.url.Host
 
isEmpty() - Method in class com.mastfrog.url.Label
 
isHex() - Method in class com.mastfrog.url.Label
 
isInsecureVersionOf(Protocol) - Method in interface com.mastfrog.url.Protocol
 
isInsecureVersionOf(Protocol) - Method in enum com.mastfrog.url.Protocols
 
isIpAddress() - Method in class com.mastfrog.url.Host
 
isIpV4Address() - Method in class com.mastfrog.url.Host
 
isIpV6Address() - Method in class com.mastfrog.url.Host
 
isKnownProtocol() - Method in interface com.mastfrog.url.Protocol
 
isKnownProtocol() - Method in enum com.mastfrog.url.Protocols
 
isKnownProtocol() - Method in class com.mastfrog.url.URL
Returns true if this protocol of this URL is a well-known protocol.
isLocalhost() - Method in class com.mastfrog.url.Host
 
isNetworkProtocol() - Method in interface com.mastfrog.url.Protocol
 
isNetworkProtocol() - Method in enum com.mastfrog.url.Protocols
 
isNumeric() - Method in class com.mastfrog.url.Label
 
isParentOf(Path) - Method in class com.mastfrog.url.Path
Determine if this path is a path to a parent of the passed path.
isProbableFileReference() - Method in class com.mastfrog.url.Path
Determine if this path is probably a reference to a file (last element contains a .
isProbableFileReference() - Method in class com.mastfrog.url.PathElement
 
isProbableFileReference() - Method in class com.mastfrog.url.URL
Determine if this URL is inferred to refer to a file, not a folder.
isSameDomain(String) - Method in class com.mastfrog.url.URL
Determine if the domain is the same as the passed internet domain.
isSecure() - Method in interface com.mastfrog.url.Protocol
 
isSecure() - Method in enum com.mastfrog.url.Protocols
 
isSecure() - Method in class com.mastfrog.url.URL
Returns true if the protocol is non-null, is a known protocol, and the protocol is known to use SSL.
isSecureVersionOf(Protocol) - Method in interface com.mastfrog.url.Protocol
 
isSecureVersionOf(Protocol) - Method in enum com.mastfrog.url.Protocols
 
isValid() - Method in class com.mastfrog.url.Anchor
 
isValid() - Method in class com.mastfrog.url.Host
 
isValid() - Method in class com.mastfrog.url.HostAndPort
 
isValid() - Method in class com.mastfrog.url.Label
 
isValid() - Method in class com.mastfrog.url.Parameters
 
isValid() - Method in class com.mastfrog.url.ParametersElement
 
isValid() - Method in class com.mastfrog.url.ParsedParameters
 
isValid() - Method in class com.mastfrog.url.Path
 
isValid() - Method in class com.mastfrog.url.PathElement
 
isValid() - Method in class com.mastfrog.url.Port
Determine if this is a valid port according to specification (i.e.
isValid() - Method in enum com.mastfrog.url.Protocols
 
isValid() - Method in class com.mastfrog.url.URL
Determine if this URL is a legal URL according to the relevant RFCs.
isValid() - Method in interface com.mastfrog.url.URLComponent
Determine if this component is in compliance with the RFCs governing URLs and DNS.
isValidIpComponent() - Method in class com.mastfrog.url.Label
 
isValidIpV4Component() - Method in class com.mastfrog.url.Label
 
isValidIpV6Component() - Method in class com.mastfrog.url.Label
 
iterator() - Method in class com.mastfrog.url.Host
 
iterator() - Method in class com.mastfrog.url.ParsedParameters
 
iterator() - Method in class com.mastfrog.url.Path
 

L

Label - Class in com.mastfrog.url
One Label in a Host - i.e.
Label(String) - Constructor for class com.mastfrog.url.Label
 
lastElement() - Method in class com.mastfrog.url.Path
 
lastElementMatches(CharSequence) - Method in class com.mastfrog.url.Path
Returns true if the last path element is a textual match for the passed CharSequence, considering case.
lastElementMatches(CharSequence, boolean) - Method in class com.mastfrog.url.Path
Returns true if the last path element is a textual match for the passed CharSequence, ignoring case if the passed boolean flag is true.
length() - Method in class com.mastfrog.url.Host
 
length() - Method in class com.mastfrog.url.Label
 

M

match(Protocol) - Method in enum com.mastfrog.url.Protocols
 
match(String) - Method in interface com.mastfrog.url.Protocol
 
match(String) - Method in enum com.mastfrog.url.Protocols
 
merge(Path...) - Static method in class com.mastfrog.url.Path
Merge an array of paths together

N

normalize() - Method in class com.mastfrog.url.Path
Normalize a path, resolving .. elements.

O

onAfterAdd(ElementType) - Method in class com.mastfrog.util.builder.AbstractBuilder
 
onBeforeAdd(ElementType) - Method in class com.mastfrog.util.builder.AbstractBuilder
Hook which can be overridden when an element is added.

P

Parameters - Class in com.mastfrog.url
 
ParametersDelimiter - Enum in com.mastfrog.url
A query delimiter in a URL.
ParametersElement - Class in com.mastfrog.url
One key/value pair in the query portion of a URL.
ParametersElement(String, String) - Constructor for class com.mastfrog.url.ParametersElement
 
parse(String) - Static method in class com.mastfrog.url.Host
 
parse(String) - Static method in class com.mastfrog.url.Parameters
 
parse(String) - Static method in class com.mastfrog.url.ParametersElement
 
parse(String) - Static method in class com.mastfrog.url.ParsedParameters
 
parse(String) - Static method in class com.mastfrog.url.Path
Parse a path in the format element1/element2/element3
parse(String) - Static method in class com.mastfrog.url.URL
Parse a URL from a string.
parse(String, boolean) - Static method in class com.mastfrog.url.Path
 
ParsedParameters - Class in com.mastfrog.url
The Parameters portion of a URL, e.g.
http://timboudreau.com/foo.html?foo=bar&bar=baz#something
ParsedParameters(ParametersDelimiter, ParametersElement...) - Constructor for class com.mastfrog.url.ParsedParameters
 
ParsedParameters(ParametersElement...) - Constructor for class com.mastfrog.url.ParsedParameters
 
Path - Class in com.mastfrog.url
The path portion of a URL.
Path(PathElement...) - Constructor for class com.mastfrog.url.Path
 
PathElement - Class in com.mastfrog.url
One element of a URL's path.
PathElement(String) - Constructor for class com.mastfrog.url.PathElement
 
PathElement(String, boolean) - Constructor for class com.mastfrog.url.PathElement
 
PathElement(String, boolean, boolean) - Constructor for class com.mastfrog.url.PathElement
 
port - Variable in class com.mastfrog.url.HostAndPort
 
port() - Method in class com.mastfrog.url.HostAndPort
 
Port - Class in com.mastfrog.url
A TCP port.
Port(int) - Constructor for class com.mastfrog.url.Port
 
Port(String) - Constructor for class com.mastfrog.url.Port
 
prepend(String) - Method in class com.mastfrog.url.Path
 
Protocol - Interface in com.mastfrog.url
The protocol portion of a URL (e.g.
Protocols - Enum in com.mastfrog.url
Enum of standard URL protocols.

R

replace(String, String) - Method in class com.mastfrog.url.Path
Create a new path, replacing any path elements that exactly match the passed string with new elements that match the replacement.

S

SEMICOLON - Enum constant in enum com.mastfrog.url.ParametersDelimiter
 
setAnchor(Anchor) - Method in class com.mastfrog.url.URLBuilder
 
setAnchor(String) - Method in class com.mastfrog.url.URLBuilder
 
setHost(Host) - Method in class com.mastfrog.url.URLBuilder
 
setHost(String) - Method in class com.mastfrog.url.URLBuilder
 
setPassword(String) - Method in class com.mastfrog.url.URLBuilder
 
setPath(Path) - Method in class com.mastfrog.url.URLBuilder
 
setPath(String) - Method in class com.mastfrog.url.URLBuilder
 
setPort(int) - Method in class com.mastfrog.url.URLBuilder
 
setProtocol(Protocol) - Method in class com.mastfrog.url.URLBuilder
 
setProtocol(String) - Method in class com.mastfrog.url.URLBuilder
 
setQuery(Parameters) - Method in class com.mastfrog.url.URLBuilder
 
setQueryDelimiter(ParametersDelimiter) - Method in class com.mastfrog.url.URLBuilder
 
setUserName(String) - Method in class com.mastfrog.url.URLBuilder
 
simpleEquals(URL) - Method in class com.mastfrog.url.URL
Determine if this URL points to the same file on the same host, ignoring username/password, anchor and parameters.
size() - Method in class com.mastfrog.url.Host
 
size() - Method in class com.mastfrog.url.ParsedParameters
 
size() - Method in class com.mastfrog.url.Path
Get the number of elements in this path.
size() - Method in class com.mastfrog.util.builder.AbstractBuilder
 
stripAnchor() - Method in class com.mastfrog.url.URL
Create a version of this URL minus its anchor.
stripQuery() - Method in class com.mastfrog.url.URL
Create a version of this URL minus its parameters.

T

toIntArray() - Method in class com.mastfrog.url.Host
 
toJavaURL() - Method in class com.mastfrog.url.URL
 
toParsedParameters() - Method in class com.mastfrog.url.Parameters
 
toSimpleURL() - Method in class com.mastfrog.url.URL
Creates a version of this URL minus its username, password, query and anchor.
toString() - Method in class com.mastfrog.url.Anchor
 
toString() - Method in class com.mastfrog.url.Host
 
toString() - Method in class com.mastfrog.url.HostAndPort
 
toString() - Method in class com.mastfrog.url.Label
 
toString() - Method in class com.mastfrog.url.ParametersElement
 
toString() - Method in class com.mastfrog.url.ParsedParameters
 
toString() - Method in class com.mastfrog.url.Path
 
toString() - Method in class com.mastfrog.url.PathElement
 
toString() - Method in class com.mastfrog.url.Port
 
toString() - Method in enum com.mastfrog.url.Protocols
 
toString() - Method in class com.mastfrog.url.URL
Get this URL in normalized form as a string.
toString() - Method in class com.mastfrog.url.URLBuilder
 
toString(ParametersDelimiter) - Method in class com.mastfrog.url.ParsedParameters
 
toStringArray() - Method in class com.mastfrog.url.Path
 
toStringWithLeadingSlash() - Method in class com.mastfrog.url.Path
Create a string version of this path, prepending a leading slash if necessary.
toUnescapedForm() - Method in class com.mastfrog.url.URL
 
toURI() - Method in class com.mastfrog.url.Path
 
toURI() - Method in class com.mastfrog.url.URL
 
toURIWithLeadingSlash() - Method in class com.mastfrog.url.Path
 
toURLDecodedPath() - Method in class com.mastfrog.url.Path
 

U

unescaped() - Method in class com.mastfrog.url.ParsedParameters
 
URL - Class in com.mastfrog.url
Represents an internet URL.
URLBuilder - Class in com.mastfrog.url
Factory class for constructing URL objects w/ validation.
URLBuilder() - Constructor for class com.mastfrog.url.URLBuilder
 
URLBuilder(Protocol) - Constructor for class com.mastfrog.url.URLBuilder
 
URLBuilder(URL) - Constructor for class com.mastfrog.url.URLBuilder
 
URLComponent - Interface in com.mastfrog.url
One element of a URL, such as a Host, Port, Password, Path, PathElement, Parameters or ParametersElement.

V

valueOf(String) - Static method in enum com.mastfrog.url.ParametersDelimiter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mastfrog.url.Protocols
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mastfrog.url.ParametersDelimiter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mastfrog.url.Protocols
Returns an array containing the constants of this enum type, in the order they are declared.

W

withParameter(String, String) - Method in class com.mastfrog.url.URL
 
withProtocol(Protocol) - Method in class com.mastfrog.url.URL
 
WS - Enum constant in enum com.mastfrog.url.Protocols
 
WSS - Enum constant in enum com.mastfrog.url.Protocols
 
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form