Class AbstractDataChannel

    • Field Detail

      • session

        protected Session session
      • dataHandlers

        protected static Map dataHandlers
    • Constructor Detail

      • AbstractDataChannel

        public AbstractDataChannel​(Session session)
    • Method Detail

      • registerHandler

        public static void registerHandler​(int transferMode,
                                           int transferType,
                                           int type,
                                           Class clazz)
                                    throws Exception
        Throws:
        Exception
      • isDataSourceModeSupported

        public boolean isDataSourceModeSupported()
        Tests if the client supports specified transfer type and mode (the client can read data in specific type and mode from the data connection)
      • isDataSinkModeSupported

        public boolean isDataSinkModeSupported()
        Tests if the client supports specified transfer type and mode (the client can write data in specific type and mode to the data connection)