Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Friday, February 26, 2010

Android API

I've found one more black hole in Android platform code.

It is java.net.Socket.

Unfortunately, current implementation doesn't fully support a proxy.
Class has the next constructor public Socket(Proxy proxy).
There are tree types of proxy: DIRECT, SOCKS, HTTP.

Friday, January 15, 2010

Java amazing things

I've come across with the very interesting thing in Java language.
Example below illustrates that.