@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class FileUploadWebSocketHandler extends org.springframework.web.socket.handler.BinaryWebSocketHandler
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
FileDeleteOperation |
|
static java.lang.String |
FileUploadOperation |
|
static java.lang.String |
WebSocketDummyPingContent |
|
static java.lang.Integer |
WebSocketDummyPingSeconds |
|
static java.util.Map<java.lang.String, WebSocketSession> |
sessions |
Type | Name and description |
---|---|
AttachmentService |
attachmentService |
grails.core.GrailsApplication |
grailsApplication |
grails.plugin.springsecurity.SpringSecurityService |
springSecurityService |
Constructor and description |
---|
FileUploadWebSocketHandler
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterConnectionClosed(org.springframework.web.socket.WebSocketSession session, CloseStatus closeStatus) |
|
void |
afterConnectionEstablished(org.springframework.web.socket.WebSocketSession webSocketSession) |
|
void |
handleBinaryMessage(org.springframework.web.socket.WebSocketSession session, org.springframework.web.socket.BinaryMessage message) |
|
void |
handleTextMessage(org.springframework.web.socket.WebSocketSession session, org.springframework.web.socket.TextMessage message) |
|
void |
handleTransportError(org.springframework.web.socket.WebSocketSession session, java.lang.Throwable exception) |
|
boolean |
supportsPartialMessages() |
Methods inherited from class | Name |
---|---|
class org.springframework.web.socket.handler.BinaryWebSocketHandler |
org.springframework.web.socket.handler.BinaryWebSocketHandler#getClass(), org.springframework.web.socket.handler.BinaryWebSocketHandler#wait(), org.springframework.web.socket.handler.BinaryWebSocketHandler#wait(long), org.springframework.web.socket.handler.BinaryWebSocketHandler#wait(long, int), org.springframework.web.socket.handler.BinaryWebSocketHandler#afterConnectionEstablished(org.springframework.web.socket.WebSocketSession), org.springframework.web.socket.handler.BinaryWebSocketHandler#handleMessage(org.springframework.web.socket.WebSocketSession, org.springframework.web.socket.WebSocketMessage), org.springframework.web.socket.handler.BinaryWebSocketHandler#notifyAll(), org.springframework.web.socket.handler.BinaryWebSocketHandler#afterConnectionClosed(org.springframework.web.socket.WebSocketSession, org.springframework.web.socket.CloseStatus), org.springframework.web.socket.handler.BinaryWebSocketHandler#notify(), org.springframework.web.socket.handler.BinaryWebSocketHandler#hashCode(), org.springframework.web.socket.handler.BinaryWebSocketHandler#handleTransportError(org.springframework.web.socket.WebSocketSession, java.lang.Throwable), org.springframework.web.socket.handler.BinaryWebSocketHandler#equals(java.lang.Object), org.springframework.web.socket.handler.BinaryWebSocketHandler#toString(), org.springframework.web.socket.handler.BinaryWebSocketHandler#supportsPartialMessages() |
Groovy Documentation