public class ProtonTransportOptions extends Object
| Constructor and Description |
|---|
ProtonTransportOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHeartbeat()
Return the heartbeat as maximum delay between sending frames for the remote peers.
|
int |
hashCode() |
ProtonTransportOptions |
setHeartbeat(int heartbeat)
Set the heartbeat as maximum delay between sending frames for the remote peers.
|
public ProtonTransportOptions setHeartbeat(int heartbeat)
heartbeat - hearthbeat maximum delaypublic int getHeartbeat()
Copyright © 2017. All rights reserved.