Interface | Description |
---|---|
ServerSocket |
A server socket that accepts new incoming connections, returning
Socket instances. |
Socket |
A client socket that talks to a server socket via some
Net.Protocol . |
Class | Description |
---|---|
HttpParametersUtils |
Provides utility methods to work with the
Net.HttpRequest content and parameters. |
HttpStatus |
This implementation is widely based Apache's HttpStatus which uses license (Apache license 2.0) -
http://www.apache.org/licenses/LICENSE-2.0 For more information on the Apache Software Foundation, please see
|
NetJavaImpl |
Implements part of the
Net API using HttpURLConnection , to be easily reused between the Android and Desktop
backends. |
ServerSocketHints |
Options for
ServerSocket instances. |
SocketHints |
Options for
Socket instances. |