| Package | Description |
|---|---|
| de.ruedigermoeller.fastcast.control | |
| de.ruedigermoeller.fastcast.packeting | |
| de.ruedigermoeller.fastcast.remoting | |
| de.ruedigermoeller.fastcast.transport |
| Constructor and Description |
|---|
FCTransportDispatcher(Transport trans,
String clusterName,
String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
TopicEntry.getTrans() |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketSendBuffer.addRetransmissionRequest(RetransPacket retransPacket,
Transport trans) |
boolean |
PacketSendBuffer.send(Transport transport)
send pending packets to transport.
|
void |
TopicEntry.setTrans(Transport trans) |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,Transport> |
FastCast.transports |
| Modifier and Type | Method and Description |
|---|---|
Transport |
FastCast.getTransport(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
FCMulticastChannelTransport
Created with IntelliJ IDEA.
|
class |
FCMulticastSocketTransport
Created with IntelliJ IDEA.
|
class |
SharedMemTransport
a shared memory transport implementation using public API (no unsafe or dirty hacks).
|
Copyright © 2014. All rights reserved.