Package com.wowza.wms.mediacache.impl
Interface IMediaCacheItemHTTPReaderFactory2
- All Superinterfaces:
com.wowza.util.IGenericPoolFactory<IMediaCacheHTTPByteReader>
,IMediaCacheItemHTTPReaderFactory
-
Method Summary
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
-
Method Details
-
isSecure
boolean isSecure()Get is connection SSL/TLS- Returns:
- Is connection SSL/TLS
-
setSecure
void setSecure(boolean secure) Set is connection SSL/TLS- Parameters:
secure
- Is connection SSL/TLS
-