Spring Integration IP Extensions

org.springframework.integration.x.ip.websocket
Class WebSocketEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.integration.ip.tcp.connection.TcpConnectionEvent
              extended by 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 Class Summary
static class WebSocketEvent.WebSocketEventType
           
 
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
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebSocketEvent(org.springframework.integration.ip.tcp.connection.TcpConnectionSupport connection, WebSocketEvent.WebSocketEventType type, java.lang.String path, java.lang.String queryString)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getQueryString()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

WebSocketEvent

public WebSocketEvent(org.springframework.integration.ip.tcp.connection.TcpConnectionSupport connection,
                      WebSocketEvent.WebSocketEventType type,
                      java.lang.String path,
                      java.lang.String queryString)
Method Detail

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

Spring Integration IP Extensions