| Package | Description | 
|---|---|
| org.glassfish.tyrus.core | Core classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ComponentProviderService | ComponentProviderService. create()Create new instance of  ComponentProviderService. | 
| static ComponentProviderService | ComponentProviderService. createClient()Create new instance of  ComponentProviderService. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AnnotatedEndpoint | AnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass,
         ComponentProviderService componentProvider,
         boolean isServerEndpoint,
         int incomingBufferSize,
         ErrorCollector collector,
         EndpointEventListener endpointEventListener)Create  AnnotatedEndpointfrom class. | 
| static AnnotatedEndpoint | AnnotatedEndpoint. fromClass(java.lang.Class<?> annotatedClass,
         ComponentProviderService componentProvider,
         boolean isServerEndpoint,
         int incomingBufferSize,
         ErrorCollector collector,
         EndpointEventListener endpointEventListener,
         java.util.Set<Extension> extensions)Create  AnnotatedEndpointfrom class. | 
| static AnnotatedEndpoint | AnnotatedEndpoint. fromInstance(java.lang.Object annotatedInstance,
            ComponentProviderService componentProvider,
            boolean isServerEndpoint,
            int incomingBufferSize,
            ErrorCollector collector)Create  AnnotatedEndpointfrom instance. | 
| static AnnotatedEndpoint | AnnotatedEndpoint. fromInstance(java.lang.Object annotatedInstance,
            ComponentProviderService componentProvider,
            boolean isServerEndpoint,
            int incomingBufferSize,
            ErrorCollector collector,
            java.util.Set<Extension> extensions)Create  AnnotatedEndpointfrom instance. | 
| Constructor and Description | 
|---|
| ComponentProviderService(ComponentProviderService componentProviderService)Copy constructor. | 
| 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)Create  TyrusEndpointWrapperfor class that extendsEndpoint. | 
| 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) | 
Copyright © 2012–2020 Oracle Corporation. All rights reserved.