public interface WebSocketRequest
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFrameOpcode() |
InetSocketAddress |
getLocalAddress()
获取套接字绑定的本地地址。
|
Map<String,String[]> |
getParameters() |
byte[] |
getPayload() |
String |
getQueryString() |
InetSocketAddress |
getRemoteAddress() |
String |
getRequestURI() |
String |
getRequestURL() |
boolean |
isSecure()
是否启动安全通信
|
int getFrameOpcode()
byte[] getPayload()
String getRequestURL()
String getRequestURI()
String getQueryString()
InetSocketAddress getRemoteAddress()
InetSocketAddress getLocalAddress()
boolean isSecure()
Copyright © 2024. All rights reserved.