Uses of Class
org.glassfish.tyrus.core.ComponentProviderService
-
Uses of ComponentProviderService in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionstatic ComponentProviderService
ComponentProviderService.create()
Create new instance ofComponentProviderService
.static ComponentProviderService
ComponentProviderService.createClient()
Create new instance ofComponentProviderService
.Modifier and TypeMethodDescriptionstatic AnnotatedEndpoint
AnnotatedEndpoint.fromClass
(Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener) CreateAnnotatedEndpoint
from class.static AnnotatedEndpoint
AnnotatedEndpoint.fromClass
(Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener, Set<Extension> extensions) CreateAnnotatedEndpoint
from class.static AnnotatedEndpoint
AnnotatedEndpoint.fromInstance
(Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector) CreateAnnotatedEndpoint
from instance.static AnnotatedEndpoint
AnnotatedEndpoint.fromInstance
(Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, Set<Extension> extensions) CreateAnnotatedEndpoint
from instance.ModifierConstructorDescriptionComponentProviderService
(ComponentProviderService componentProviderService) Copy constructor.TyrusEndpointWrapper
(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) TyrusEndpointWrapper
(Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) CreateTyrusEndpointWrapper
for class that extendsEndpoint
.