Package ewe.net

Class Summary
ClientServerConnector This can be used to easily create a Client/Server connection over TCP/IP or through the EweSync RemoteConnection.
DatagramPacket A DatagramPacket is used to hold data that is sent from or received by a DatagramSocket.
DatagramSocket A DatagramSocket is used for sending/receiving datagram (connectionless) IP packets (UDP).
HttpConnection Use this class to create an HttpConnection with a Web Server and to read in the data for the connection.
InetAddress An InetAddress represents a host name and IP address.
Link A link is just a String that specifies a URL or hyperlink or even a File name.
ServerSocket A server socket is used to wait for incoming TCP/IP connections.
Socket A Socket is used to make a TCP/IP streaming connection to a remote host.
SocketBase  
SocketMaker This can interactively create a Socket or ServerSocket for connection to a server or client.
TestSocket This is used to test socket connection and data transfer on the local machine.
URL This final class represents an Internet Uniform Resource Locator (URL).
URLConnection This Class has not yet been implemented. However the HttpConnection class does implement the Http protocol and you can use that class to perform GET or POST operations to an Http server.
URLStreamHandler  
 

Exception Summary
BindException  
MalformedURLException This exception indicates that a URL passed to an object was not in a valid format.
SocketException  
UnknownHostException