Uses of Interface
jakarta.websocket.server.ServerApplicationConfig
-
Packages that use ServerApplicationConfig Package Description org.glassfish.tyrus.server Server implementation. -
-
Uses of ServerApplicationConfig in org.glassfish.tyrus.server
Classes in org.glassfish.tyrus.server that implement ServerApplicationConfig Modifier and Type Class Description class
TyrusServerConfiguration
Container for either deployedServerApplicationConfig
s, if any, or deployed classes.Constructors in org.glassfish.tyrus.server with parameters of type ServerApplicationConfig Constructor Description TyrusServerContainer(ServerApplicationConfig serverApplicationConfig)
Create newTyrusServerContainer
using already createdServerApplicationConfig
instance.
-