Snippets tagged “networking”
2 snippets use this tag.
- How can I fix 'android.os.NetworkOnMainThreadException'?Java
The android.os.NetworkOnMainThreadException is a runtime exception that is thrown when an application attempts to perform a networking operation on the main thread.
- java.net.ConnectException: Connection refusedJava
The java.net.ConnectException: Connection refused exception is thrown when an application tries to connect to a remote host, but the connection is refused by the host. This can happen for several reasons, such as: