JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
H
I
N
P
R
S
U
V
C
com.rollbar.sender
- package com.rollbar.sender
ConnectionFailedException
- Exception in
com.rollbar.sender
Represents a failure to send a payload because of a connection failure.
ConnectionFailedException(URL, String, Exception)
- Constructor for exception com.rollbar.sender.
ConnectionFailedException
Constructor
D
DEFAULT_API_ENDPOINT
- Static variable in class com.rollbar.sender.
PayloadSender
If you don't set the url this is the URL that gets used.
E
errorMessage()
- Method in class com.rollbar.sender.
RollbarResponse
Get the error message returned by rollbar if not successful.
F
failure(RollbarResponseCode, String)
- Static method in class com.rollbar.sender.
RollbarResponse
The static factory method for a failed post to Rollbar
fromInt(int)
- Static method in enum com.rollbar.sender.
RollbarResponseCode
Get a Response Code from the integer value returned by the HTTP request.
H
handleResponse(RollbarResponse)
- Method in interface com.rollbar.sender.
RollbarResponseHandler
I
instanceUrl()
- Method in class com.rollbar.sender.
RollbarResponse
Get the URL of the instance, given the UUID returned by Rollbar.
InvalidResponseCodeException
- Exception in
com.rollbar.sender
Represents an unexpected return value from the Rollbar API.
InvalidResponseCodeException(int)
- Constructor for exception com.rollbar.sender.
InvalidResponseCodeException
Constructor
isSuccessful()
- Method in class com.rollbar.sender.
RollbarResponse
N
notSent()
- Static method in class com.rollbar.sender.
RollbarResponse
The static factory method for a payload that wasn't sent because it was filtered.
P
PayloadSender
- Class in
com.rollbar.sender
Sends payloads (synchronously) to Rollbar.
PayloadSender()
- Constructor for class com.rollbar.sender.
PayloadSender
Default constructor, sends to the public api endpoint.
PayloadSender(String)
- Constructor for class com.rollbar.sender.
PayloadSender
Constructor
R
response(String)
- Method in enum com.rollbar.sender.
RollbarResponseCode
Create a
RollbarResponse
from a response code, with a message.
RollbarResponse
- Class in
com.rollbar.sender
The RollbarResponse is the response received from Rollbar after sending a report.
RollbarResponseCode
- Enum in
com.rollbar.sender
Represents expected response codes from POSTing an item to Rollbar
RollbarResponseHandler
- Interface in
com.rollbar.sender
S
send(Payload)
- Method in class com.rollbar.sender.
PayloadSender
Sends the json (rollbar payload) to the endpoint configured in the constructor.
send(Payload, RollbarResponseHandler)
- Method in class com.rollbar.sender.
PayloadSender
send(Payload)
- Method in interface com.rollbar.sender.
Sender
Send the payload to Rollbar returning the response
send(Payload, RollbarResponseHandler)
- Method in interface com.rollbar.sender.
Sender
Send the json payload, handle the response with an object
Sender
- Interface in
com.rollbar.sender
Senders can send JSON string payloads to Rollbar.
statusCode()
- Method in class com.rollbar.sender.
RollbarResponse
Get the HTTP status code (as a RollbarResponseCode).
success(String)
- Static method in class com.rollbar.sender.
RollbarResponse
The static factory method for a successful post to Rollbar
U
uuid()
- Method in class com.rollbar.sender.
RollbarResponse
Get the UUID of the occurrence, if the post was successful.
V
value()
- Method in exception com.rollbar.sender.
InvalidResponseCodeException
Get the unexpected value.
valueOf(String)
- Static method in enum com.rollbar.sender.
RollbarResponseCode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.rollbar.sender.
RollbarResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
E
F
H
I
N
P
R
S
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.