public class TcpSshPingResourceStore extends Object
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelFactory |
getChannelFactory() |
static TcpSshPingResourceStore |
getInstance() |
ExecutorService |
getThreadPoolForSshPing() |
org.jboss.netty.util.HashedWheelTimer |
getTimer() |
void |
init()
Initialize
|
void |
reinit()
close and clean up the http client, then create the new ones.
|
void |
setChannelFactory(org.jboss.netty.channel.ChannelFactory channelFactory) |
void |
setThreadPoolForSshPing(ExecutorService threadPoolForSshPing) |
void |
setTimer(org.jboss.netty.util.HashedWheelTimer timer) |
void |
shutdown() |
public static TcpSshPingResourceStore getInstance()
public void shutdown()
public void init()
public void reinit()
public org.jboss.netty.channel.ChannelFactory getChannelFactory()
public void setChannelFactory(org.jboss.netty.channel.ChannelFactory channelFactory)
public org.jboss.netty.util.HashedWheelTimer getTimer()
public void setTimer(org.jboss.netty.util.HashedWheelTimer timer)
public ExecutorService getThreadPoolForSshPing()
public void setThreadPoolForSshPing(ExecutorService threadPoolForSshPing)
Copyright © 2015 eBay. All rights reserved.