@MessageBundle(projectCode="UT")
public interface JsrWebSocketMessages
| Modifier and Type | Field and Description |
|---|---|
static JsrWebSocketMessages |
MESSAGES |
static final JsrWebSocketMessages MESSAGES
@Message(id=3001,
value="PongMessage not supported with MessageHandler.Async")
IllegalStateException pongMessageNotSupported()
@Message(id=3002,
value="SendStream is closed")
IOException sendStreamClosed()
@Message(id=3003,
value="SendWriter is closed")
IOException sendWriterClosed()
@Message(id=3004,
value="Client not supported")
javax.websocket.DeploymentException clientNotSupported()
@Message(id=3005,
value="MessageHandler for type %s already registered")
IllegalStateException handlerAlreadyRegistered(io.undertow.websockets.jsr.FrameHandler.FrameType frameType)
@Message(id=3006,
value="Unable to detect FrameType for clazz %s")
IllegalStateException unsupportedFrameType(Class<?> clazz)
@Message(id=3007,
value="Unable to detect MessageHandler type for %s")
IllegalStateException unknownHandlerType(Class<?> clazz)
@Message(id=3008,
value="Unable to detect Encoder type for %s")
IllegalStateException unknownEncoderType(Class<?> clazz)
@Message(id=3009,
value="More than one %s parameter for %s")
IllegalArgumentException moreThanOneParameterOfType(Class<?> type,
Method method)
@Message(id=3010,
value="No parameter of type %s found in method %s")
IllegalArgumentException parameterNotFound(Class<?> type,
Method method)
@Message(id=3011,
value="More than one method is annotated with %s")
javax.websocket.DeploymentException moreThanOneAnnotation(Class<?> clazz)
@Message(id=3012,
value="Method %s has invalid parameters %s")
javax.websocket.DeploymentException invalidParamers(Method method,
Set<Integer> allParams)
@Message(id=3014,
value="Could not determine decoder type for %s")
IllegalArgumentException couldNotDetermineDecoderTypeFor(Class<?> decoderClass)
@Message(id=3015,
value="No decoder accepted message %s")
String noDecoderAcceptedMessage(List<? extends javax.websocket.Decoder> decoders)
@Message(id=3016,
value="Cannot send in middle of fragmeneted message")
IllegalStateException cannotSendInMiddleOfFragmentedMessage()
@Message(id=3017,
value="Cannot add endpoint after deployment")
IllegalStateException cannotAddEndpointAfterDeployment()
@Message(id=3018,
value="Could not determine type of decode method for class %s")
javax.websocket.DeploymentException couldNotDetermineTypeOfDecodeMethodForClass(Class<? extends javax.websocket.Decoder> decoder,
@Cause
Exception e)
@Message(id=3019,
value="Could not determine type of encode method for class %s")
javax.websocket.DeploymentException couldNotDetermineTypeOfEncodeMethodForClass(Class<? extends javax.websocket.Encoder> encoder)
@Message(id=3020,
value="%s did not implement known decoder interface")
javax.websocket.DeploymentException didNotImplementKnownDecoderSubclass(Class<? extends javax.websocket.Decoder> decoder)
@Message(id=3021,
value="%s does not have default constructor")
javax.websocket.DeploymentException classDoesNotHaveDefaultConstructor(Class<?> c,
@Cause
NoSuchMethodException e)
@Message(id=3023,
value="Multiple endpoints with the same logical mapping %s and %s")
javax.websocket.DeploymentException multipleEndpointsWithOverlappingPaths(PathTemplate template,
PathTemplate existing)
@Message(id=3024,
value="Web socket deployment failed")
javax.websocket.DeploymentException couldNotDeploy(@Cause
Exception e)
@Message(id=3025,
value="Cannot connect until deployment is complete")
IllegalStateException cannotConnectUntilDeploymentComplete()
@Message(id=3026,
value="%s is not a valid client endpoint type")
javax.websocket.DeploymentException notAValidClientEndpointType(Class<?> type)
@Message(id=3027,
value="Class %s was not annotated with @ClientEndpoint or @ServerEndpoint")
javax.websocket.DeploymentException classWasNotAnnotated(Class<?> endpoint)
@Message(id=3028,
value="Could not find decoder for type %s on method %s")
javax.websocket.DeploymentException couldNotFindDecoderForType(Class<?> param,
Method method)
@Message(id=3029,
value="Could not find message parameter on method %s")
javax.websocket.DeploymentException couldNotFindMessageParameter(Method method)
@Message(id=3030,
value="Received a text frame however endpoint does not have a method capable of handling it")
RuntimeException receivedTextFrameButNoMethod()
@Message(id=3031,
value="Received a binary frame however endpont does not have a method capable of handling it")
RuntimeException receivedBinaryFrameButNoMethod()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.