|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HandshakeRequest
The handshake request represents the web socket defined Http request that for the opening handshake of a web socket session.
| Method Summary | |
|---|---|
Map<String,List<String>> |
getHeaders()
Return the list of Http Headers that came with the handshake request. |
URI |
getRequestURI()
Return the request URI of the handshake request. |
Principal |
getUserPrincipal()
Return the authenticated user or null if no user is authenticated for this handshake. |
| Method Detail |
|---|
Map<String,List<String>> getHeaders()
Principal getUserPrincipal()
URI getRequestURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||