Uses of Class
org.glassfish.tyrus.core.ComponentProviderService
-
Packages that use ComponentProviderService Package Description org.glassfish.tyrus.core Core classes. -
-
Uses of ComponentProviderService in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ComponentProviderService Modifier and Type Method Description static ComponentProviderService
ComponentProviderService. create()
Create new instance ofComponentProviderService
.static ComponentProviderService
ComponentProviderService. createClient()
Create new instance ofComponentProviderService
.Methods in org.glassfish.tyrus.core with parameters of type ComponentProviderService Modifier and Type Method Description static AnnotatedEndpoint
AnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener)
CreateAnnotatedEndpoint
from class.static AnnotatedEndpoint
AnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, EndpointEventListener endpointEventListener, java.util.Set<Extension> extensions)
CreateAnnotatedEndpoint
from class.static AnnotatedEndpoint
AnnotatedEndpoint. fromInstance(java.lang.Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector)
CreateAnnotatedEndpoint
from instance.static AnnotatedEndpoint
AnnotatedEndpoint. fromInstance(java.lang.Object annotatedInstance, ComponentProviderService componentProvider, boolean isServerEndpoint, int incomingBufferSize, ErrorCollector collector, java.util.Set<Extension> extensions)
CreateAnnotatedEndpoint
from instance.Constructors in org.glassfish.tyrus.core with parameters of type ComponentProviderService Constructor Description ComponentProviderService(ComponentProviderService componentProviderService)
Copy constructor.TyrusEndpointWrapper(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)
TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)
CreateTyrusEndpointWrapper
for class that extendsEndpoint
.
-