Spring Integration IP Extensions

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

java.lang.Object
  extended by org.springframework.integration.x.ip.websocket.WebSocketHeaders

public class WebSocketHeaders
extends java.lang.Object

Since:
3.0
Author:
Gary Russell

Field Summary
static java.lang.String PATH
           
static java.lang.String QUERY_STRING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static final java.lang.String PATH
See Also:
Constant Field Values

QUERY_STRING

public static final java.lang.String QUERY_STRING
See Also:
Constant Field Values

Spring Integration IP Extensions