| Package | Description |
|---|---|
| com.cosylab.epics.caj.cas | |
| com.cosylab.epics.caj.impl | |
| com.cosylab.epics.caj.impl.reactor | |
| com.cosylab.epics.caj.impl.reactor.lf |
| Modifier and Type | Class and Description |
|---|---|
class |
CASAcceptor
Channel Access Server TCP acceptor.
|
class |
CASTransport
CAS transport implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastTransport
CA UDP transport implementation.
|
class |
CATransport
CA transport implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionKey |
Reactor.register(SelectableChannel selectableChannel,
int interestOps,
ReactorHandler handler)
Registers
SelectableChannel to the reactor. |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaderFollowersHandler
Decorator pattern to 'decorate' application-specific event processing handler
to work with Leader/Followers deisgn pattern.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReactorHandler |
LeaderFollowersHandler.handler
Application-specific event processing handler.
|
| Constructor and Description |
|---|
LeaderFollowersHandler(Reactor reactor,
ReactorHandler handler,
LeaderFollowersThreadPool threadPool)
Constructor.
|
Copyright © 2004-2020 EPICS. All Rights Reserved.