Package | Description |
---|---|
org.glassfish.tyrus.core |
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(Class<?> annotatedClass,
ComponentProviderService componentProvider,
boolean isServerEndpoint,
ErrorCollector collector)
Create
AnnotatedEndpoint from class. |
static AnnotatedEndpoint |
AnnotatedEndpoint.fromInstance(Object annotatedInstance,
ComponentProviderService componentProvider,
boolean isServerEndpoint,
ErrorCollector collector)
Create
AnnotatedEndpoint from instance. |
Constructor and Description |
---|
ComponentProviderService(ComponentProviderService componentProviderService)
Copy constructor.
|
TyrusEndpointWrapper(Class<? extends Endpoint> endpointClass,
EndpointConfig configuration,
ComponentProviderService componentProvider,
WebSocketContainer container,
String contextPath,
ServerEndpointConfig.Configurator configurator)
Create
TyrusEndpointWrapper for class that extends Endpoint . |
TyrusEndpointWrapper(Endpoint endpoint,
EndpointConfig configuration,
ComponentProviderService componentProvider,
WebSocketContainer container,
String contextPath,
ServerEndpointConfig.Configurator configurator,
TyrusEndpointWrapper.OnCloseListener onCloseListener,
ClusterContext clusterContext)
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.