public class TcpEntryPoint extends Object implements EntryPoint
| Modifier and Type | Field and Description |
|---|---|
private RequestManager |
manager |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TcpEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(fr.dyade.aaa.agent.AgentId from,
fr.dyade.aaa.agent.Notification not) |
private void |
doReact(TcpRequestNot not)
Reacts to a TCP connection request.
|
void |
setRequestManager(RequestManager manager) |
private static final long serialVersionUID
private RequestManager manager
public void setRequestManager(RequestManager manager)
public boolean accept(fr.dyade.aaa.agent.AgentId from,
fr.dyade.aaa.agent.Notification not)
throws Exception
accept in interface EntryPointExceptionprivate void doReact(TcpRequestNot not) throws Exception
not - the TCP connection requestExceptionCopyright © 2019 ScalAgent D.T.. All Rights Reserved.