| Package | Description |
|---|---|
| net.kencochrane.raven |
| 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 Marshaller |
DefaultRavenFactory.createMarshaller(Dsn dsn)
Creates a JSON marshaller that will convert every
Event in a format
handled by the Sentry server. |
abstract Raven |
RavenFactory.createRavenInstance(Dsn dsn)
Creates an instance of Raven given a DSN.
|
Raven |
DefaultRavenFactory.createRavenInstance(Dsn dsn) |
protected Connection |
DefaultRavenFactory.createUdpConnection(Dsn dsn)
Creates an UDP connection to the Sentry server.
|
static Raven |
RavenFactory.ravenInstance(Dsn dsn)
Creates an instance of Raven using the provided DSN.
|
static Raven |
RavenFactory.ravenInstance(Dsn dsn,
String ravenFactoryName)
Creates an instance of Raven using the provided DSN and the specified factory.
|
Copyright © 2012–2014. All rights reserved.