public interface WebSocketSessionInfo
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getLocalAddress() |
InetSocketAddress |
getRemoteAddress() |
String |
getSessionId() |
String |
getTransitUri() |
boolean |
isSecure() |
void |
setTransitUri(String transitUri) |
String getSessionId()
InetSocketAddress getLocalAddress()
InetSocketAddress getRemoteAddress()
boolean isSecure()
void setTransitUri(String transitUri)
String getTransitUri()
Copyright © 2021 Apache NiFi Project. All rights reserved.