| Modifier and Type | Class and Description |
|---|---|
class |
BaseIntraband |
| Modifier and Type | Method and Description |
|---|---|
static Intraband |
IntrabandFactoryUtil.createIntraband() |
Intraband |
RegistrationReference.getIntraband() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorIntraband |
| Modifier and Type | Field and Description |
|---|---|
protected Intraband |
FutureRegistrationReference.intraband |
| Modifier and Type | Method and Description |
|---|---|
Intraband |
FutureRegistrationReference.getIntraband() |
| Constructor and Description |
|---|
FutureRegistrationReference(Intraband intraband,
ChannelContext channelContext,
Future<Void> readFuture,
Future<Void> writeFuture) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorIntraband |
| Modifier and Type | Field and Description |
|---|---|
protected Intraband |
SelectionKeyRegistrationReference.intraband |
| Modifier and Type | Method and Description |
|---|---|
Intraband |
SelectionKeyRegistrationReference.getIntraband() |
| Constructor and Description |
|---|
SelectionKeyRegistrationReference(Intraband intraband,
SelectionKey readSelectionKey,
SelectionKey writeSelectionKey) |
| Modifier and Type | Method and Description |
|---|---|
RegistrationReference |
BaseWelder.weld(Intraband intraband) |
RegistrationReference |
Welder.weld(Intraband intraband) |
protected abstract RegistrationReference |
BaseWelder.weldClient(Intraband intraband) |
protected abstract RegistrationReference |
BaseWelder.weldServer(Intraband intraband) |
| Modifier and Type | Method and Description |
|---|---|
protected RegistrationReference |
FIFOWelder.weldClient(Intraband intraband) |
protected RegistrationReference |
FIFOWelder.weldServer(Intraband intraband) |
| Modifier and Type | Method and Description |
|---|---|
protected RegistrationReference |
SocketWelder.weldClient(Intraband intraband) |
protected RegistrationReference |
SocketWelder.weldServer(Intraband intraband) |
| Modifier and Type | Method and Description |
|---|---|
static Intraband |
MPIHelperUtil.getIntraband() |