Uses of Interface
org.openfast.session.Connection

Packages that use Connection
org.openfast.session   
org.openfast.session.multicast   
org.openfast.session.tcp   
 

Uses of Connection in org.openfast.session
 

Classes in org.openfast.session that implement Connection
 class LocalConnection
           
 

Methods in org.openfast.session that return Connection
 Connection RecordingEndpoint.connect()
           
 Connection LocalEndpoint.connect()
           
 Connection Endpoint.connect()
           
 Connection Session.getConnection()
           
 

Methods in org.openfast.session with parameters of type Connection
 Session SessionProtocol.connect(java.lang.String senderName, Connection connection, TemplateRegistry inboundRegistry, TemplateRegistry outboundRegistry, MessageListener messageListener, SessionListener sessionListener)
           
 Session SessionControlProtocol_1_1.connect(java.lang.String senderName, Connection connection, TemplateRegistry inboundRegistry, TemplateRegistry outboundRegistry, MessageListener messageListener, SessionListener sessionListener)
           
 void FastServer.onConnect(Connection connection)
           
 void ConnectionListener.onConnect(Connection connection)
           
 Session SessionProtocol.onNewConnection(java.lang.String serverName, Connection connection)
           
 Session SessionControlProtocol_1_1.onNewConnection(java.lang.String serverName, Connection connection)
           
 

Constructors in org.openfast.session with parameters of type Connection
Session(Connection connection, SessionProtocol protocol, TemplateRegistry inboundRegistry, TemplateRegistry outboundRegistry)
           
 

Uses of Connection in org.openfast.session.multicast
 

Classes in org.openfast.session.multicast that implement Connection
 class MulticastConnection
           
 

Methods in org.openfast.session.multicast that return Connection
 Connection MulticastEndpoint.connect()
           
 

Uses of Connection in org.openfast.session.tcp
 

Methods in org.openfast.session.tcp that return Connection
 Connection TcpEndpoint.connect()
           
 



Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.