public class HandshakeRequest extends HandshakeFrame
| Constructor and Description |
|---|
HandshakeRequest(String uri)
Constructs a Web Socket handshake request frame.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
Returns the request URI of the GET method in the HTTP request frame.
|
addValue, getNames, getValue, hasValuepublic HandshakeRequest(String uri)
uri - the request URI of the GET method in the HTTP request framepublic String getUri()
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.