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