Package rocks.imsofa.sjl.simple
Interface SimpleServerCallback
public interface SimpleServerCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReceive(String str, HandlerContext ctx) called when a string is received
-
Method Details
-
onReceive
called when a string is received- Parameters:
str-ctx- a context to handle the channel
-