Skip to content

Commit a9ce3f0

Browse files
author
Max Presman
committed
add metadata test
1 parent 3d7c5a8 commit a9ce3f0

229 files changed

Lines changed: 373 additions & 353 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/allclasses-frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Mon Jan 30 21:16:50 BRST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_65) on Mon Jan 30 21:29:45 PST 2017 -->
66
<title>All Classes (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/allclasses-noframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_111) on Mon Jan 30 21:16:50 BRST 2017 -->
5+
<!-- Generated by javadoc (1.8.0_65) on Mon Jan 30 21:29:45 PST 2017 -->
66
<title>All Classes (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/com/pubnub/api/PNConfiguration.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PNConfiguration (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -195,7 +195,6 @@ <h3>Method Summary</h3>
195195
<td class="colFirst"><code>int</code></td>
196196
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/pubnub/api/PNConfiguration.html#getNonSubscribeRequestTimeout--">getNonSubscribeRequestTimeout</a></span>()</code>
197197
<div class="block">Reference on number of seconds which is used by client during non-subscription operations to
198-
199198
check whether response potentially failed with 'timeout' or not.</div>
200199
</td>
201200
</tr>
@@ -361,7 +360,6 @@ <h3>Method Summary</h3>
361360
<td class="colFirst"><code><a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a></code></td>
362361
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/pubnub/api/PNConfiguration.html#setNonSubscribeRequestTimeout-int-">setNonSubscribeRequestTimeout</a></span>(int&nbsp;nonSubscribeRequestTimeout)</code>
363362
<div class="block">Reference on number of seconds which is used by client during non-subscription operations to
364-
365363
check whether response potentially failed with 'timeout' or not.</div>
366364
</td>
367365
</tr>
@@ -527,7 +525,6 @@ <h4>getOrigin</h4>
527525
<pre>@Generated(value="lombok")
528526
public&nbsp;java.lang.String&nbsp;getOrigin()</pre>
529527
<div class="block">By default, the origin is pointing directly to PubNub servers. If a proxy origin is needed, set a custom
530-
531528
origin using this parameter.</div>
532529
</li>
533530
</ul>
@@ -647,7 +644,6 @@ <h4>isCacheBusting</h4>
647644
public&nbsp;boolean&nbsp;isCacheBusting()</pre>
648645
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
649646
<div class="block">If proxies are forcefully caching requests, set to true to allow the client to randomize the subdomain.
650-
651647
This configuration is not supported if custom origin is enabled.</div>
652648
</li>
653649
</ul>
@@ -682,7 +678,6 @@ <h4>getNonSubscribeRequestTimeout</h4>
682678
<pre>@Generated(value="lombok")
683679
public&nbsp;int&nbsp;getNonSubscribeRequestTimeout()</pre>
684680
<div class="block">Reference on number of seconds which is used by client during non-subscription operations to
685-
686681
check whether response potentially failed with 'timeout' or not.</div>
687682
</li>
688683
</ul>
@@ -832,7 +827,6 @@ <h4>setOrigin</h4>
832827
<pre>@Generated(value="lombok")
833828
public&nbsp;<a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a>&nbsp;setOrigin(java.lang.String&nbsp;origin)</pre>
834829
<div class="block">By default, the origin is pointing directly to PubNub servers. If a proxy origin is needed, set a custom
835-
836830
origin using this parameter.</div>
837831
<dl>
838832
<dt><span class="returnLabel">Returns:</span></dt>
@@ -946,7 +940,6 @@ <h4>setCacheBusting</h4>
946940
public&nbsp;<a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a>&nbsp;setCacheBusting(boolean&nbsp;cacheBusting)</pre>
947941
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
948942
<div class="block">If proxies are forcefully caching requests, set to true to allow the client to randomize the subdomain.
949-
950943
This configuration is not supported if custom origin is enabled.</div>
951944
<dl>
952945
<dt><span class="returnLabel">Returns:</span></dt>
@@ -993,7 +986,6 @@ <h4>setNonSubscribeRequestTimeout</h4>
993986
<pre>@Generated(value="lombok")
994987
public&nbsp;<a href="../../../com/pubnub/api/PNConfiguration.html" title="class in com.pubnub.api">PNConfiguration</a>&nbsp;setNonSubscribeRequestTimeout(int&nbsp;nonSubscribeRequestTimeout)</pre>
995988
<div class="block">Reference on number of seconds which is used by client during non-subscription operations to
996-
997989
check whether response potentially failed with 'timeout' or not.</div>
998990
<dl>
999991
<dt><span class="returnLabel">Returns:</span></dt>

docs/com/pubnub/api/PubNub.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNub (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/pubnub/api/PubNubError.PubNubErrorBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubError.PubNubErrorBuilder (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/pubnub/api/PubNubError.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubError (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -111,7 +111,6 @@ <h2 title="Class PubNubError" class="title">Class PubNubError</h2>
111111
<pre>public class <span class="typeNameLabel">PubNubError</span>
112112
extends java.lang.Object</pre>
113113
<div class="block">PubNubError object is passed to errorCallback. It contains details of error,
114-
115114
like error code, error string, and optional message</div>
116115
</li>
117116
</ul>

docs/com/pubnub/api/PubNubException.PubNubExceptionBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubException.PubNubExceptionBuilder (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/pubnub/api/PubNubException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubException (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/pubnub/api/PubNubUtil.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubUtil (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

docs/com/pubnub/api/builder/PubNubErrorBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<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 -->
66
<title>PubNubErrorBuilder (pubnub-gson 4.4.1 API)</title>
77
<meta name="date" content="2017-01-30">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)