Interface HttpURLConnectionListenerFactory
public interface HttpURLConnectionListenerFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnewConnectionListener(String logId) Create a new connection listener for a specific request
-
Field Details
-
PROP_HTTP_URL_CONNECTION_LISTENER_FACTORY
- See Also:
-
-
Method Details
-
newConnectionListener
Create a new connection listener for a specific request- Parameters:
logId- The log id for the request- Returns:
- The connection listener
-