Package us.ihmc.mockets

Provides the classes for implementing networking applications using the Mocket communication library.

See:
          Description

Interface Summary
MocketStatusListener This interface defines methods to be used by the Mocket to periodically notify the listeners about the mocket status.
 

Class Summary
Mocket The main class for a client application to use the Mockets communication library.
MocketChannel  
MocketInputStream  
MocketOutputStream  
Params Class to be used to encapsulate the communication parameters into a single object.
ServerMocket The main class for a server application to use the Mockets communication library.
StreamMocket The Mocket class represents an endpoint of a mobile socket connection.
StreamServerMocket The ServerMocket class represents an endpoint for mockets that is capable of receiving incoming connections.
 

Package us.ihmc.mockets Description

Provides the classes for implementing networking applications using the Mocket communication library. Mockets is a transport-level library designed to be used by applications instead of TCP/UDP. Mockets provides several advanced features that make it well suited for using it in wireless networking environments.

Features of the Mocket communication library

Examples

Several application examples can be found in the package us.ihmc.mockets.test.

Related Documentation

The Mockets communication library is written in C++, with wrappers in Java (using JNI) and C# (using Managed C++).

See Also:
"Getting Started With Mockets.doc"