@Configuration public class WampServletConfiguration extends WampConfiguration implements org.springframework.context.annotation.ImportAware
configurers, features, internalConversionService| Constructor and Description |
|---|
WampServletConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureWebSocketHandlerRegistration(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration registration) |
protected org.springframework.web.socket.WebSocketHandler |
decorateWebSocketHandler(org.springframework.web.socket.WebSocketHandler handler) |
protected org.springframework.web.socket.server.HandshakeHandler |
getHandshakeHandler() |
protected Integer |
getSendBufferSizeLimit() |
protected Integer |
getSendTimeLimit() |
protected void |
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) |
void |
setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata) |
org.springframework.web.socket.messaging.SubProtocolWebSocketHandler |
subProtocolWebSocketHandler() |
WampSubProtocolHandler |
wampSubProtocolHandler() |
org.springframework.web.servlet.HandlerMapping |
webSocketHandlerMapping() |
addArgumentResolvers, brokerChannel, brokerChannelExecutor, cborJsonFactory, clientInboundChannel, clientInboundChannelExecutor, clientOutboundChannel, clientOutboundChannelExecutor, configureClientInboundChannel, configureFeatures, conversionService, eventStore, getWebSocketHandlerPath, handlerMethodService, jsonJsonFactory, msgpackJsonFactory, procedureRegistry, pubSubMessageHandler, rpcMessageHandler, setConfigurers, setImportMetadata, smileJsonFactory, subscriptionRegistry, wampEventPublisherpublic void setImportMetadata(org.springframework.core.type.AnnotationMetadata importMetadata)
setImportMetadata in interface org.springframework.context.annotation.ImportAware@Bean public org.springframework.web.socket.messaging.SubProtocolWebSocketHandler subProtocolWebSocketHandler()
@Bean public WampSubProtocolHandler wampSubProtocolHandler()
@Bean public org.springframework.web.servlet.HandlerMapping webSocketHandlerMapping()
protected void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
protected org.springframework.web.socket.WebSocketHandler decorateWebSocketHandler(org.springframework.web.socket.WebSocketHandler handler)
protected void configureWebSocketHandlerRegistration(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration registration)
protected org.springframework.web.socket.server.HandshakeHandler getHandshakeHandler()
@Nullable protected Integer getSendTimeLimit()
@Nullable protected Integer getSendBufferSizeLimit()
Copyright © 2017–2018. All rights reserved.