Skip to content

Commit

Permalink
Make readMessage public for future MWS usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 3, 2015
1 parent b32df4c commit f8c35e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public RealWebSocket(boolean isClient, BufferedSource source, BufferedSink sink,
* Read a single message from the web socket and deliver it to the listener. This method should
* be called in a loop with the return value indicating whether looping should continue.
*/
boolean readMessage() {
public boolean readMessage() {
try {
reader.processNextFrame();
return !readerSentClose;
Expand Down

0 comments on commit f8c35e8

Please sign in to comment.