|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnection | |
|---|---|
| fulmine.context | |
| fulmine.distribution.channel | |
| fulmine.distribution.connection.tcp | |
| fulmine.distribution.events | |
| Uses of IConnection in fulmine.context |
|---|
| Methods in fulmine.context with parameters of type IConnection | |
|---|---|
IChannel |
INetwork.createChannel(IConnection connection)
Create a channel |
| Uses of IConnection in fulmine.distribution.channel |
|---|
| Methods in fulmine.distribution.channel that return IConnection | |
|---|---|
IConnection |
IChannelState.getConnection()
The connection to use |
IConnection |
IChannel.getConnection()
Get the channel's connection |
IConnection |
Channel.getConnection()
|
| Methods in fulmine.distribution.channel with parameters of type IConnection | |
|---|---|
IChannel |
IChannelFactory.createChannel(IConnection connection,
IFrameworkContext context)
Construct the channel |
IChannel |
ChannelFactory.createChannel(IConnection connection,
IFrameworkContext context)
|
| Constructors in fulmine.distribution.channel with parameters of type IConnection | |
|---|---|
Channel(IConnection connection,
IFrameworkContext context)
Construct the channel |
|
| Uses of IConnection in fulmine.distribution.connection.tcp |
|---|
| Classes in fulmine.distribution.connection.tcp that implement IConnection | |
|---|---|
class |
AbstractSocketChannelConnection
A SocketChannel connection to a remote IFrameworkContext
instance. |
class |
TcpConnection
Handles the socket processing for a single connection to a remote IFrameworkContext. |
| Methods in fulmine.distribution.connection.tcp with parameters of type IConnection | |
|---|---|
IChannel |
TcpNetwork.createChannel(IConnection connection)
|
| Uses of IConnection in fulmine.distribution.events |
|---|
| Methods in fulmine.distribution.events with type parameters of type IConnection | ||
|---|---|---|
|
ConnectionAvailableEvent.getConnection()
Get the connection to the remote IFrameworkContext |
|
| Constructors in fulmine.distribution.events with parameters of type IConnection | |
|---|---|
ConnectionAvailableEvent(IEventManager context,
IConnection connection)
Standard constructor to encapsulate the available connection to a remote IFrameworkContext |
|
MessageConsumedEvent(IConnection connection,
MessageEvent message)
Construct the message consumed event |
|
MessageEvent(IConnection connection,
byte[] data)
Standard constructor to wrap the byte[] message from a
remote IFrameworkContext |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||