Class WebDavServerModule_ProvideContextHandlerCollectionFactory

  • All Implemented Interfaces:
    dagger.internal.Factory<org.eclipse.jetty.server.handler.ContextHandlerCollection>, javax.inject.Provider<org.eclipse.jetty.server.handler.ContextHandlerCollection>

    @Generated(value="dagger.internal.codegen.ComponentProcessor",
               comments="https://google.github.io/dagger")
    public final class WebDavServerModule_ProvideContextHandlerCollectionFactory
    extends java.lang.Object
    implements dagger.internal.Factory<org.eclipse.jetty.server.handler.ContextHandlerCollection>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static WebDavServerModule_ProvideContextHandlerCollectionFactory create​(org.cryptomator.frontend.webdav.WebDavServerModule module, javax.inject.Provider<org.eclipse.jetty.servlet.ServletContextHandler> catchAllServletHandlerProvider)  
      org.eclipse.jetty.server.handler.ContextHandlerCollection get()  
      static org.eclipse.jetty.server.handler.ContextHandlerCollection provideInstance​(org.cryptomator.frontend.webdav.WebDavServerModule module, javax.inject.Provider<org.eclipse.jetty.servlet.ServletContextHandler> catchAllServletHandlerProvider)  
      static org.eclipse.jetty.server.handler.ContextHandlerCollection proxyProvideContextHandlerCollection​(org.cryptomator.frontend.webdav.WebDavServerModule instance, org.eclipse.jetty.servlet.ServletContextHandler catchAllServletHandler)  
      • Methods inherited from class java.lang.Object

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

      • WebDavServerModule_ProvideContextHandlerCollectionFactory

        public WebDavServerModule_ProvideContextHandlerCollectionFactory​(org.cryptomator.frontend.webdav.WebDavServerModule module,
                                                                         javax.inject.Provider<org.eclipse.jetty.servlet.ServletContextHandler> catchAllServletHandlerProvider)
    • Method Detail

      • get

        public org.eclipse.jetty.server.handler.ContextHandlerCollection get()
        Specified by:
        get in interface javax.inject.Provider<org.eclipse.jetty.server.handler.ContextHandlerCollection>
      • provideInstance

        public static org.eclipse.jetty.server.handler.ContextHandlerCollection provideInstance​(org.cryptomator.frontend.webdav.WebDavServerModule module,
                                                                                                javax.inject.Provider<org.eclipse.jetty.servlet.ServletContextHandler> catchAllServletHandlerProvider)
      • proxyProvideContextHandlerCollection

        public static org.eclipse.jetty.server.handler.ContextHandlerCollection proxyProvideContextHandlerCollection​(org.cryptomator.frontend.webdav.WebDavServerModule instance,
                                                                                                                     org.eclipse.jetty.servlet.ServletContextHandler catchAllServletHandler)