Undertow WebSockets JSR356 implementations 1.0.0.Beta16
A B C D E F G H I J M N O P R S U W 

A

addContainer(ClassLoader, WebSocketContainer) - Static method in class io.undertow.websockets.jsr.UndertowContainerProvider
 
addEndpoint(Class<?>) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
addEndpoint(ServerEndpointConfig) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
addEndpoint(Class<?>) - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
addEndpoint(ServerEndpointConfig) - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
addingAnnotatedClientEndpoint(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
addingAnnotatedServerEndpoint(Class<?>, String) - Method in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
addingProgramaticEndpoint(Class<?>, String) - Method in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
addListener(WebSocketDeploymentInfo.ContainerReadyListener) - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
addMessageHandler(MessageHandler) - Method in class io.undertow.websockets.jsr.UndertowSession
 
AnnotatedEndpoint - Class in io.undertow.websockets.jsr.annotated
 
AnnotatedEndpointFactory - Class in io.undertow.websockets.jsr.annotated
Factory that creates annotated end points.
ATTRIBUTE_NAME - Static variable in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 

B

Bootstrap - Class in io.undertow.websockets.jsr
 
Bootstrap() - Constructor for class io.undertow.websockets.jsr.Bootstrap
 
BoundParameter - Interface in io.undertow.websockets.jsr.annotated
 

C

canDecodeBinary(Class<?>) - Method in class io.undertow.websockets.jsr.Encoding
 
canDecodeBinary(Class<?>) - Method in class io.undertow.websockets.jsr.EncodingFactory
 
canDecodeText(Class<?>) - Method in class io.undertow.websockets.jsr.Encoding
 
canDecodeText(Class<?>) - Method in class io.undertow.websockets.jsr.EncodingFactory
 
canEncodeBinary(Class<?>) - Method in class io.undertow.websockets.jsr.Encoding
 
canEncodeBinary(Class<?>) - Method in class io.undertow.websockets.jsr.EncodingFactory
 
canEncodeText(Class<?>) - Method in class io.undertow.websockets.jsr.Encoding
 
canEncodeText(Class<?>) - Method in class io.undertow.websockets.jsr.EncodingFactory
 
cannotAddEndpointAfterDeployment() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
cannotConnectUntilDeploymentComplete() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
cannotSendInMiddleOfFragmentedMessage() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
checkOrigin(String) - Method in class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
checkOrigin(ServerEndpointConfig, WebSocketHttpExchange) - Static method in class io.undertow.websockets.jsr.handshake.HandshakeUtil
Checks the orgin against the
classDoesNotHaveDefaultConstructor(Class<?>, NoSuchMethodException) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
ClassUtils - Class in io.undertow.websockets.jsr.util
 
classWasNotAnnotated(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
clientNotSupported() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
close() - Method in class io.undertow.websockets.jsr.Encoding
 
close() - Method in class io.undertow.websockets.jsr.UndertowSession
 
close(CloseReason) - Method in class io.undertow.websockets.jsr.UndertowSession
 
CombinedDecoder<T extends javax.websocket.Decoder> - Class in io.undertow.websockets.jsr.annotated
 
CombinedDecoder(List<T>) - Constructor for class io.undertow.websockets.jsr.annotated.CombinedDecoder
 
ConfiguredClientEndpoint - Class in io.undertow.websockets.jsr
 
ConfiguredClientEndpoint(ClientEndpointConfig, AnnotatedEndpointFactory, EncodingFactory) - Constructor for class io.undertow.websockets.jsr.ConfiguredClientEndpoint
 
ConfiguredServerEndpoint - Class in io.undertow.websockets.jsr
 
ConfiguredServerEndpoint(ServerEndpointConfig, InstanceFactory<Endpoint>, PathTemplate, EncodingFactory) - Constructor for class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
connectToServer(Object, URI) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
connectToServer(Class<?>, URI) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
connectToServerInternal(Endpoint, ConfiguredClientEndpoint, URI) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
couldNotDeploy(Exception) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotDetermineDecoderTypeFor(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotDetermineTypeOfDecodeMethodForClass(Class<? extends Decoder>, Exception) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotDetermineTypeOfEncodeMethodForClass(Class<? extends Encoder>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotFindDecoderForType(Class<?>, Method) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotFindMessageParameter(Method) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
couldNotInitializeConfiguration(Class<?>, Throwable) - Method in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
create(Class<?>, InstanceFactory<?>, EncodingFactory) - Static method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpointFactory
 
create(ByteBuffer) - Static method in class io.undertow.websockets.jsr.DefaultPongMessage
Create a PongMessage from the given ByteBuffer.
createChannel(WebSocketHttpExchange, StreamConnection, Pool<ByteBuffer>) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi07Handshake
 
createChannel(WebSocketHttpExchange, StreamConnection, Pool<ByteBuffer>) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi08Handshake
 
createChannel(WebSocketHttpExchange, StreamConnection, Pool<ByteBuffer>) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi13Handshake
 
createEncoding(EndpointConfig) - Method in class io.undertow.websockets.jsr.EncodingFactory
 
createFactory(ClassIntrospecter, Class<? extends Decoder>[], Class<? extends Encoder>[]) - Static method in class io.undertow.websockets.jsr.EncodingFactory
 
createFactory(ClassIntrospecter, List<Class<? extends Decoder>>, List<Class<? extends Encoder>>) - Static method in class io.undertow.websockets.jsr.EncodingFactory
 
createInstance() - Method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpointFactory
 
createInstanceForExisting(Object) - Method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpointFactory
 

D

decodeBinary(Class<?>, byte[]) - Method in class io.undertow.websockets.jsr.Encoding
 
decoders - Variable in class io.undertow.websockets.jsr.annotated.CombinedDecoder
 
DecoderUtils - Class in io.undertow.websockets.jsr.annotated
 
decodeText(Class<?>, String) - Method in class io.undertow.websockets.jsr.Encoding
 
DEFAULT - Static variable in class io.undertow.websockets.jsr.EncodingFactory
An encoding factory that can deal with primitive types.
DefaultContainerConfigurator - Class in io.undertow.websockets.jsr
Server default container configurator.
DefaultContainerConfigurator() - Constructor for class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
DefaultPongMessage - Class in io.undertow.websockets.jsr
Default PongMessage implementation
deploymentComplete() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
destroy() - Method in class io.undertow.websockets.jsr.JsrWebSocketFilter
 
didNotImplementKnownDecoderSubclass(Class<? extends Decoder>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.undertow.websockets.jsr.JsrWebSocketFilter
 

E

encodeBinary(Object) - Method in class io.undertow.websockets.jsr.Encoding
 
encodeText(Object) - Method in class io.undertow.websockets.jsr.Encoding
 
Encoding - Class in io.undertow.websockets.jsr
Manages all encoders and decoders for an endpoint instance
Encoding(Map<Class<?>, List<InstanceHandle<? extends Encoder>>>, Map<Class<?>, List<InstanceHandle<? extends Decoder>>>, Map<Class<?>, List<InstanceHandle<? extends Encoder>>>, Map<Class<?>, List<InstanceHandle<? extends Decoder>>>) - Constructor for class io.undertow.websockets.jsr.Encoding
 
EncodingFactory - Class in io.undertow.websockets.jsr
Factory class that produces encoding instances for an endpoint.
EncodingFactory(Map<Class<?>, List<InstanceFactory<? extends Encoder>>>, Map<Class<?>, List<InstanceFactory<? extends Decoder>>>, Map<Class<?>, List<InstanceFactory<? extends Encoder>>>, Map<Class<?>, List<InstanceFactory<? extends Decoder>>>) - Constructor for class io.undertow.websockets.jsr.EncodingFactory
 
endpointCreationFailed(InstantiationException) - Method in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
EndpointSessionHandler - Class in io.undertow.websockets.jsr
WebSocketConnectionCallback implementation which will setuo the UndertowSession and notify the Endpoint about the new session.
EndpointSessionHandler(ServerWebSocketContainer) - Constructor for class io.undertow.websockets.jsr.EndpointSessionHandler
 
ExchangeHandshakeRequest - Class in io.undertow.websockets.jsr.handshake
HandshakeRequest which wraps a WebSocketHttpExchange to act on it.
ExchangeHandshakeRequest(WebSocketHttpExchange) - Constructor for class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
ExchangeHandshakeResponse - Class in io.undertow.websockets.jsr.handshake
HandshakeResponse which wraps a WebSocketHttpExchange to act on it.
ExchangeHandshakeResponse(WebSocketHttpExchange) - Constructor for class io.undertow.websockets.jsr.handshake.ExchangeHandshakeResponse
 

F

FILTER_NAME - Static variable in class io.undertow.websockets.jsr.Bootstrap
 
forceClose() - Method in class io.undertow.websockets.jsr.UndertowSession
 

G

getAnnotatedEndpoints() - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
getApplicationData() - Method in class io.undertow.websockets.jsr.DefaultPongMessage
 
getAsyncRemote() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getBasicRemote() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getBuffers() - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
getClientEndpoint(Class<?>) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getConfig() - Method in class io.undertow.websockets.jsr.ConfiguredClientEndpoint
 
getConfig(WebSocketChannel) - Static method in class io.undertow.websockets.jsr.handshake.HandshakeUtil
Returns the ServerEndpointConfiguration which was used while create the WebSocketChannel.
getConfigurator() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getConfiguredServerEndpoints() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getContainer() - Method in class io.undertow.websockets.jsr.UndertowContainerProvider
 
getContainer() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getDecoders() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getDecodersForType(Class<?>, EndpointConfig) - Static method in class io.undertow.websockets.jsr.annotated.DecoderUtils
Gets a decoder for a given type.
getDecoderType(Class<? extends Decoder>) - Static method in class io.undertow.websockets.jsr.util.ClassUtils
Returns the Object type for which the Encoder can be used.
getDefaultAsyncSendTimeout() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getDefaultMaxBinaryMessageBufferSize() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getDefaultMaxSessionIdleTimeout() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getDefaultMaxTextMessageBufferSize() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getEncoders() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getEncoderType(Class<? extends Encoder>) - Static method in class io.undertow.websockets.jsr.util.ClassUtils
Returns the Object type for which the Encoder can be used.
getEncoding() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getEncodingFactory() - Method in class io.undertow.websockets.jsr.ConfiguredClientEndpoint
 
getEncodingFactory() - Method in class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
getEndpointClass() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getEndpointConfiguration() - Method in class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
getEndpointFactory() - Method in class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
getEndpointInstance(Class<T>) - Method in class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
getExtensions() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getFactory() - Method in class io.undertow.websockets.jsr.ConfiguredClientEndpoint
 
getHandlerType(Class<? extends MessageHandler>) - Static method in class io.undertow.websockets.jsr.util.ClassUtils
Returns the frame type the MessageHandler handles.
getHeaders() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getHeaders() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeResponse
 
getHttpSession() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getId() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getInstalledExtensions() - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
getMaxBinaryMessageBufferSize() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getMaxIdleTimeout() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getMaxTextMessageBufferSize() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getMessageHandlers() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
getNegotiatedExtensions() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
getNegotiatedSubprotocol() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getOpenSessions() - Method in class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
getOpenSessions() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getParameterMap() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getPath() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getPathParameters() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getPathTemplate() - Method in class io.undertow.websockets.jsr.ConfiguredServerEndpoint
 
getProgramaticEndpoints() - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
getProtocolVersion() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getQueryString() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getQueryString() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getRequestParameterMap() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getRequestURI() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getRequestURI() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getSubprotocols() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getType() - Method in interface io.undertow.websockets.jsr.annotated.BoundParameter
 
getUserPrincipal() - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 
getUserPrincipal() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getUserProperties() - Method in class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
getUserProperties() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getWebSocketChannel() - Method in class io.undertow.websockets.jsr.UndertowSession
 
getWorker() - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 

H

handleDeployment(DeploymentInfo, ServletContextImpl) - Method in class io.undertow.websockets.jsr.Bootstrap
 
handlerAlreadyRegistered(FrameHandler.FrameType) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
handshakes(List<ConfiguredServerEndpoint>) - Method in class io.undertow.websockets.jsr.JsrWebSocketFilter
 
HandshakeUtil - Class in io.undertow.websockets.jsr.handshake
Internal util class for handshaking

I

init(FilterConfig) - Method in class io.undertow.websockets.jsr.JsrWebSocketFilter
 
invalidParamers(Method, Set<Integer>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
invokeEndpointMethod(WebSocketChannel, Runnable) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
Runs a web socket invocation, setting up the threads and dispatching a thread pool

Unfortunately we need to dispatch to a thread pool, because there is a good chance that the endpoint will use blocking IO methods.

io.undertow.websockets.jsr - package io.undertow.websockets.jsr
 
io.undertow.websockets.jsr.annotated - package io.undertow.websockets.jsr.annotated
 
io.undertow.websockets.jsr.handshake - package io.undertow.websockets.jsr.handshake
 
io.undertow.websockets.jsr.util - package io.undertow.websockets.jsr.util
 
isOpen() - Method in class io.undertow.websockets.jsr.UndertowSession
 
isSecure() - Method in class io.undertow.websockets.jsr.UndertowSession
 
isUserInRole(String) - Method in class io.undertow.websockets.jsr.handshake.ExchangeHandshakeRequest
 

J

JsrHybi07Handshake - Class in io.undertow.websockets.jsr.handshake
Hybi07Handshake sub-class which takes care of match against the javax.websocket.server.ServerEndpointConfiguration and stored the config in the attributes for later usage.
JsrHybi07Handshake(ConfiguredServerEndpoint) - Constructor for class io.undertow.websockets.jsr.handshake.JsrHybi07Handshake
 
JsrHybi08Handshake - Class in io.undertow.websockets.jsr.handshake
Hybi08Handshake sub-class which takes care of match against the javax.websocket.server.ServerEndpointConfiguration and stored the config in the attributes for later usage.
JsrHybi08Handshake(ConfiguredServerEndpoint) - Constructor for class io.undertow.websockets.jsr.handshake.JsrHybi08Handshake
 
JsrHybi13Handshake - Class in io.undertow.websockets.jsr.handshake
Hybi13Handshake sub-class which takes care of match against the javax.websocket.server.ServerEndpointConfiguration and stored the config in the attributes for later usage.
JsrHybi13Handshake(ConfiguredServerEndpoint) - Constructor for class io.undertow.websockets.jsr.handshake.JsrHybi13Handshake
 
JsrWebSocketFilter - Class in io.undertow.websockets.jsr
Filter that provides HTTP upgrade functionality.
JsrWebSocketFilter() - Constructor for class io.undertow.websockets.jsr.JsrWebSocketFilter
 
JsrWebSocketLogger - Interface in io.undertow.websockets.jsr
log messages start at 26000
JsrWebSocketMessages - Interface in io.undertow.websockets.jsr
start at 3000

M

matches(WebSocketHttpExchange) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi07Handshake
 
matches(WebSocketHttpExchange) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi08Handshake
 
matches(WebSocketHttpExchange) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi13Handshake
 
MESSAGES - Static variable in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class io.undertow.websockets.jsr.DefaultContainerConfigurator
 
moreThanOneAnnotation(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
moreThanOneParameterOfType(Class<?>, Method) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
multipleEndpointsWithOverlappingPaths(PathTemplate, PathTemplate) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 

N

noDecoderAcceptedMessage(List<? extends Decoder>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
notAValidClientEndpointType(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 

O

onClose(Session, CloseReason) - Method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpoint
 
onConnect(WebSocketHttpExchange, WebSocketChannel) - Method in class io.undertow.websockets.jsr.EndpointSessionHandler
 
onError(Session, Throwable) - Method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpoint
 
onOpen(Session, EndpointConfig) - Method in class io.undertow.websockets.jsr.annotated.AnnotatedEndpoint
 

P

parameterNotFound(Class<?>, Method) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
PATH_PARAMS - Static variable in class io.undertow.websockets.jsr.handshake.HandshakeUtil
 
pongMessageNotSupported() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
populate(Object[], Map<Class<?>, Object>) - Method in interface io.undertow.websockets.jsr.annotated.BoundParameter
 
positions() - Method in interface io.undertow.websockets.jsr.annotated.BoundParameter
 
prepareUpgrade(ServerEndpointConfig, WebSocketHttpExchange) - Static method in class io.undertow.websockets.jsr.handshake.HandshakeUtil
Prepare for upgrade

R

ready(ServerWebSocketContainer) - Method in interface io.undertow.websockets.jsr.WebSocketDeploymentInfo.ContainerReadyListener
 
receivedBinaryFrameButNoMethod() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
receivedTextFrameButNoMethod() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
removeContainer(ClassLoader) - Static method in class io.undertow.websockets.jsr.UndertowContainerProvider
 
removeMessageHandler(MessageHandler) - Method in class io.undertow.websockets.jsr.UndertowSession
 
REQUEST_LOGGER - Static variable in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 
ROOT_LOGGER - Static variable in interface io.undertow.websockets.jsr.JsrWebSocketLogger
 

S

sendStreamClosed() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
sendWriterClosed() - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
ServerEnpointConfigImpl - Class in io.undertow.websockets.jsr
 
ServerEnpointConfigImpl(Class<?>, String) - Constructor for class io.undertow.websockets.jsr.ServerEnpointConfigImpl
 
ServerWebSocketContainer - Class in io.undertow.websockets.jsr
ServerContainer implementation which allows to deploy endpoints for a server.
ServerWebSocketContainer(ClassIntrospecter, XnioWorker, Pool<ByteBuffer>, ThreadSetupAction) - Constructor for class io.undertow.websockets.jsr.ServerWebSocketContainer
 
setAsyncSendTimeout(long) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
setBuffers(Pool<ByteBuffer>) - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
setConfig(WebSocketChannel, ConfiguredServerEndpoint) - Static method in class io.undertow.websockets.jsr.handshake.HandshakeUtil
Set the ServerEndpointConfiguration which is used to create the WebSocketChannel.
setDefaultMaxBinaryMessageBufferSize(int) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
setDefaultMaxSessionIdleTimeout(long) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
setDefaultMaxTextMessageBufferSize(int) - Method in class io.undertow.websockets.jsr.ServerWebSocketContainer
 
setMaxBinaryMessageBufferSize(int) - Method in class io.undertow.websockets.jsr.UndertowSession
 
setMaxIdleTimeout(long) - Method in class io.undertow.websockets.jsr.UndertowSession
 
setMaxTextMessageBufferSize(int) - Method in class io.undertow.websockets.jsr.UndertowSession
 
setReceiveListener(ChannelListener<WebSocketChannel>) - Method in class io.undertow.websockets.jsr.UndertowSession
sets the recieve listener This should only be used for annotated endpoints.
setWorker(XnioWorker) - Method in class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
supportedSubprotols(String[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi07Handshake
 
supportedSubprotols(String[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi08Handshake
 
supportedSubprotols(String[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi13Handshake
 

U

UndertowContainerProvider - Class in io.undertow.websockets.jsr
 
UndertowContainerProvider() - Constructor for class io.undertow.websockets.jsr.UndertowContainerProvider
 
UndertowSession - Class in io.undertow.websockets.jsr
Session implementation which makes use of the high-level WebSocket API of undertow under the hood.
UndertowSession(WebSocketChannel, URI, Map<String, String>, Map<String, List<String>>, EndpointSessionHandler, Principal, InstanceHandle<Endpoint>, EndpointConfig, String, Encoding, Set<Session>) - Constructor for class io.undertow.websockets.jsr.UndertowSession
 
unknownEncoderType(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
unknownHandlerType(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
unsupportedFrameType(Class<?>) - Method in interface io.undertow.websockets.jsr.JsrWebSocketMessages
 
upgradeChannel(WebSocketHttpExchange, byte[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi07Handshake
 
upgradeChannel(WebSocketHttpExchange, byte[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi08Handshake
 
upgradeChannel(WebSocketHttpExchange, byte[]) - Method in class io.undertow.websockets.jsr.handshake.JsrHybi13Handshake
 

W

WebSocketDeploymentInfo - Class in io.undertow.websockets.jsr
Web socket deployment information
WebSocketDeploymentInfo() - Constructor for class io.undertow.websockets.jsr.WebSocketDeploymentInfo
 
WebSocketDeploymentInfo.ContainerReadyListener - Interface in io.undertow.websockets.jsr
 
A B C D E F G H I J M N O P R S U W 
Undertow WebSockets JSR356 implementations 1.0.0.Beta16

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.