Class Swift_NullTransport

InheritanceSwift_NullTransport » Swift_Transport_NullTransport
ImplementsSwift_Transport

Pretends messages have been sent, but just ignores them.

Public Methods

Hide inherited methods

MethodDescriptionDefined 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

__construct() public method

Create a new NullTransport.

public void __construct ( )
newInstance() public static method

Create a new NullTransport instance.

public static Swift_NullTransport newInstance ( )