Class Swift_NullTransport
| Inheritance | Swift_NullTransport » Swift_Transport_NullTransport |
|---|---|
| Implements | Swift_Transport |
Pretends messages have been sent, but just ignores them.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Create a new NullTransport. | Swift_NullTransport |
| isStarted() | Tests if this Transport mechanism has started. | Swift_Transport_NullTransport |
| newInstance() | Create a new NullTransport instance. | Swift_NullTransport |
| registerPlugin() | Register a plugin. | Swift_Transport_NullTransport |
| send() | Sends the given message. | Swift_Transport_NullTransport |
| start() | Starts this Transport mechanism. | Swift_Transport_NullTransport |
| stop() | Stops this Transport mechanism. | Swift_Transport_NullTransport |
Method Details
Create a new NullTransport.
| public void __construct ( ) |
Create a new NullTransport instance.
| public static Swift_NullTransport newInstance ( ) |