Class SubscriptionConnectionParams
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- com.apollographql.apollo.subscription.SubscriptionConnectionParams
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class SubscriptionConnectionParams extends java.util.HashMap<java.lang.String,java.lang.Object>Represents connection parameters to be sent after connection with subscription server is established. Note: provided connection parameters will be sent as JSON string.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionConnectionParams()SubscriptionConnectionParams(java.util.Map<? extends java.lang.String,?> m)
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-