| Interface | Description |
|---|---|
| HttpRequestHeader |
A list of common request header constants of the HTTP protocol.
|
| HttpResponseHeader |
A list of common response header constants of the HTTP protocol.
|
| 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. |
| HttpRequestBuilder |
A builder for
Net.HttpRequests. |
| 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. |
| NetJavaServerSocketImpl |
Server socket implementation using java.net.ServerSocket.
|
| NetJavaSocketImpl |
Socket implementation using java.net.Socket.
|
| ServerSocketHints |
Options for
ServerSocket instances. |
| SocketHints |
Options for
Socket instances. |