AuthenticatedEchoClient |
Connects to the echo server and sends messages to be echoed back. |
AuthenticatedEchoServer |
A simple authenticated server, using a static authentication algorithm. |
AutoConfiguredServer |
Shows how to use automatic configuration to simplify client connections using the new Trap 1.2 API. |
ConfiguredClient |
Similar to the configured server, this sample shows how to tweak a client's configuration. |
ConfiguredServer |
This example focuses on tweaking a server's configuration. |
EchoClient |
Connects to the echo server and sends messages to be echoed back. |
EchoServer |
This example provides a simple echo server. |
MultiplexedClient |
Showcases how to use Trap Channels to send multiple data flows at the same time. |
MultiplexedServer |
A server capable of echoing to the MultiplexedClient. |
OnAccept |
Interface to be implemented by the object responsible for dealing with new incoming Trap connections. |
OnClose |
Interface for delegates that wish to know when the endpoint has closed (changed state to CLOSED). |
OnData |
Implement this interface to handle data callbacks from Trap Endpoints. |
OnError |
Interface for delegates to be notified that an error has occurred in the Trap Endpoint. |
OnFailedSending |
Implement this interface to receive notifications when Trap has failed sending some data. |
OnObject |
Optional interface to be implemented by applications that wish to use the optimised loopback transport. |
OnOpen |
Specifies a delegate that should be called once the endpoint changes state to OPEN. |
OnSleep |
Interface for delegates interesting when the endpoint goes into the SLEEPING state. |
OnStateChange |
Implement this interface to receive callbacks when the Trap Endpoint changes its state. |
OnWakeup |
Interface for delegates to be notified when a TrapEndpoint wakes up (changes state from SLEEPING to OPEN) |
TLSEchoServer |
This example provides a simple echo server. |
TLSInsecureEchoClient |
Connects to the echo server and sends messages to be echoed back. |
TLSInsecureEchoServer |
This example provides a simple echo server. |
TrapEndpointDelegate |
Convenience interface for implemting a delegate for OnData , OnStateChange and OnFailedSending
. |
TrapListenerDelegate |
This interface is deprecated.
Renamed to OnAccept in the new delegates package.
|