Class StreamWebRoot

java.lang.Object
org.apache.catalina.util.LifecycleBase
org.apache.catalina.util.LifecycleMBeanBase
org.apache.catalina.webresources.StandardRoot
io.antmedia.webresource.StreamWebRoot
All Implemented Interfaces:
MBeanRegistration, org.apache.catalina.JmxEnabled, org.apache.catalina.Lifecycle, org.apache.catalina.WebResourceRoot

public class StreamWebRoot extends org.apache.catalina.webresources.StandardRoot
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.catalina.Lifecycle

    org.apache.catalina.Lifecycle.SingleUse

    Nested classes/interfaces inherited from interface org.apache.catalina.WebResourceRoot

    org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy, org.apache.catalina.WebResourceRoot.CacheStrategy, org.apache.catalina.WebResourceRoot.ResourceSetType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
     

    Fields inherited from class org.apache.catalina.webresources.StandardRoot

    sm

    Fields inherited from interface org.apache.catalina.Lifecycle

    AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.catalina.WebResource
     
    org.apache.catalina.WebResource
     
    boolean
     

    Methods inherited from class org.apache.catalina.webresources.StandardRoot

    addClassResources, addJarResources, addPostResources, addPreResources, backgroundProcess, createMainResourceSet, createWebResourceSet, createWebResourceSet, deregisterTrackedResource, destroyInternal, gc, getAllowLinking, getArchiveIndexStrategy, getArchiveIndexStrategyEnum, getBaseUrls, getCacheMaxSize, getCacheObjectMaxSize, getCacheStrategy, getCacheTtl, getClassLoaderResource, getClassLoaderResources, getClassResources, getContext, getDomainInternal, getJarResources, getObjectNameKeyProperties, getPostResources, getPreResources, getResource, getResourceInternal, getResources, getResourcesInternal, getTrackedResources, getTrackLockedFiles, initInternal, isCachingAllowed, isPackedWarFile, list, listResources, listResources, listWebAppPaths, mkdir, processWebInfLib, registerTrackedResource, registerURLStreamHandlerFactory, setAllowLinking, setArchiveIndexStrategy, setCacheMaxSize, setCacheObjectMaxSize, setCacheStrategy, setCacheTtl, setCachingAllowed, setContext, setMainResources, setTrackLockedFiles, startInternal, stopInternal, write

    Methods inherited from class org.apache.catalina.util.LifecycleMBeanBase

    getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister, unregister

    Methods inherited from class org.apache.catalina.util.LifecycleBase

    addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.catalina.Lifecycle

    addLifecycleListener, destroy, findLifecycleListeners, getState, getStateName, init, removeLifecycleListener, start, stop
  • Field Details

    • streamingResource

      boolean streamingResource
  • Constructor Details

    • StreamWebRoot

      public StreamWebRoot()
  • Method Details

    • getResource

      public org.apache.catalina.WebResource getResource(String path)
      Specified by:
      getResource in interface org.apache.catalina.WebResourceRoot
      Overrides:
      getResource in class org.apache.catalina.webresources.StandardRoot
    • getResourceDefault

      public org.apache.catalina.WebResource getResourceDefault(String path)
    • isStreamingResource

      public boolean isStreamingResource()