Class EndpointInstance
java.lang.Object
org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
Associate a JSR Endpoint with its optional
EndpointConfig-
Constructor Summary
ConstructorsConstructorDescriptionEndpointInstance(Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionjavax.websocket.EndpointConfig
-
Constructor Details
-
EndpointInstance
public EndpointInstance(Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata)
-
-
Method Details
-
getConfig
public javax.websocket.EndpointConfig getConfig() -
getEndpoint
-
getMetadata
-