Class MavenProtocolHandler.MvnProtocolHandlerService

  • All Implemented Interfaces:
    org.osgi.service.url.URLStreamHandlerService
    Enclosing class:
    MavenProtocolHandler

    private class MavenProtocolHandler.MvnProtocolHandlerService
    extends org.osgi.service.url.AbstractURLStreamHandlerService
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private EquinoxServiceFactory serviceFactory  
      • Fields inherited from class org.osgi.service.url.AbstractURLStreamHandlerService

        realHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.URLConnection openConnection​(java.net.URL url)  
      • Methods inherited from class org.osgi.service.url.AbstractURLStreamHandlerService

        equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
      • Methods inherited from class java.net.URLStreamHandler

        openConnection, parseURL
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • openConnection

        public java.net.URLConnection openConnection​(java.net.URL url)
        Specified by:
        openConnection in interface org.osgi.service.url.URLStreamHandlerService
        Specified by:
        openConnection in class org.osgi.service.url.AbstractURLStreamHandlerService