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