org.springframework.integration.x.ip.websocket
Class WebSocketEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
org.springframework.integration.x.ip.websocket.WebSocketEvent
- All Implemented Interfaces:
- java.io.Serializable
public class WebSocketEvent
- extends org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
- Since:
- 3.0
- Author:
- Gary Russell
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent |
org.springframework.integration.ip.tcp.connection.TcpConnectionEvent.EventType, org.springframework.integration.ip.tcp.connection.TcpConnectionEvent.TcpConnectionEventType |
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent |
getConnectionFactoryName, getConnectionId, getType |
| Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebSocketEvent
public WebSocketEvent(org.springframework.integration.ip.tcp.connection.TcpConnectionSupport connection,
WebSocketEvent.WebSocketEventType type,
java.lang.String path,
java.lang.String queryString)
getPath
public java.lang.String getPath()
getQueryString
public java.lang.String getQueryString()
toString
public java.lang.String toString()
- Overrides:
toString in class org.springframework.integration.ip.tcp.connection.TcpConnectionEvent