Package | Description |
---|---|
io.sentry.connection |
Modifier and Type | Method and Description |
---|---|
void |
LockdownManager.setState(ConnectionException connectionException)
Enable lockdown if it's not already enabled, using the recommended time
from the provided
ConnectionException , if any. |
Modifier and Type | Method and Description |
---|---|
protected void |
OutputStreamConnection.doSend(Event event) |
protected void |
NoopConnection.doSend(Event event) |
protected void |
HttpConnection.doSend(Event event) |
protected abstract void |
AbstractConnection.doSend(Event event)
Sends an event to the Sentry server.
|
void |
Connection.send(Event event)
Sends an event to the Sentry server.
|
void |
AbstractConnection.send(Event event) |
Copyright © 2012–2017. All rights reserved.