Interface SimpleServerCallback


public interface SimpleServerCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    called when a string is received
  • Method Details

    • onReceive

      void onReceive(String str, HandlerContext ctx)
      called when a string is received
      Parameters:
      str -
      ctx - a context to handle the channel