Uses of Interface
org.opensync.engine.server.Protocol

Packages that use Protocol
org.opensync.engine.server   
org.opensync.engine.server.protocol   
 

Uses of Protocol in org.opensync.engine.server
 

Classes in org.opensync.engine.server that implement Protocol
 class DefaultProtocol
          The default implementation of the protocol interface
 

Fields in org.opensync.engine.server declared as Protocol
protected  Protocol DefaultConnector.protocol
          The protocol used by the connector to connect to the source
 

Methods in org.opensync.engine.server that return Protocol
 Protocol DefaultConnector.getProtocol()
          Get the protocol used by the connector to connect to the source
 Protocol Connector.getProtocol()
          Get the protocol used by the connector to connect to the source
 

Methods in org.opensync.engine.server with parameters of type Protocol
 void DefaultConnector.setProtocol(Protocol protocol)
          Set the protocol used by the connector to connect to the source
 

Uses of Protocol in org.opensync.engine.server.protocol
 

Classes in org.opensync.engine.server.protocol that implement Protocol
 class FTPProtocol
          The protocol used to get information from a ftp file server
 class WinFileProtocol
          The protocol used to get information from a win file server
 



Copyright © 2004 sourceforge. All Rights Reserved.