public class URLConnectionDispatcher extends Object
Modifier and Type | Method and Description |
---|---|
void |
addListener(URLConnectionListener listener) |
void |
clearListeners() |
void |
fireURLConnectionIntercepted(InterceptingURLConnection interceptingUrlConnection) |
static URLConnectionDispatcher |
getInstance() |
boolean |
hasListeners() |
void |
removeListener(URLConnectionListener listener) |
public static URLConnectionDispatcher getInstance()
public void addListener(URLConnectionListener listener)
public void removeListener(URLConnectionListener listener)
public void fireURLConnectionIntercepted(InterceptingURLConnection interceptingUrlConnection)
public boolean hasListeners()
public void clearListeners()
Copyright © 2019. All rights reserved.