@BetaApi public class NullTransport extends Transport
| Modifier and Type | Method and Description |
|---|---|
static NullTransport |
create() |
List<BackgroundResource> |
getBackgroundResources()
The objects that need to be closed in order to clean up the resources created in the process of
creating this Transport.
|
String |
getTransportName()
The name of the transport.
|
public static NullTransport create()
public String getTransportName()
TransportThis string can be used for identifying transports for switching logic.
getTransportName in class Transportpublic List<BackgroundResource> getBackgroundResources()
TransportgetBackgroundResources in class Transport