Uses of Class
org.glassfish.tyrus.core.AnnotatedEndpoint
Packages that use AnnotatedEndpoint
-
Uses of AnnotatedEndpoint in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return AnnotatedEndpointModifier 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.