Currently we are using URLConnection from java.net and this should be removed and more abstract approach should be taken while making connection in RemoteConnection class.
///todos
remove var connection: URLConnection this field from RemoteConnection
Currently we are using
URLConnection
fromjava.net
and this should be removed and more abstract approach should be taken while making connection inRemoteConnection
class.///todos
var connection: URLConnection
this field fromRemoteConnection
RemoteConnection
open to inheritance.