Class AbstractForwardedChannelOpener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String chanType  
      protected Connection conn  
      protected org.slf4j.Logger log  
    • Method Summary

      Modifier and Type Method Description
      protected void callListener​(ConnectListener listener, Channel.Forwarded chan)
      Calls the listener with the new channel in a separate thread.
      java.lang.String getChannelType()
      Returns the name of the channel type this opener can next.
      • Methods inherited from class java.lang.Object

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

      • log

        protected final org.slf4j.Logger log
      • chanType

        protected final java.lang.String chanType
    • Constructor Detail

      • AbstractForwardedChannelOpener

        protected AbstractForwardedChannelOpener​(java.lang.String chanType,
                                                 Connection conn)