public class GetSentryHttpsConnection extends HttpConnection
DEFAULT_BASE_WAITING_TIME, DEFAULT_MAX_WAITING_TIME, SENTRY_PROTOCOL_VERSION| Constructor and Description |
|---|
GetSentryHttpsConnection(String projectId,
String publicKey,
String secretKey)
Creates an HTTP connection to the GetSentry server.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpsURLConnection |
getConnection() |
protected static URL |
getSentryUrl(String projectId) |
close, doSend, getSentryApiUrl, setBypassSecurity, setMarshaller, setTimeoutgetAuthHeader, send, setBaseWaitingTime, setMaxWaitingTimepublic GetSentryHttpsConnection(String projectId, String publicKey, String secretKey)
projectId - identifier of the project.publicKey - public key of the current project.secretKey - private key of the current project.protected HttpsURLConnection getConnection()
getConnection in class HttpConnectionCopyright © 2012–2013. All rights reserved.