Class AnnotatedClientEndpointMetadata
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata<javax.websocket.ClientEndpoint,javax.websocket.ClientEndpointConfig>
-
- org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
-
- All Implemented Interfaces:
EndpointMetadata
public class AnnotatedClientEndpointMetadata extends AnnotatedEndpointMetadata<javax.websocket.ClientEndpoint,javax.websocket.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, java.lang.Class<?> websocket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.websocket.ClientEndpoint
getAnnotation()
javax.websocket.ClientEndpointConfig
getConfig()
-
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, java.lang.Class<?> websocket)
-
-
Method Detail
-
getAnnotation
public javax.websocket.ClientEndpoint getAnnotation()
- Specified by:
getAnnotation
in classAnnotatedEndpointMetadata<javax.websocket.ClientEndpoint,javax.websocket.ClientEndpointConfig>
-
getConfig
public javax.websocket.ClientEndpointConfig getConfig()
- Specified by:
getConfig
in classAnnotatedEndpointMetadata<javax.websocket.ClientEndpoint,javax.websocket.ClientEndpointConfig>
-
-