All Methods Instance Methods Concrete Methods
Modifier and Type |
Method |
Description |
IllegalStateException |
cannotAddEndpointAfterDeployment() |
|
protected String |
cannotAddEndpointAfterDeployment$str() |
|
IllegalStateException |
cannotConnectUntilDeploymentComplete() |
|
protected String |
cannotConnectUntilDeploymentComplete$str() |
|
InstantiationException |
cannotInstantiateEndpoint(Class<?> c) |
|
protected String |
cannotInstantiateEndpoint$str() |
|
IllegalStateException |
cannotSendInMiddleOfFragmentedMessage() |
|
protected String |
cannotSendInMiddleOfFragmentedMessage$str() |
|
javax.websocket.DeploymentException |
classDoesNotHaveDefaultConstructor(Class<?> c,
NoSuchMethodException e) |
|
protected String |
classDoesNotHaveDefaultConstructor$str() |
|
javax.websocket.DeploymentException |
classWasNotAnnotated(Class<?> endpoint) |
|
protected String |
classWasNotAnnotated$str() |
|
javax.websocket.DeploymentException |
clientNotSupported() |
|
protected String |
clientNotSupported$str() |
|
IOException |
connectionTimedOut() |
|
protected String |
connectionTimedOut$str() |
|
javax.websocket.DeploymentException |
couldNotDeploy(Exception e) |
|
protected String |
couldNotDeploy$str() |
|
IllegalArgumentException |
couldNotDetermineDecoderTypeFor(Class<?> decoderClass) |
|
protected String |
couldNotDetermineDecoderTypeFor$str() |
|
javax.websocket.DeploymentException |
couldNotDetermineTypeOfDecodeMethodForClass(Class<? extends javax.websocket.Decoder> decoder,
Exception e) |
|
protected String |
couldNotDetermineTypeOfDecodeMethodForClass$str() |
|
javax.websocket.DeploymentException |
couldNotDetermineTypeOfEncodeMethodForClass(Class<? extends javax.websocket.Encoder> encoder) |
|
protected String |
couldNotDetermineTypeOfEncodeMethodForClass$str() |
|
javax.websocket.DeploymentException |
couldNotFindDecoderForType(Class<?> param,
Method method) |
|
protected String |
couldNotFindDecoderForType$str() |
|
javax.websocket.DeploymentException |
couldNotFindMessageParameter(Method method) |
|
protected String |
couldNotFindMessageParameter$str() |
|
javax.websocket.DeploymentException |
didNotImplementKnownDecoderSubclass(Class<? extends javax.websocket.Decoder> decoder) |
|
protected String |
didNotImplementKnownDecoderSubclass$str() |
|
InstantiationException |
endpointDoesNotHaveAppropriateConstructor(Class<?> endpoint) |
|
protected String |
endpointDoesNotHaveAppropriateConstructor$str() |
|
IllegalArgumentException |
endpointNotOfCorrectType(Object instance,
Class expected) |
|
protected String |
endpointNotOfCorrectType$str() |
|
IOException |
extensionWasNotPresentInClientHandshake(String e,
List<io.undertow.websockets.WebSocketExtension> supportedExtensions) |
|
protected String |
extensionWasNotPresentInClientHandshake$str() |
|
protected Locale |
getLoggingLocale() |
|
IllegalStateException |
handlerAlreadyRegistered(io.undertow.websockets.jsr.FrameHandler.FrameType frameType) |
|
protected String |
handlerAlreadyRegistered$str() |
|
IllegalArgumentException |
handlerIsNull() |
|
protected String |
handlerIsNull$str() |
|
javax.websocket.DeploymentException |
invalidParameters(Method method,
Set<Integer> allParams) |
|
protected String |
invalidParameters$str() |
|
javax.websocket.DeploymentException |
invalidParametersWithWrongAnnotation(Method method,
Set<Integer> allParams) |
|
protected String |
invalidParametersWithWrongAnnotation$str() |
|
IllegalArgumentException |
messageInNull() |
|
protected String |
messageInNull$str() |
|
IllegalArgumentException |
messageTooLarge(int size,
int max) |
|
protected String |
messageTooLarge$str() |
|
javax.websocket.DeploymentException |
moreThanOneAnnotation(Class<?> clazz) |
|
protected String |
moreThanOneAnnotation$str() |
|
IllegalArgumentException |
moreThanOneParameterOfType(Class<?> type,
Method method) |
|
protected String |
moreThanOneParameterOfType$str() |
|
javax.websocket.DeploymentException |
multipleEndpointsWithOverlappingPaths(io.undertow.util.PathTemplate template,
io.undertow.util.PathTemplate existing) |
|
protected String |
multipleEndpointsWithOverlappingPaths$str() |
|
String |
noDecoderAcceptedMessage(List<? extends javax.websocket.Decoder> decoders) |
|
protected String |
noDecoderAcceptedMessage$str() |
|
javax.websocket.DeploymentException |
notAValidClientEndpointType(Class<?> type) |
|
protected String |
notAValidClientEndpointType$str() |
|
IllegalArgumentException |
parameterNotFound(Class<?> type,
Method method) |
|
protected String |
parameterNotFound$str() |
|
IllegalStateException |
pongMessageNotSupported() |
|
protected String |
pongMessageNotSupported$str() |
|
protected Object |
readResolve() |
|
RuntimeException |
receivedBinaryFrameButNoMethod() |
|
protected String |
receivedBinaryFrameButNoMethod$str() |
|
RuntimeException |
receivedTextFrameButNoMethod() |
|
protected String |
receivedTextFrameButNoMethod$str() |
|
IOException |
sendStreamClosed() |
|
protected String |
sendStreamClosed$str() |
|
IOException |
sendWriterClosed() |
|
protected String |
sendWriterClosed$str() |
|
IllegalStateException |
unknownEncoderType(Class<?> clazz) |
|
protected String |
unknownEncoderType$str() |
|
IllegalStateException |
unknownHandlerType(Class<?> clazz) |
|
protected String |
unknownHandlerType$str() |
|
IllegalStateException |
unsupportedFrameType(Class<?> clazz) |
|
protected String |
unsupportedFrameType$str() |
|