Class AnnotatedClientEndpointMetadata
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata<ClientEndpoint,ClientEndpointConfig>
-
- org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
-
- All Implemented Interfaces:
EndpointMetadata
public class AnnotatedClientEndpointMetadata extends AnnotatedEndpointMetadata<ClientEndpoint,ClientEndpointConfig>
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
onBinary, onBinaryStream, onClose, onError, onOpen, onPong, onText, onTextStream
-
-
Constructor Summary
Constructors Constructor Description AnnotatedClientEndpointMetadata(ClientContainer container, Class<?> websocket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientEndpointgetAnnotation()ClientEndpointConfiggetConfig()-
Methods inherited from class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
customizeParamsOnClose, customizeParamsOnError, customizeParamsOnMessage, customizeParamsOnOpen, getDecoders, getEncoders, getEndpointClass, maxBinaryMessageSize, maxTextMessageSize, setMaxBinaryMessageSize, setMaxTextMessageSize
-
-
-
-
Constructor Detail
-
AnnotatedClientEndpointMetadata
public AnnotatedClientEndpointMetadata(ClientContainer container, Class<?> websocket)
-
-
Method Detail
-
getAnnotation
public ClientEndpoint getAnnotation()
- Specified by:
getAnnotationin classAnnotatedEndpointMetadata<ClientEndpoint,ClientEndpointConfig>
-
getConfig
public ClientEndpointConfig getConfig()
- Specified by:
getConfigin classAnnotatedEndpointMetadata<ClientEndpoint,ClientEndpointConfig>
-
-