Uses of Interface
com.mastfrog.url.Protocol
Packages that use Protocol
-
Uses of Protocol in com.mastfrog.url
Classes in com.mastfrog.url that implement ProtocolFields in com.mastfrog.url declared as ProtocolMethods in com.mastfrog.url that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolURL.getProtocol()Get the protocol, if any, of this URL, as inhttp://foo.com/stuff/index.html.Methods in com.mastfrog.url with parameters of type ProtocolModifier and TypeMethodDescriptionstatic URLBuilderbooleanProtocol.isInsecureVersionOf(Protocol other) booleanProtocols.isInsecureVersionOf(Protocol other) booleanProtocol.isSecureVersionOf(Protocol other) booleanProtocols.isSecureVersionOf(Protocol other) booleanURLBuilder.setProtocol(Protocol protocol) URL.withProtocol(Protocol protocol) Constructors in com.mastfrog.url with parameters of type Protocol