Package | Description |
---|---|
org.openfast.examples.producer | |
org.openfast.session | |
org.openfast.session.multicast | |
org.openfast.session.tcp |
Modifier and Type | Method and Description |
---|---|
void |
MulticastFastMessageProducer.onConnect(Connection connection) |
void |
FastMessageProducer.onConnect(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
LocalConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
RecordingEndpoint.connect() |
Connection |
LocalEndpoint.connect() |
Connection |
Endpoint.connect() |
Connection |
Session.getConnection() |
Modifier and Type | Method and Description |
---|---|
Session |
SessionProtocol.connect(String senderName,
Connection connection,
TemplateRegistry inboundRegistry,
TemplateRegistry outboundRegistry,
MessageListener messageListener,
SessionListener sessionListener) |
Session |
SessionControlProtocol_1_1.connect(String senderName,
Connection connection,
TemplateRegistry inboundRegistry,
TemplateRegistry outboundRegistry,
MessageListener messageListener,
SessionListener sessionListener) |
void |
RecordingEndpoint.onConnect(Connection connection) |
void |
FastServer.onConnect(Connection connection) |
void |
ConnectionListener.onConnect(Connection connection) |
Session |
SessionProtocol.onNewConnection(String serverName,
Connection connection) |
Session |
SessionControlProtocol_1_1.onNewConnection(String serverName,
Connection connection) |
Constructor and Description |
---|
Session(Connection connection,
SessionProtocol protocol,
TemplateRegistry inboundRegistry,
TemplateRegistry outboundRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
MulticastConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
MulticastServerEndpoint.connect() |
abstract Connection |
MulticastEndpoint.connect() |
Connection |
MulticastClientEndpoint.connect() |
Modifier and Type | Method and Description |
---|---|
Connection |
TcpEndpoint.connect() |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.