Package com.wowza.wms.mediacache.impl
Interface IMediaCacheItemHTTPReaderFactory2
- 
- All Superinterfaces:
- com.wowza.util.IGenericPoolFactory<IMediaCacheHTTPByteReader>,- IMediaCacheItemHTTPReaderFactory
 
 public interface IMediaCacheItemHTTPReaderFactory2 extends IMediaCacheItemHTTPReaderFactory 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSecure()Get is connection SSL/TLSvoidsetSecure(boolean secure)Set is connection SSL/TLS- 
Methods inherited from interface com.wowza.wms.mediacache.impl.IMediaCacheItemHTTPReaderFactoryaddProperties, createInstance, destroyInstance, getConnectionTimeout, getMediaCacheItem, getPort, getReadRetries, getReadTimeout, getReceiveBufferSize, getSendBufferSize, init, isRequestFullURL, setConnectionTimeout, setDestinationAddress, setMediaCacheItem, setPort, setProxyAddress, setReadRetries, setReadTimeout, setReceiveBufferSize, setRequestFullURL, setSendBufferSize
 
- 
 
-