-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.x: Okhttp stomp protocol implementation #127
base: 0.2.x
Are you sure you want to change the base?
Commits on Jul 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 842f935 - Browse repository at this point
Copy the full SHA 842f935View commit details -
Increate targetSdk, compileSdk and build tools vesrions.
Configuration menu - View commit details
-
Copy full SHA for abec7bc - Browse repository at this point
Copy the full SHA abec7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d135a - Browse repository at this point
Copy the full SHA e4d135aView commit details -
Add first okhttp stomp protocol implementation
Update deps libs Optimize imports Remove extra
Configuration menu - View commit details
-
Copy full SHA for 20e63eb - Browse repository at this point
Copy the full SHA 20e63ebView commit details -
Update okhttp stomp client Update stomp core Add message builder. Change stomp message model. Update StompHeaderAccessor.
Configuration menu - View commit details
-
Copy full SHA for 226d782 - Browse repository at this point
Copy the full SHA 226d782View commit details -
Configuration menu - View commit details
-
Copy full SHA for a90fe5a - Browse repository at this point
Copy the full SHA a90fe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee1d9c - Browse repository at this point
Copy the full SHA cee1d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fc49a - Browse repository at this point
Copy the full SHA e0fc49aView commit details -
Add message sender to OkHttpStompMessageChannel
Fix code style Add encode and decode implementation Fix naming
Configuration menu - View commit details
-
Copy full SHA for ba1f936 - Browse repository at this point
Copy the full SHA ba1f936View commit details -
Configuration menu - View commit details
-
Copy full SHA for f082436 - Browse repository at this point
Copy the full SHA f082436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d79bdf - Browse repository at this point
Copy the full SHA 9d79bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7e5cf - Browse repository at this point
Copy the full SHA ac7e5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c19ab - Browse repository at this point
Copy the full SHA f5c19abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce23067 - Browse repository at this point
Copy the full SHA ce23067View commit details -
Add heartbeat support to main channel and add error message custom he…
…ader Fix bug with update read time Fix demo Code style update
Configuration menu - View commit details
-
Copy full SHA for cd25f3f - Browse repository at this point
Copy the full SHA cd25f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d84e99 - Browse repository at this point
Copy the full SHA 3d84e99View commit details -
Fix case with message with empty destination and fix bug with setup h…
…eart beat settings
Configuration menu - View commit details
-
Copy full SHA for 3aa1cac - Browse repository at this point
Copy the full SHA 3aa1cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb2975 - Browse repository at this point
Copy the full SHA 9cb2975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc7724 - Browse repository at this point
Copy the full SHA 2bc7724View commit details -
Revert "Remove gazirra stomp client"
This reverts commit 81e289a.
Configuration menu - View commit details
-
Copy full SHA for eb29299 - Browse repository at this point
Copy the full SHA eb29299View commit details -
Add documentation for StomHeader
Refactoring packages Refactoring and add documentation update stomp message encoder refactoring and update code style add method for sent byte array to stomp sender make ClientOpenRequestHeaderFactory typealias as private fix code style
Configuration menu - View commit details
-
Copy full SHA for 18df82b - Browse repository at this point
Copy the full SHA 18df82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf65dd7 - Browse repository at this point
Copy the full SHA bf65dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc9b19 - Browse repository at this point
Copy the full SHA fbc9b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c10d5 - Browse repository at this point
Copy the full SHA b9c10d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d027a51 - Browse repository at this point
Copy the full SHA d027a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa9805 - Browse repository at this point
Copy the full SHA ffa9805View commit details -
refactoring stomp header accessor refactoring Change unknown stomp command type to heartbeat
Configuration menu - View commit details
-
Copy full SHA for 680f8f5 - Browse repository at this point
Copy the full SHA 680f8f5View commit details -
refactoring stomp header accessor
Make method handle result as nullable add java doc to IdGenerator Refactoring stomp message decoder and add tests add copyright refactoring packages remove extra update test deps fix crash fix bug with sending bytes
Configuration menu - View commit details
-
Copy full SHA for 9b7dc5a - Browse repository at this point
Copy the full SHA 9b7dc5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cef97e - Browse repository at this point
Copy the full SHA 7cef97eView commit details -
Add OkHttpStompWebSocketConnection
rename test method add unsubscribeAll method add to string implementation for stomp header and messages add awaitCountAtLeast method move okhttp stomp integration test to another module remove extra line in test method Incapsulate the logic of calculating "whether to send a heartbeat settings to server" Add field shouldRetryAfterError Add setting shouldRetryAfterError to configuration Refactoring OkHttpStompMainChannel Add method disconnect with disposing logic Change InnerWebSocketListener class modifier to private Change string regex to use char Add overloading method "of" in StompHeaderAccessor
Configuration menu - View commit details
-
Copy full SHA for 52b54c3 - Browse repository at this point
Copy the full SHA 52b54c3View commit details -
Fix bug on okHttpStompIntegrationTest
Change queue to use topic Add overloading. method awaitCountAndCheck with sleep strategy Update StompIntegrationTest Add message to require Fix code style Rewrite stomp message decoder * Rewrite stomp message decoder using okio buffer instead of java buffer * Update okio version Add method awaitCountAndCheck with wait strategy Change using system time millis to use nanoTime * change using system time millis to use nanoTime * add test for websocket connection * fix code style Remove extra method Remove extra comment
Configuration menu - View commit details
-
Copy full SHA for f6469be - Browse repository at this point
Copy the full SHA f6469beView commit details
Commits on Aug 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc561c9 - Browse repository at this point
Copy the full SHA bc561c9View commit details