Class EndpointInstance
java.lang.Object
org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
Associate a JSR Endpoint with its optional
EndpointConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final javax.websocket.EndpointConfig
The instance specific configuration for the Endpointprivate final Object
The instance of the Endpointprivate final EndpointMetadata
The metadata for this endpoint -
Constructor Summary
ConstructorsConstructorDescriptionEndpointInstance
(Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionjavax.websocket.EndpointConfig
-
Field Details
-
endpoint
The instance of the Endpoint -
config
private final javax.websocket.EndpointConfig configThe instance specific configuration for the Endpoint -
metadata
The metadata for this endpoint
-
-
Constructor Details
-
EndpointInstance
public EndpointInstance(Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata)
-
-
Method Details
-
getConfig
public javax.websocket.EndpointConfig getConfig() -
getEndpoint
-
getMetadata
-