public class FeedbackConnectionConfiguration extends Object
FeedbackServiceConnection.| Constructor and Description |
|---|
FeedbackConnectionConfiguration()
Creates a new connection configuration object with all options set to their default values.
|
FeedbackConnectionConfiguration(FeedbackConnectionConfiguration configuration)
Creates a new connection configuration object with all options set to the values in the given connection
configuration object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getReadTimeout()
Returns the time, in seconds, after which this connection will be closed if no new expired tokens have been
received.
|
int |
hashCode() |
void |
setReadTimeout(int readTimeout)
Sets the time, in seconds, after which this connection will be closed if no new expired tokens have been
received.
|
public FeedbackConnectionConfiguration()
public FeedbackConnectionConfiguration(FeedbackConnectionConfiguration configuration)
configuration - the configuration object to copypublic int getReadTimeout()
public void setReadTimeout(int readTimeout)
readTimeout - the time, in seconds, after which this connection will be closed if no new expired tokens
have been received; must be positiveCopyright © 2013–2015 RelayRides. All rights reserved.