public final class WscProperties.ConnectionProperties extends Object
Constructor and Description |
---|
ConnectionProperties(Map<String,Object> authProps)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getHeaders()
WebSocket headers.
|
String |
getLocalIP()
Returns the Internet Protocol (IP) address of the interface on which the request was received.
|
String |
getLocalPort()
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
|
String |
getRemoteIP()
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request
|
String |
getRemotePort()
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
|
String |
getServerName()
Returns the host name of the server to which the request was sent.
|
public String getRemoteIP()
public String getRemotePort()
public String getLocalIP()
public String getLocalPort()
public String getServerName()