Uses of Class
org.glassfish.tyrus.core.ComponentProviderService
Packages that use ComponentProviderService
-
Uses of ComponentProviderService in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ComponentProviderServiceModifier and TypeMethodDescriptionstatic ComponentProviderServiceComponentProviderService.create()Create new instance ofComponentProviderService.static ComponentProviderServiceComponentProviderService.createClient()Create new instance ofComponentProviderService.Methods in org.glassfish.tyrus.core with parameters of type ComponentProviderServiceModifier and TypeMethodDescriptionstatic AnnotatedEndpointAnnotatedEndpoint.fromClass(Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener) CreateAnnotatedEndpointfrom class.static AnnotatedEndpointAnnotatedEndpoint.fromClass(Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener, Set<Extension> extensions) CreateAnnotatedEndpointfrom class.static AnnotatedEndpointAnnotatedEndpoint.fromInstance(Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector) CreateAnnotatedEndpointfrom instance.static AnnotatedEndpointAnnotatedEndpoint.fromInstance(Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, Set<Extension> extensions) CreateAnnotatedEndpointfrom instance.Constructors in org.glassfish.tyrus.core with parameters of type ComponentProviderServiceModifierConstructorDescriptionComponentProviderService(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) CreateTyrusEndpointWrapperfor class that extendsEndpoint.