| Interface | Description |
|---|---|
| Connection |
Connection to a Sentry server, allowing to send captured events.
|
| Class | Description |
|---|---|
| AbstractConnection |
Abstract connection to a Sentry server.
|
| AsyncConnection |
Asynchronous usage of a connection.
|
| HttpConnection |
Basic connection to a Sentry server, using HTTP and HTTPS.
|
| UdpConnection |
Connection to a Sentry server through an UDP connection.
|
| Exception | Description |
|---|---|
| ConnectionException |
Exception thrown by a
Connection if something went wrong temporarily. |
Copyright © 2012–2014. All rights reserved.