public class UscAgentTcp extends Object implements Runnable, AutoCloseable
| Constructor and Description |
|---|
UscAgentTcp(boolean callHome) |
UscAgentTcp(boolean callHome,
InetAddress host) |
UscAgentTcp(boolean callHome,
InetAddress host,
String propertyFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.google.common.util.concurrent.SettableFuture<Boolean> |
closeClientInternalConnection(io.netty.channel.Channel clientChannel) |
protected ConcurrentMap<Integer,com.google.common.util.concurrent.SettableFuture<Boolean>> |
getCloseFuture() |
static void |
main(String[] args) |
void |
run() |
public UscAgentTcp(boolean callHome)
public UscAgentTcp(boolean callHome,
InetAddress host)
public UscAgentTcp(boolean callHome,
InetAddress host,
String propertyFile)
protected ConcurrentMap<Integer,com.google.common.util.concurrent.SettableFuture<Boolean>> getCloseFuture()
public com.google.common.util.concurrent.SettableFuture<Boolean> closeClientInternalConnection(io.netty.channel.Channel clientChannel)
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 OpenDaylight. All rights reserved.