Package javax.websocket
Interface HandshakeResponse
- 
 public interface HandshakeResponse
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringSEC_WEBSOCKET_ACCEPTName of the WebSocket accept HTTP header.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.String>>getHeaders()
 
- 
- 
- 
Field Detail- 
SEC_WEBSOCKET_ACCEPTstatic final java.lang.String SEC_WEBSOCKET_ACCEPT Name of the WebSocket accept HTTP header.- See Also:
- Constant Field Values
 
 
- 
 
-