Interface | Description |
---|---|
HttpConnection.SocketMaker | |
IRemoteServer |
Class | Description |
---|---|
ChunkedDataInputStream | |
ChunkedDataOutputStream | |
HttpConnection |
Use this class to create an HttpConnection with a Web Server and to read
in the data for the connection.
|
HttpConnectionTask |
This class automates all processes required to handle an HttpRequest, including
redirections.
|
Link |
A link is just a String that specifies a URL or hyperlink or even a File name.
|
Net | |
Net.NetUtils | |
NetworkInterface |
This class represents a Network interface, usually for the local machine.
|
RemoteConnection |
This class is used by each client application to communicate
with the local running RemoteServer.
|
RemoteServer |
This is the class that implements the EveSync connection.
|
URL |
Exception | Description |
---|---|
HttpConnection.ConnectionNotAllowedException |
This is thrown by getRedirectedConnection() or by makeNewSocket() if the
HttpConnection determines that a connection to the new URL is not allowed.
|