Interface NetworkCallback
-
- All Implemented Interfaces:
public interface NetworkCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidcall(HttpConnecting connection)Callback method invoked with the HttpConnectioninstance once the connection is established.-
-
Method Detail
-
call
abstract void call(HttpConnecting connection)
Callback method invoked with the
HttpConnectioninstance once the connection is established.- Parameters:
connection- HttpConnecting instance
-
-
-
-