Interface | Description |
---|---|
Connection |
Connection to a Sentry server, allowing to send captured events.
|
EventSampler |
Used by
HttpConnection to decide whether a specific event should actually be
send to the server or not. |
EventSendCallback |
Callback that is called upon success or failure while attempting to
send events to the Sentry server.
|
Class | Description |
---|---|
AbstractConnection |
Abstract connection to a Sentry server.
|
AsyncConnection |
Asynchronous usage of a connection.
|
BufferedConnection | |
HttpConnection |
Basic connection to a Sentry server, using HTTP and HTTPS.
|
LockdownManager |
Abstracts the connection lockdown logic (and state) to a single place so that
it's easier to understand.
|
NoopConnection |
Connection that drops events.
|
OutputStreamConnection |
Connection using StdOut to sent marshalled events.
|
ProxyAuthenticator |
Proxy authenticator.
|
RandomEventSampler |
Decide whether
Event s should be sent to the server by applying a
sample rate to random bits from the Event's ID. |
Exception | Description |
---|---|
ConnectionException |
Exception thrown by a
Connection if something went wrong temporarily. |
LockedDownException |
Exception thrown when attempting to send Events while in a lockdown.
|
Copyright © 2012–2017. All rights reserved.