|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcceptListener | |
|---|---|
| org.activeio | The core activeio API is centered around having Channels that move Packets of data. |
| org.activeio.adapter | The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains. |
| org.activeio.net | A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
| org.activeio.oneport | This package provides the implementing classes that allow you to run multiple protocols from a sigle port. |
| Uses of AcceptListener in org.activeio |
|---|
| Classes in org.activeio that implement AcceptListener | |
|---|---|
class |
FilterAsyncChannelServer
A AsyncChannelFilter can be used as a filter between a AsyncChannel
and it's org.activeio.ChannelConsumer. |
| Fields in org.activeio declared as AcceptListener | |
|---|---|
protected AcceptListener |
FilterAsyncChannelServer.acceptListener
|
| Methods in org.activeio with parameters of type AcceptListener | |
|---|---|
void |
AsyncChannelServer.setAcceptListener(AcceptListener acceptListener)
Registers an AcceptListener which is notified of accepted channels. |
void |
FilterAsyncChannelServer.setAcceptListener(AcceptListener acceptListener)
|
| Uses of AcceptListener in org.activeio.adapter |
|---|
| Classes in org.activeio.adapter that implement AcceptListener | |
|---|---|
class |
AsyncToSyncChannelServer
Adapts a AsyncChannelServer so that it provides an
org.activeio.SynchChannelServer interface. |
| Methods in org.activeio.adapter with parameters of type AcceptListener | |
|---|---|
void |
SyncToAsyncChannelServer.setAcceptListener(AcceptListener acceptListener)
|
| Uses of AcceptListener in org.activeio.net |
|---|
| Methods in org.activeio.net with parameters of type AcceptListener | |
|---|---|
void |
VMPipeAsyncChannelServer.setAcceptListener(AcceptListener acceptListener)
|
| Uses of AcceptListener in org.activeio.oneport |
|---|
| Classes in org.activeio.oneport that implement AcceptListener | |
|---|---|
class |
OnePortAsyncChannelServer
Allows multiple protocols share a single ChannelServer. |
| Methods in org.activeio.oneport with parameters of type AcceptListener | |
|---|---|
void |
OnePortAsyncChannelServer.setAcceptListener(AcceptListener acceptListener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||