| Package | Description |
|---|---|
| ch.rasc.wampspring.config | |
| ch.rasc.wampspring.user |
| Modifier and Type | Method and Description |
|---|---|
WebSocketTransportRegistration |
WebSocketTransportRegistration.addDecoratorFactory(org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory factory)
Add a factory that to decorate the handler used to process WebSocket messages.
|
protected WebSocketTransportRegistration |
DefaultWampConfiguration.getTransportRegistration() |
WebSocketTransportRegistration |
WebSocketTransportRegistration.setDecoratorFactories(org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory... factories)
Configure one or more factories to decorate the handler used to process WebSocket
messages.
|
WebSocketTransportRegistration |
WebSocketTransportRegistration.setSendBufferSizeLimit(int sendBufferSizeLimit)
Configure the maximum amount of data to buffer when sending messages to a WebSocket
session, or an HTTP response when SockJS fallback option are in use.
|
WebSocketTransportRegistration |
WebSocketTransportRegistration.setSendTimeLimit(int timeLimit)
Configure a time limit (in milliseconds) for the maximum amount of a time allowed
when sending messages to a WebSocket session or writing to an HTTP response when
SockJS fallback option are in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWampConfiguration.configureWebSocketTransport(WebSocketTransportRegistration registration)
Configure options related to the processing of messages received from and sent to
WebSocket clients.
|
void |
WampConfigurer.configureWebSocketTransport(WebSocketTransportRegistration registration)
Configure options related to the processing of messages received from and sent to
WebSocket clients.
|
void |
AbstractWampConfigurer.configureWebSocketTransport(WebSocketTransportRegistration registration) |
| Constructor and Description |
|---|
WebMvcWampEndpointRegistry(org.springframework.web.socket.WebSocketHandler webSocketHandler,
WebSocketTransportRegistration transportRegistration,
org.springframework.scheduling.TaskScheduler defaultSockJsTaskScheduler,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUserWampConfigurer.configureWebSocketTransport(WebSocketTransportRegistration registration) |
Copyright © 2014–2017. All rights reserved.