|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjuglr.Actor
juglr.net.TCPChannelActor
public abstract class TCPChannelActor
An Actor
handling a TCP connection via a SocketChannel
.
Normally the life cycle of TCPChannelActor
s are controlled by a
TCPChannelStrategy
.
TCPServerActor
,
TCPChannelStrategy
Field Summary | |
---|---|
protected java.nio.channels.SocketChannel |
channel
The channel to handle |
Constructor Summary | |
---|---|
TCPChannelActor(java.nio.channels.SocketChannel channel)
|
Method Summary |
---|
Methods inherited from class juglr.Actor |
---|
await, awaitTimeout, getAddress, getBus, react, send, start, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.nio.channels.SocketChannel channel
Constructor Detail |
---|
public TCPChannelActor(java.nio.channels.SocketChannel channel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |