org.jivesoftware.util.Log.debug(String)
replaced by Logger.debug(String) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.debug(String, Throwable)
replaced by Logger.debug(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.debug(Throwable)
replaced by Logger.debug(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableClientListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableClientSSLListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableComponentListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableComponentSslListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableConnectionManagerListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableConnectionManagerSslListener(boolean) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.enableServerListener(boolean) |
org.jivesoftware.util.Log.error(String)
replaced by Logger.error(String) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.error(String, Throwable)
replaced by Logger.error(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.error(Throwable)
replaced by Logger.error(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.openfire.session.LocalClientSession.getAllowedAnonymIPs()
Use #getWhitelistedAnonymousIPs instead.
|
org.jivesoftware.openfire.session.LocalClientSession.getAllowedIPs()
Use #getWhitelistedIPs instead.
|
org.jivesoftware.openfire.auth.AuthFactory.getAuthProvider()
Prefer using the corresponding factory method, rather than
invoking methods on the provider directly
|
org.jivesoftware.util.StringUtils.getBytes(String)
Use input.getBytes(StandardCharsets.UTF_8)
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getClientListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getClientSSLListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getComponentAcceptor() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getComponentListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getComponentSslAcceptor() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getComponentSslListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getConnectionManagerListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getConnectionManagerSocketAcceptor() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getConnectionManagerSslListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getConnectionManagerSslSocketAcceptor() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getMultiplexerSocketAcceptor()
Replaced by #getConnectionManagerSocketAcceptor
|
org.jivesoftware.openfire.muc.MUCRoom.getOccupant(String)
|
org.jivesoftware.openfire.muc.spi.LocalMUCRoom.getOccupant(String)
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getPorts()
use #getListeners
|
org.jivesoftware.util.XMLProperties.getProperties(String)
Retained for backward compatibility. Prefer getProperties(String, boolean)
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getServerListenerPort() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getServerListenerSocketAcceptor() |
org.jivesoftware.openfire.spi.ConnectionListener.getServerPort()
To obtain the state of this instance, use corresponding getters instead.
|
org.jivesoftware.openfire.component.ExternalComponentManager.getServicePort()
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getSocketAcceptor() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.getSSLSocketAcceptor() |
org.jivesoftware.util.StringUtils.getString(byte[])
Use new String(input, StandardCharsets.UTF_8)
|
org.jivesoftware.util.Log.info(String)
replaced by Logger.info(String) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.info(String, Throwable)
replaced by Logger.info(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.info(Throwable)
replaced by Logger.info(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.openfire.http.HttpSessionManager.init()
As of Openfire 4.0.0, the functionality of this method was added to the implementation of #start().
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isClientListenerEnabled() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isClientSSLListenerEnabled() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isComponentListenerEnabled() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isComponentSslListenerEnabled() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isConnectionManagerListenerEnabled() |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isConnectionManagerSslListenerEnabled() |
org.jivesoftware.util.Log.isDebugEnabled()
replaced by Logger.isDebugEnabled() .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.isErrorEnabled()
replaced by Logger.isErrorEnabled() .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.isInfoEnabled()
replaced by Logger.isInfoEnabled() .
Functionality of this method is delegated there.
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.isServerListenerEnabled() |
org.jivesoftware.openfire.component.ExternalComponentManager.isServiceEnabled()
|
org.jivesoftware.util.Log.isWarnEnabled()
replaced by Logger.isWarnEnabled() .
Functionality of this method is delegated there.
|
org.jivesoftware.util.CertificateManager.order(Collection)
Moved to CertificateUtils
|
org.jivesoftware.util.StringUtils.replace(String, String, String)
|
org.jivesoftware.openfire.session.LocalClientSession.setAllowedAnonymIPs(Map)
use #setWhitelistedAnonymousIPs instead.
|
org.jivesoftware.openfire.session.LocalClientSession.setAllowedIPs(Map)
Use setWhitelistedIPs instead.
|
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setClientListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setClientSSLListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setComponentListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setComponentSslListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setConnectionManagerListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setConnectionManagerSslListenerPort(int) |
org.jivesoftware.openfire.spi.ConnectionManagerImpl.setServerListenerPort(int) |
org.jivesoftware.openfire.component.ExternalComponentManager.setServiceEnabled(boolean)
|
org.jivesoftware.openfire.component.ExternalComponentManager.setServicePort(int)
|
org.jivesoftware.openfire.Connection.startTLS(boolean, String, Connection.ClientAuth)
|
org.jivesoftware.openfire.net.VirtualConnection.startTLS(boolean, String, Connection.ClientAuth) |
org.jivesoftware.openfire.net.SocketConnection.startTLS(boolean, String, Connection.ClientAuth) |
org.jivesoftware.openfire.nio.NIOConnection.startTLS(boolean, String, Connection.ClientAuth) |
org.jivesoftware.util.Log.warn(String)
replaced by Logger.warn(String) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.warn(String, Throwable)
replaced by Logger.debug(String, Throwable) .
Functionality of this method is delegated there.
|
org.jivesoftware.util.Log.warn(Throwable)
replaced by Logger.warn(String, Throwable) .
Functionality of this method is delegated there.
|