-
Classes Class Description org.jivesoftware.openfire.net.BlockingAcceptingMode Old, pre NIO / MINA code. Should not be used as NIO offers better performanceorg.jivesoftware.openfire.net.ServerSocketReader org.jivesoftware.openfire.net.SocketAcceptThread Old, pre NIO / MINA code. Should not be used as NIO offers better performanceorg.jivesoftware.openfire.net.SocketConnection Old, pre NIO / MINA code. Should not be used as NIO offers better performance. Currently only in use for s2s.
-
Fields Field Description org.jivesoftware.openfire.session.ConnectionSettings.Client.MAX_READ_BUFFER not implemented for Netty as this uses max of 1 message per read insteadorg.jivesoftware.openfire.session.Session.STATUS_AUTHENTICATED UseSession.Status.AUTHENTICATEDinstead.org.jivesoftware.openfire.session.Session.STATUS_CLOSED UseSession.Status.CLOSEDinstead.org.jivesoftware.openfire.session.Session.STATUS_CONNECTED UseSession.Status.CONNECTEDinstead.org.jivesoftware.util.JiveConstants.DAY org.jivesoftware.util.JiveConstants.HOUR org.jivesoftware.util.JiveConstants.MINUTE org.jivesoftware.util.JiveConstants.SECOND org.jivesoftware.util.JiveConstants.WEEK
-
Constructors Constructor Description org.jivesoftware.util.XMLProperties() replaced byXMLProperties.getNonPersistedInstance()
-
Enum Constants Enum Constant Description org.jivesoftware.openfire.session.RemoteSessionTask.Operation.isSecure