Class ConfiguredEndpoint
java.lang.Object
org.eclipse.jetty.ee9.websocket.jakarta.common.ConfiguredEndpoint
Associate a JSR Endpoint with its optional 
EndpointConfig- 
Constructor Summary
ConstructorsConstructorDescriptionConfiguredEndpoint(Object endpoint, jakarta.websocket.EndpointConfig config)  - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.websocket.EndpointConfigvoidsetRawEndpoint(Object rawEndpoint)  
- 
Constructor Details
- 
ConfiguredEndpoint
 
 - 
 - 
Method Details
- 
getConfig
public jakarta.websocket.EndpointConfig getConfig() - 
getRawEndpoint
 - 
setRawEndpoint
 
 -