Deprecated Methods |
de.root1.simon.Simon.getDgcInterval()
use Simon.getKeepAliveInterval() instead! |
de.root1.simon.Simon.getLocalPort(Object)
use
Simon.getLocalInetSocketAddress(proxyObject).getPort()
instead! |
de.root1.simon.Simon.getRemoteInetAddress(Object)
use
Simon.getRemoteInetSocketAddress(Object).getAddress()
instead! |
de.root1.simon.Simon.getRemotePort(Object)
use
Simon.getRemoteInetSocketAddress(proxyObject).getPort()
instead! |
de.root1.simon.Simon.lookup(InetAddress, int, String)
Use Simon#createNameLookup() instead ... |
de.root1.simon.Simon.lookup(SslContextFactory, SimonProxyConfig, InetAddress, int, String)
Use Simon#createNameLookup() instead ... |
de.root1.simon.Simon.lookup(SslContextFactory, SimonProxyConfig, InetAddress, int, String, ClosedListener)
Use Simon#createNameLookup() instead ... |
de.root1.simon.Simon.lookup(String, int, String)
Use Simon#createNameLookup() instead ... |
de.root1.simon.Simon.release(Object)
Use Simon#createNameLookup() and AbstractLookup#release() instead ... |
de.root1.simon.Simon.setDgcInterval(int)
use Simon.setDefaultKeepAliveInterval(int) instead! |
de.root1.simon.Simon.shutdownRegistry(Registry)
You should call stop() on the registry to
shutdown the registry instead of using this method. |