Interface TelnetHandler

All Superinterfaces:
org.apache.dubbo.remoting.telnet.TelnetHandler

@Deprecated public interface TelnetHandler extends org.apache.dubbo.remoting.telnet.TelnetHandler
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    telnet(Channel channel, String message)
    Deprecated.
     
    default String
    telnet(org.apache.dubbo.remoting.Channel channel, String message)
    Deprecated.
     
  • Method Details

    • telnet

      String telnet(Channel channel, String message) throws RemotingException
      Deprecated.
      Throws:
      RemotingException
    • telnet

      default String telnet(org.apache.dubbo.remoting.Channel channel, String message) throws org.apache.dubbo.remoting.RemotingException
      Deprecated.
      Specified by:
      telnet in interface org.apache.dubbo.remoting.telnet.TelnetHandler
      Throws:
      org.apache.dubbo.remoting.RemotingException