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(AgentId from,
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(AgentId from, Notification not) throws Exception
accept
in interface EntryPoint
Exception
private void doReact(TcpRequestNot not) throws Exception
not
- the TCP connection requestException
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.