Java javax.websocket.server HandshakeRequest fields, constructors, methods, implement or subclass

Example usage for Java javax.websocket.server HandshakeRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.websocket.server HandshakeRequest.

The text is from its open source code.

Method

Map>getHeaders()
ObjectgetHttpSession()
Get the HTTP Session object associated with this request.
Map>getParameterMap()
StringgetQueryString()
URIgetRequestURI()
PrincipalgetUserPrincipal()