issues
search
levelrin
/
jws-server
A framework for WebSocket server in Java
MIT License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
56 release 0.1.0
#59
levelrin
closed
3 years ago
1
57 port permission
#58
levelrin
closed
3 years ago
1
ServerSocketGuideTest > portShouldBeUsedInServerSocket() FAILED
#57
levelrin
closed
3 years ago
1
Release 0.1.0
#56
levelrin
closed
3 years ago
1
Use multiple reactions in the sample code. fixes #54
#55
levelrin
closed
3 years ago
1
Use multiple reactions on the sample code
#54
levelrin
closed
3 years ago
0
Correct the path on the sample code. fixes #52
#53
levelrin
closed
3 years ago
1
Fix the missing path from the javascript sample code
#52
levelrin
closed
3 years ago
0
Document the quick start. fixes #50
#51
levelrin
closed
3 years ago
1
Document the basic usages
#50
levelrin
closed
3 years ago
0
Combine duplicated header names. fixes #48
#49
levelrin
closed
3 years ago
1
Support duplicated header names during the opening handshake
#48
levelrin
closed
3 years ago
0
Prevent the server from using forbidden status codes. fixes #46
#47
levelrin
closed
3 years ago
1
Prevent the server from using forbidden status codes
#46
levelrin
closed
3 years ago
0
Support ping pong control. fixes #44
#45
levelrin
closed
3 years ago
1
Support ping pong control
#44
levelrin
closed
3 years ago
0
Close with the default response message. fixes #42
#43
levelrin
closed
3 years ago
1
Close with 1000 status code and empty reason by default
#42
levelrin
closed
3 years ago
0
Allow server to specify the code and reason when it closes the commun…
#41
levelrin
closed
3 years ago
1
Allow users to specify the status code and reason when they close the communication
#40
levelrin
closed
3 years ago
0
Read the status code and reason from the client's closing frame. fixe…
#39
levelrin
closed
3 years ago
1
Read the status code and reason from the client's closing frame
#38
levelrin
closed
3 years ago
0
DO NOT MERGE. Support TLS. #36
#37
levelrin
closed
3 years ago
1
Investigate how to enable TLS
#36
levelrin
closed
3 years ago
1
Exclude FinalGuide class from Checkstyle. fixes #34
#35
levelrin
closed
3 years ago
2
Exclude FinalGuide class from Checkstyle
#34
levelrin
closed
3 years ago
0
Remove the ContinuationControl class. fixes #32
#33
levelrin
closed
3 years ago
1
Remove the ContinuationControl class
#32
levelrin
closed
3 years ago
0
Support continuation frames from the client. fixes #30
#31
levelrin
closed
3 years ago
1
Support the continuation frame from the client
#30
levelrin
closed
3 years ago
0
React to the ping frame. fixes #28
#29
levelrin
closed
3 years ago
1
React to the ping frame
#28
levelrin
closed
3 years ago
0
React to the closing frame. fixes #26
#27
levelrin
closed
3 years ago
1
React to the closing frame
#26
levelrin
closed
3 years ago
0
Read binary messages from the client. fixes #24
#25
levelrin
closed
3 years ago
1
Read a binary message from the client
#24
levelrin
closed
3 years ago
0
Implement close method on session. fixes #22
#23
levelrin
closed
3 years ago
1
Implement the close method in the session object
#22
levelrin
closed
3 years ago
0
Create a session object to send messages to the client. fixes #20
#21
levelrin
closed
3 years ago
1
Implement a session to send a message to the client
#20
levelrin
closed
3 years ago
0
Create guide objects. fixes #18
#19
levelrin
closed
3 years ago
1
Create classes to provide a convenient way to compose objects
#18
levelrin
closed
3 years ago
0
Remove Travis-CI. fixes #16
#17
levelrin
closed
3 years ago
1
Remove Travis-CI from the project
#16
levelrin
closed
3 years ago
0
Create classes for listening to the text messages from the client. fi…
#15
levelrin
closed
3 years ago
1
Read a text message from the client
#14
levelrin
closed
3 years ago
0
12 on start
#13
levelrin
closed
3 years ago
1
Provide a way to do something when WebSocket communication is started
#12
levelrin
closed
3 years ago
0
Create interfaces called Reaction and Session. fixes #10
#11
levelrin
closed
3 years ago
0
Create interfaces for users to define their actions during the WebSocket communication
#10
levelrin
closed
3 years ago
0
Next