|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_111) on Mon Jan 30 21:16:49 BRST 2017 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_65) on Mon Jan 30 21:29:45 PST 2017 --> |
6 | 6 | <title>PNConfiguration (pubnub-gson 4.4.1 API)</title> |
7 | 7 | <meta name="date" content="2017-01-30"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
@@ -195,7 +195,6 @@ <h3>Method Summary</h3> |
195 | 195 | <td class="colFirst"><code>int</code></td> |
196 | 196 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/pubnub/api/PNConfiguration.html#getNonSubscribeRequestTimeout--">getNonSubscribeRequestTimeout</a></span>()</code> |
197 | 197 | <div class="block">Reference on number of seconds which is used by client during non-subscription operations to |
198 | | - |
199 | 198 | check whether response potentially failed with 'timeout' or not.</div> |
200 | 199 | </td> |
201 | 200 | </tr> |
@@ -361,7 +360,6 @@ <h3>Method Summary</h3> |
361 | 360 | <td class="colFirst"><code><a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a></code></td> |
362 | 361 | <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/pubnub/api/PNConfiguration.html#setNonSubscribeRequestTimeout-int-">setNonSubscribeRequestTimeout</a></span>(int nonSubscribeRequestTimeout)</code> |
363 | 362 | <div class="block">Reference on number of seconds which is used by client during non-subscription operations to |
364 | | - |
365 | 363 | check whether response potentially failed with 'timeout' or not.</div> |
366 | 364 | </td> |
367 | 365 | </tr> |
@@ -527,7 +525,6 @@ <h4>getOrigin</h4> |
527 | 525 | <pre>@Generated(value="lombok") |
528 | 526 | public java.lang.String getOrigin()</pre> |
529 | 527 | <div class="block">By default, the origin is pointing directly to PubNub servers. If a proxy origin is needed, set a custom |
530 | | - |
531 | 528 | origin using this parameter.</div> |
532 | 529 | </li> |
533 | 530 | </ul> |
@@ -647,7 +644,6 @@ <h4>isCacheBusting</h4> |
647 | 644 | public boolean isCacheBusting()</pre> |
648 | 645 | <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
649 | 646 | <div class="block">If proxies are forcefully caching requests, set to true to allow the client to randomize the subdomain. |
650 | | - |
651 | 647 | This configuration is not supported if custom origin is enabled.</div> |
652 | 648 | </li> |
653 | 649 | </ul> |
@@ -682,7 +678,6 @@ <h4>getNonSubscribeRequestTimeout</h4> |
682 | 678 | <pre>@Generated(value="lombok") |
683 | 679 | public int getNonSubscribeRequestTimeout()</pre> |
684 | 680 | <div class="block">Reference on number of seconds which is used by client during non-subscription operations to |
685 | | - |
686 | 681 | check whether response potentially failed with 'timeout' or not.</div> |
687 | 682 | </li> |
688 | 683 | </ul> |
@@ -832,7 +827,6 @@ <h4>setOrigin</h4> |
832 | 827 | <pre>@Generated(value="lombok") |
833 | 828 | public <a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a> setOrigin(java.lang.String origin)</pre> |
834 | 829 | <div class="block">By default, the origin is pointing directly to PubNub servers. If a proxy origin is needed, set a custom |
835 | | - |
836 | 830 | origin using this parameter.</div> |
837 | 831 | <dl> |
838 | 832 | <dt><span class="returnLabel">Returns:</span></dt> |
@@ -946,7 +940,6 @@ <h4>setCacheBusting</h4> |
946 | 940 | public <a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a> setCacheBusting(boolean cacheBusting)</pre> |
947 | 941 | <div class="block"><span class="deprecatedLabel">Deprecated.</span> </div> |
948 | 942 | <div class="block">If proxies are forcefully caching requests, set to true to allow the client to randomize the subdomain. |
949 | | - |
950 | 943 | This configuration is not supported if custom origin is enabled.</div> |
951 | 944 | <dl> |
952 | 945 | <dt><span class="returnLabel">Returns:</span></dt> |
@@ -993,7 +986,6 @@ <h4>setNonSubscribeRequestTimeout</h4> |
993 | 986 | <pre>@Generated(value="lombok") |
994 | 987 | public <a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a> setNonSubscribeRequestTimeout(int nonSubscribeRequestTimeout)</pre> |
995 | 988 | <div class="block">Reference on number of seconds which is used by client during non-subscription operations to |
996 | | - |
997 | 989 | check whether response potentially failed with 'timeout' or not.</div> |
998 | 990 | <dl> |
999 | 991 | <dt><span class="returnLabel">Returns:</span></dt> |
|
0 commit comments