|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.cas.CASAcceptor
public class CASAcceptor
Channel Access Server TCP acceptor.
| Constructor Summary | |
|---|---|
CASAcceptor(CAContext context,
int port)
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy acceptor (stop listening). |
InetAddress |
getBindAddress()
Bind socket address. |
void |
handleEvent(SelectionKey key)
Handle IO event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CASAcceptor(CAContext context,
int port)
throws gov.aps.jca.CAException
context -
gov.aps.jca.CAException| Method Detail |
|---|
public void handleEvent(SelectionKey key)
handleEvent in interface ReactorHandlerkey - key to be processed.ReactorHandler.handleEvent(java.nio.channels.SelectionKey)public InetAddress getBindAddress()
null if not binded.public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||