Inhalt
-
Veraltete Methoden
TeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way.
This will be removed in some future version.
TeamApps does not care about HTTP sessions anymore. Please set the http session timeout in a different way.
This will be removed in some future version.
The cleanest way to set
HttpSession.setMaxInactiveInterval(int) would be by registering a
HttpSessionListener.
Also note that the
HttpSession is still available via
SessionContext.getHttpSession().
Use explicit ui commands instead.
really needed anywhere? what for?
-
Veraltete Konstruktoren
Only for Jackson deserialization. Use the other constructor instead.
org.teamapps.ux.component.webrtc.apiclient.StreamFileRequest(String, Set<MediaKind>, String, boolean, boolean, Integer, Integer, Integer, Float, Integer, Integer, String[])