Package com.adito.agent.channels

Examples of com.adito.agent.channels.ApplicationFileChannel


  /* (non-Javadoc)
   * @see com.adito.agent.AgentService#createChannel(com.maverick.multiplex.MultiplexedConnection, java.lang.String)
   */
  public Channel createChannel(MultiplexedConnection connection, String type) {
    if (type.equals(ApplicationFileChannel.CHANNEL_TYPE)) {
      return new ApplicationFileChannel((AgentTunnel)connection);
    } else
      return null;
  }
View Full Code Here

TOP

Related Classes of com.adito.agent.channels.ApplicationFileChannel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.