Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 206d2d5

Browse files
Update README.md to include JVM based clients
1 parent 5092c82 commit 206d2d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Java/Android WebSocket Client
2-
A very lightweight WebSocket client library for Java/Android which aims to implement the WebSocket protocol as defined in RFC 6455.
2+
A very lightweight WebSocket client library for JVM based clients or Android which aims to implement the WebSocket protocol as defined in RFC 6455. It has no dependencies and the _jar_ file is only 22KB.
33

44
## Download
55
This library is published to Maven Central. Versions prior to 2.0.0 were also published to JCenter.
@@ -112,7 +112,7 @@ This library supports secure and insecure WebSockets. You just need to define th
112112
When a Ping frame is received, automatically a Pong frame is sent with the same Application Data of the Ping frame. You can also send Ping and Pong frames unsolicited using ```sendPing(byte[] data)``` and ```sendPong(byte[] data)```. Data can be *null* if don't want to send Application Data.
113113

114114
## Minimum requirements
115-
This libary requires at minimum Java 1.6 or Android 1.6 (API 4)
115+
This library requires at minimum Java 1.6 or Android 1.6 (API 4)
116116

117117
## License
118118

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /