| Package | Description |
|---|---|
| net.kencochrane.raven | |
| net.kencochrane.raven.connection |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
DefaultRavenFactory.createAsyncConnection(Dsn dsn,
Connection connection)
Encapsulates an already existing connection in an
AsyncConnection and get the async options from the
Sentry DSN. |
protected Connection |
DefaultRavenFactory.createConnection(Dsn dsn)
Creates a connection to the given DSN by determining the protocol.
|
protected Connection |
DefaultRavenFactory.createHttpConnection(Dsn dsn)
Creates an HTTP connection to the Sentry server.
|
protected Connection |
DefaultRavenFactory.createUdpConnection(Dsn dsn)
Creates an UDP connection to the Sentry server.
|
Connection |
Raven.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
DefaultRavenFactory.createAsyncConnection(Dsn dsn,
Connection connection)
Encapsulates an already existing connection in an
AsyncConnection and get the async options from the
Sentry DSN. |
void |
Raven.setConnection(Connection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnection
Abstract connection to a Sentry server.
|
class |
AsyncConnection
Asynchronous usage of a connection.
|
class |
HttpConnection
Basic connection to a Sentry server, using HTTP and HTTPS.
|
class |
UdpConnection
Connection to a Sentry server through an UDP connection.
|
| Constructor and Description |
|---|
AsyncConnection(Connection actualConnection,
ExecutorService executorService)
Creates a connection which will rely on an executor to send events.
|
Copyright © 2012–2014. All rights reserved.