Interface and Description |
---|
org.jivesoftware.openfire.forms.DataForm
replaced by
DataForm |
org.jivesoftware.openfire.forms.FormField
replaced by
FormField |
org.jivesoftware.admin.PluginFilter.SimpleFilter |
org.jivesoftware.openfire.resultsetmanager.Result
Replaced by
Result |
Class and Description |
---|
org.jivesoftware.util.log.util.CommonsLogFactory |
org.jivesoftware.util.ConcurrentHashSet
Use
Collections.newSetFromMap(new ConcurrentHashMap<E, Boolean>()) instead. |
org.jivesoftware.openfire.spi.LegacyConnectionAcceptor
Used only for S2S, which should be be ported to NIO.
|
org.jivesoftware.openfire.resultsetmanager.ResultSet
Replaced by
ResultSet |
org.jivesoftware.openfire.resultsetmanager.ResultSetImpl
Replaced by
ResultSetImpl |
org.jivesoftware.openfire.ServerPort |
org.jivesoftware.openfire.net.SocketAcceptThread
Old, pre NIO / MINA code. Should not be used as NIO offers better performance
|
org.jivesoftware.openfire.net.SocketConnection
Old, pre NIO / MINA code. Should not be used as NIO offers better performance. Currently only in use for s2s.
|
org.jivesoftware.openfire.forms.spi.XDataFormImpl
replaced by
DataForm |
org.jivesoftware.openfire.forms.spi.XFormFieldImpl
replaced by
FormField |
Field and Description |
---|
org.jivesoftware.openfire.session.ConnectionSettings.Server.TLS_ENABLED
Replaced by #TLS_POLICY
|
org.jivesoftware.util.JiveConstants.XMPP_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
org.jivesoftware.util.JiveConstants.XMPP_DELAY_DATETIME_FORMAT
Deprecated by the org.jivesoftware.util.XMPPDateTimeFormat class
|
Constructor and Description |
---|
org.jivesoftware.openfire.net.ClientStanzaHandler(PacketRouter, String, Connection) |
org.jivesoftware.openfire.net.ComponentStanzaHandler(PacketRouter, String, Connection) |
org.jivesoftware.openfire.net.MultiplexerStanzaHandler(PacketRouter, String, Connection) |
org.jivesoftware.openfire.net.ServerStanzaHandler(PacketRouter, String, Connection) |
org.jivesoftware.openfire.net.ServerTrustManager(String, KeyStore, Connection)
Use ServerTrustManager(KeyStore trustStore) instead (there's no functional difference).
|
org.jivesoftware.openfire.net.StanzaHandler(PacketRouter, String, Connection) |
org.jivesoftware.openfire.net.TLSStreamHandler(Connection, Socket, boolean, String, boolean)
Use the other constructor.
|
org.jivesoftware.openfire.net.TLSWrapper(Connection, boolean, boolean, String)
Use the other constructor.
|
org.jivesoftware.util.XMLProperties(File) |
Copyright © 2003-2008 Jive Software.