Class GrizzlyContainerProvider
java.lang.Object
jakarta.websocket.ContainerProvider
org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
- Author:
- Pavel Bucek
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected WebSocketContainerCreate a new instance of the the WebSocket container implementation.Methods inherited from class jakarta.websocket.ContainerProvidergetWebSocketContainer
- 
Constructor Details- 
GrizzlyContainerProviderpublic GrizzlyContainerProvider()
 
- 
- 
Method Details- 
getContainerDescription copied from class:ContainerProviderCreate a new instance of the the WebSocket container implementation.- Specified by:
- getContainerin class- ContainerProvider
- Returns:
- the new instance
 
 
-