-
Classes Class Description org.jivesoftware.openfire.net.SocketConnection Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.org.jivesoftware.openfire.net.SocketReader Old, pre NIO / MINA code. Should not be used as Netty offers better performance. Currently only in use for server dialback.
-
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.AUTHENTICATED
instead.org.jivesoftware.openfire.session.Session.STATUS_CLOSED UseSession.Status.CLOSED
instead.org.jivesoftware.openfire.session.Session.STATUS_CONNECTED UseSession.Status.CONNECTED
instead.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
-
Enum Constants Enum Constant Description org.jivesoftware.openfire.session.RemoteSessionTask.Operation.isSecure