Class AbstractParsedURLProtocolHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String protocol  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractParsedURLProtocolHandler​(java.lang.String protocol)
      Constrcut a ProtocolHandler for protocol
    • Field Detail

      • protocol

        protected java.lang.String protocol
    • Constructor Detail

      • AbstractParsedURLProtocolHandler

        public AbstractParsedURLProtocolHandler​(java.lang.String protocol)
        Constrcut a ProtocolHandler for protocol
    • Method Detail

      • getProtocolHandled

        public java.lang.String getProtocolHandled()
        Returns the protocol to be handled by this class. The protocol must _always_ be the part of the URL before the first ':'.
        Specified by:
        getProtocolHandled in interface ParsedURLProtocolHandler