Uses of Interface
org.eclipse.ecf.provider.comm.IAsynchConnection
Packages that use IAsynchConnection
Package
Description
-
Uses of IAsynchConnection in org.eclipse.ecf.provider.comm
Subinterfaces of IAsynchConnection in org.eclipse.ecf.provider.commModifier and TypeInterfaceDescriptioninterface
A connection instance that has both asynchronous and synchronous messaging capabilitiesConstructors in org.eclipse.ecf.provider.comm with parameters of type IAsynchConnectionModifierConstructorDescriptionAsynchEvent
(IAsynchConnection conn, Object data) DisconnectEvent
(IAsynchConnection conn, Throwable e, Object data) -
Uses of IAsynchConnection in org.eclipse.ecf.provider.comm.tcp
Classes in org.eclipse.ecf.provider.comm.tcp that implement IAsynchConnection -
Uses of IAsynchConnection in org.eclipse.ecf.provider.generic
Methods in org.eclipse.ecf.provider.generic that return IAsynchConnectionModifier and TypeMethodDescriptionprotected IAsynchConnection
ServerSOContainer.getConnectionForID
(ID memberID) Methods in org.eclipse.ecf.provider.generic with parameters of type IAsynchConnectionModifier and TypeMethodDescriptionprotected ID
ClientSOContainer.getIDForConnection
(IAsynchConnection conn) protected ID
ServerSOContainer.getIDForConnection
(IAsynchConnection conn) protected abstract ID
SOContainer.getIDForConnection
(IAsynchConnection connection)