Class KeepAliveHandler<T>

  • All Implemented Interfaces:
    org.apache.sshd.common.channel.RequestHandler<T>

    public class KeepAliveHandler<T>
    extends java.lang.Object
    implements org.apache.sshd.common.channel.RequestHandler<T>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.sshd.common.channel.RequestHandler

        org.apache.sshd.common.channel.RequestHandler.Result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sshd.common.channel.RequestHandler.Result process​(T t, java.lang.String request, boolean wantReply, org.apache.sshd.common.util.buffer.Buffer buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeepAliveHandler

        public KeepAliveHandler()
      • KeepAliveHandler

        public KeepAliveHandler​(long jitter)
    • Method Detail

      • process

        public org.apache.sshd.common.channel.RequestHandler.Result process​(T t,
                                                                            java.lang.String request,
                                                                            boolean wantReply,
                                                                            org.apache.sshd.common.util.buffer.Buffer buffer)
                                                                     throws java.lang.Exception
        Specified by:
        process in interface org.apache.sshd.common.channel.RequestHandler<T>
        Throws:
        java.lang.Exception