Uses of Interface
jakarta.websocket.server.ServerApplicationConfig
Packages that use ServerApplicationConfig
-
Uses of ServerApplicationConfig in org.glassfish.tyrus.server
Classes in org.glassfish.tyrus.server that implement ServerApplicationConfigModifier and TypeClassDescriptionclass
Container for either deployedServerApplicationConfig
s, if any, or deployed classes.Constructors in org.glassfish.tyrus.server with parameters of type ServerApplicationConfigModifierConstructorDescriptionTyrusServerContainer
(ServerApplicationConfig serverApplicationConfig) Create newTyrusServerContainer
using already createdServerApplicationConfig
instance.