public class EndpointInstance
extends java.lang.Object
EndpointConfig
Modifier and Type | Field and Description |
---|---|
private javax.websocket.EndpointConfig |
config
The instance specific configuration for the Endpoint
|
private java.lang.Object |
endpoint
The instance of the Endpoint
|
private EndpointMetadata |
metadata
The metadata for this endpoint
|
Constructor and Description |
---|
EndpointInstance(java.lang.Object endpoint,
javax.websocket.EndpointConfig config,
EndpointMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
javax.websocket.EndpointConfig |
getConfig() |
java.lang.Object |
getEndpoint() |
EndpointMetadata |
getMetadata() |
private final java.lang.Object endpoint
private final javax.websocket.EndpointConfig config
private final EndpointMetadata metadata
public EndpointInstance(java.lang.Object endpoint, javax.websocket.EndpointConfig config, EndpointMetadata metadata)
public javax.websocket.EndpointConfig getConfig()
public java.lang.Object getEndpoint()
public EndpointMetadata getMetadata()