Package com.mastfrog.url
Interface Protocol
- All Superinterfaces:
Serializable,URLComponent
- All Known Implementing Classes:
Protocols
The protocol portion of a URL (e.g. "http"). See the enum
Protocols for standard
protocols.
Note: Any external implementation of this class should implement equals and
hash code test equality of getName() without case-sensitivity.
- Author:
- Tim Boudreau
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisInsecureVersionOf(Protocol other) booleanbooleanbooleanisSecure()booleanisSecureVersionOf(Protocol other) booleanMethods inherited from interface com.mastfrog.url.URLComponent
appendTo, getComponentName, isValid