@ApiStatus.Internal public final class NoOpTransport extends java.lang.Object implements ITransport
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static NoOpTransport |
getInstance() |
boolean |
isRetryAfter(java.lang.String type) |
TransportResult |
send(SentryEnvelope envelope) |
public static NoOpTransport getInstance()
public boolean isRetryAfter(java.lang.String type)
isRetryAfter in interface ITransportpublic TransportResult send(SentryEnvelope envelope) throws java.io.IOException
send in interface ITransportjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException